|
Mbed TLS v2.28.8
|
#include <crypto_struct.h>

Data Fields | ||
| psa_algorithm_t | alg | |
| unsigned int | key_set: 1 | |
| unsigned int | iv_set: 1 | |
| uint8_t | iv_size | |
| uint8_t | block_size | |
| union { | ||
| unsigned dummy | ||
| mbedtls_cipher_context_t cipher | ||
| } | ctx | |
Definition at line 137 of file crypto_struct.h.
| psa_algorithm_t psa_aead_operation_s::alg |
Definition at line 138 of file crypto_struct.h.
| uint8_t psa_aead_operation_s::block_size |
Definition at line 142 of file crypto_struct.h.
| mbedtls_cipher_context_t psa_aead_operation_s::cipher |
Definition at line 145 of file crypto_struct.h.
| union { ... } psa_aead_operation_s::ctx |
| unsigned psa_aead_operation_s::dummy |
Definition at line 144 of file crypto_struct.h.
| unsigned int psa_aead_operation_s::iv_set |
Definition at line 140 of file crypto_struct.h.
| uint8_t psa_aead_operation_s::iv_size |
Definition at line 141 of file crypto_struct.h.
| unsigned int psa_aead_operation_s::key_set |
Definition at line 139 of file crypto_struct.h.