|
OpenVPN
|
#include <crypto_mbedtls.h>

Data Fields | |
| mbedtls_svc_key_id_t | key |
| psa_key_attributes_t | key_attributes |
| const md_info_t * | md_info |
| psa_mac_operation_t | operation |
Definition at line 106 of file crypto_mbedtls.h.
| mbedtls_svc_key_id_t hmac_ctx::key |
Definition at line 108 of file crypto_mbedtls.h.
| psa_key_attributes_t hmac_ctx::key_attributes |
Definition at line 109 of file crypto_mbedtls.h.
| const md_info_t* hmac_ctx::md_info |
Definition at line 110 of file crypto_mbedtls.h.
| psa_mac_operation_t hmac_ctx::operation |
Definition at line 111 of file crypto_mbedtls.h.