psa_cipher_operation_s Struct Reference

Structure storing a cipher operation context. More...

Detailed Description

Structure storing a cipher operation context.

Definition at line 64 of file crypto_struct.h.

#include <crypto_struct.h>

Data Structures

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

Data Fields

uint8_t iv_required: 1
 True if algorithm requires IV.
 
uint8_t iv_set: 1
 True if IV was already set.
 
uint8_t default_iv_length
 Default IV length for algorithm.
 
psa_algorithm_t alg
 Operation algorithm.
 
union psa_cipher_operation_s::cipher_context backend_ctx
 Backend specific cipher context.
 

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