Structure containing the cipher contexts needed by the application. More...
Structure containing the cipher contexts needed by the application.
#include <types.h>
Data Fields | |
psa_cipher_aes_128_ctx_t | aes_128 |
AES 128 context. | |
psa_cipher_aes_192_ctx_t | aes_192 |
AES 192 context. | |
psa_cipher_aes_256_ctx_t | aes_256 |
AES 256 context. | |