mbed TLS v3.1.0
|
#include <crypto_builtin_composites.h>
Data Fields | |
psa_algorithm_t | private_alg |
struct psa_hash_operation_s | hash_ctx |
uint8_t | private_opad [PSA_HMAC_MAX_HASH_BLOCK_SIZE] |
Definition at line 48 of file crypto_builtin_composites.h.
struct psa_hash_operation_s mbedtls_psa_hmac_operation_t::hash_ctx |
The hash context.
Definition at line 53 of file crypto_builtin_composites.h.
psa_algorithm_t mbedtls_psa_hmac_operation_t::private_alg |
The HMAC algorithm in use
Definition at line 51 of file crypto_builtin_composites.h.
uint8_t mbedtls_psa_hmac_operation_t::private_opad[PSA_HMAC_MAX_HASH_BLOCK_SIZE] |
The HMAC part of the context.
Definition at line 55 of file crypto_builtin_composites.h.