OpenVPN
Data Fields
hmac_ctx Struct Reference

#include <crypto_mbedtls.h>

Collaboration diagram for hmac_ctx:
Collaboration graph
[legend]

Data Fields

mbedtls_svc_key_id_t key
 
psa_key_attributes_t key_attributes
 
const md_info_tmd_info
 
psa_mac_operation_t operation
 

Detailed Description

Definition at line 106 of file crypto_mbedtls.h.

Field Documentation

◆ key

mbedtls_svc_key_id_t hmac_ctx::key

Definition at line 108 of file crypto_mbedtls.h.

◆ key_attributes

psa_key_attributes_t hmac_ctx::key_attributes

Definition at line 109 of file crypto_mbedtls.h.

◆ md_info

const md_info_t* hmac_ctx::md_info

Definition at line 110 of file crypto_mbedtls.h.

◆ operation

psa_mac_operation_t hmac_ctx::operation

Definition at line 111 of file crypto_mbedtls.h.


The documentation for this struct was generated from the following file: