Loading...
Searching...
No Matches
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.
 

Field Documentation

◆ aes_128

psa_cipher_aes_128_ctx_t psa_cipher_context_t::aes_128

AES 128 context.

Definition at line 56 of file types.h.

◆ aes_192

psa_cipher_aes_192_ctx_t psa_cipher_context_t::aes_192

AES 192 context.

Definition at line 59 of file types.h.

◆ aes_256

psa_cipher_aes_256_ctx_t psa_cipher_context_t::aes_256

AES 256 context.

Definition at line 62 of file types.h.


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