psa_cipher_context_t Union Reference

Structure containing the cipher contexts needed by the application. More...

Detailed Description

Structure containing the cipher contexts needed by the application.

Definition at line 52 of file types.h.

#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.
 

The documentation for this union was generated from the following file: