mbed TLS v2.26.0
Data Fields
psa_hmac_internal_data Struct Reference

#include <crypto_struct.h>

Collaboration diagram for psa_hmac_internal_data:
Collaboration graph
[legend]

Data Fields

struct psa_hash_operation_s hash_ctx
 
uint8_t opad [PSA_HMAC_MAX_HASH_BLOCK_SIZE]
 

Detailed Description

Definition at line 128 of file crypto_struct.h.

Field Documentation

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.


The documentation for this struct was generated from the following file: