mbed TLS v2.26.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 128 of file crypto_struct.h.
struct psa_hash_operation_s psa_hmac_internal_data::hash_ctx |
The hash context.
Definition at line 131 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 133 of file crypto_struct.h.