Union containing cipher contexts for the executing backend. More...
Union containing cipher contexts for the executing backend.
Definition at line 70 of file crypto_struct.h.
#include <crypto_struct.h>
Data Fields | |
psa_cipher_context_t | cipher_ctx |
Cipher context. | |
psa_se_cipher_context_t | se_ctx |
SE Cipher context. | |
psa_cipher_context_t psa_cipher_operation_s::cipher_context::cipher_ctx |
Cipher context.
Definition at line 71 of file crypto_struct.h.
psa_se_cipher_context_t psa_cipher_operation_s::cipher_context::se_ctx |
SE Cipher context.
Definition at line 73 of file crypto_struct.h.