File crypto_builtin_composites.h

Defines

MBEDTLS_PSA_BUILTIN_MAC
MBEDTLS_PSA_BUILTIN_AEAD
MBEDTLS_PSA_HMAC_OPERATION_INIT
MBEDTLS_PSA_MAC_OPERATION_INIT
struct mbedtls_psa_hmac_operation_t
#include <crypto_builtin_composites.h>

Public Members

psa_algorithm_t alg

The HMAC algorithm in use

struct psa_hash_operation_s hash_ctx

The hash context.

uint8_t opad[PSA_HMAC_MAX_HASH_BLOCK_SIZE]

The HMAC part of the context.

struct mbedtls_psa_mac_operation_t
#include <crypto_builtin_composites.h>