mbed TLS v2.24.0
|
#include <crypto_struct.h>
Data Fields | |
struct psa_hash_operation_s | hash_ctx |
uint8_t | opad [PSA_HMAC_MAX_HASH_BLOCK_SIZE] |
Definition at line 118 of file crypto_struct.h.
struct psa_hash_operation_s psa_hmac_internal_data::hash_ctx |
The hash context.
Definition at line 121 of file crypto_struct.h.
uint8_t psa_hmac_internal_data::opad[PSA_HMAC_MAX_HASH_BLOCK_SIZE] |
The HMAC part of the context.
Definition at line 123 of file crypto_struct.h.