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 | mbedtls_in_use: 1 |
uint8_t | iv_size |
uint8_t | block_size |
union { | |
unsigned dummy | |
mbedtls_cipher_context_t cipher | |
psa_operation_driver_context_t driver | |
} | ctx |
Definition at line 165 of file crypto_struct.h.
psa_algorithm_t psa_cipher_operation_s::alg |
Definition at line 167 of file crypto_struct.h.
uint8_t psa_cipher_operation_s::block_size |
Definition at line 173 of file crypto_struct.h.
mbedtls_cipher_context_t psa_cipher_operation_s::cipher |
Definition at line 177 of file crypto_struct.h.
union { ... } psa_cipher_operation_s::ctx |
psa_operation_driver_context_t psa_cipher_operation_s::driver |
Definition at line 178 of file crypto_struct.h.
unsigned psa_cipher_operation_s::dummy |
Definition at line 176 of file crypto_struct.h.
unsigned int psa_cipher_operation_s::iv_required |
Definition at line 169 of file crypto_struct.h.
unsigned int psa_cipher_operation_s::iv_set |
Definition at line 170 of file crypto_struct.h.
uint8_t psa_cipher_operation_s::iv_size |
Definition at line 172 of file crypto_struct.h.
unsigned int psa_cipher_operation_s::key_set |
Definition at line 168 of file crypto_struct.h.
unsigned int psa_cipher_operation_s::mbedtls_in_use |
Definition at line 171 of file crypto_struct.h.