Loading...
Searching...
No Matches
psa_cipher_operation_s::cipher_context Union Reference

Union containing cipher contexts for the executing backend. More...

Detailed Description

Union containing cipher contexts for the executing backend.

Definition at line 114 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.
 

Field Documentation

◆ cipher_ctx

psa_cipher_context_t psa_cipher_operation_s::cipher_context::cipher_ctx

Cipher context.

Definition at line 115 of file crypto_struct.h.

◆ se_ctx

psa_se_cipher_context_t psa_cipher_operation_s::cipher_context::se_ctx

SE Cipher context.

Definition at line 117 of file crypto_struct.h.


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