mbed TLS v2.26.0
|
#include <crypto_struct.h>
Data Fields | |
psa_algorithm_t | alg |
unsigned int | key_set: 1 |
unsigned int | iv_required: 1 |
unsigned int | iv_set: 1 |
unsigned int | has_input: 1 |
unsigned int | is_sign: 1 |
uint8_t | mac_size |
union { | |
unsigned dummy | |
psa_hmac_internal_data hmac | |
} | ctx |
Definition at line 137 of file crypto_struct.h.
psa_algorithm_t psa_mac_operation_s::alg |
Definition at line 139 of file crypto_struct.h.
union { ... } psa_mac_operation_s::ctx |
unsigned psa_mac_operation_s::dummy |
Definition at line 148 of file crypto_struct.h.
unsigned int psa_mac_operation_s::has_input |
Definition at line 143 of file crypto_struct.h.
psa_hmac_internal_data psa_mac_operation_s::hmac |
Definition at line 150 of file crypto_struct.h.
unsigned int psa_mac_operation_s::is_sign |
Definition at line 144 of file crypto_struct.h.
unsigned int psa_mac_operation_s::iv_required |
Definition at line 141 of file crypto_struct.h.
unsigned int psa_mac_operation_s::iv_set |
Definition at line 142 of file crypto_struct.h.
unsigned int psa_mac_operation_s::key_set |
Definition at line 140 of file crypto_struct.h.
uint8_t psa_mac_operation_s::mac_size |
Definition at line 145 of file crypto_struct.h.