Mbed TLS v3.6.1
Loading...
Searching...
No Matches
Data Fields
mbedtls_psa_hmac_operation_t Struct Reference

#include <crypto_builtin_composites.h>

Collaboration diagram for mbedtls_psa_hmac_operation_t:
Collaboration graph
[legend]

Data Fields

psa_algorithm_t private_alg
 
struct psa_hash_operation_s hash_ctx
 
uint8_t private_opad [PSA_HMAC_MAX_HASH_BLOCK_SIZE]
 

Detailed Description

Definition at line 45 of file crypto_builtin_composites.h.

Field Documentation

◆ hash_ctx

struct psa_hash_operation_s mbedtls_psa_hmac_operation_t::hash_ctx

The hash context.

Definition at line 49 of file crypto_builtin_composites.h.

◆ private_alg

psa_algorithm_t mbedtls_psa_hmac_operation_t::private_alg

The HMAC algorithm in use

Definition at line 47 of file crypto_builtin_composites.h.

◆ private_opad

uint8_t mbedtls_psa_hmac_operation_t::private_opad[PSA_HMAC_MAX_HASH_BLOCK_SIZE]

The HMAC part of the context.

Definition at line 51 of file crypto_builtin_composites.h.


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