Loading...
Searching...
No Matches
psa_se_cipher_context_t::driver_context Union Reference

Structure containing a driver specific cipher context. More...

Detailed Description

Structure containing a driver specific cipher context.

Definition at line 73 of file types.h.

#include <types.h>

Data Fields

unsigned dummy
 Make the union non-empty even with no supported algorithms.
 
atca_aes_cbc_ctx_t atca_aes_cbc
 ATCA AES CBC context.
 

Field Documentation

◆ atca_aes_cbc

atca_aes_cbc_ctx_t psa_se_cipher_context_t::driver_context::atca_aes_cbc

ATCA AES CBC context.

Definition at line 76 of file types.h.

◆ dummy

unsigned psa_se_cipher_context_t::driver_context::dummy

Make the union non-empty even with no supported algorithms.

Definition at line 74 of file types.h.


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