Structure storing a cipher operation context. More...
#include <types.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. | |