Mbed TLS v3.6.3
Loading...
Searching...
No Matches
Data Fields
psa_cipher_operation_s Struct Reference

#include <crypto_struct.h>

Collaboration diagram for psa_cipher_operation_s:
Collaboration graph
[legend]

Data Fields

unsigned int private_id
 
unsigned int private_iv_required: 1
 
unsigned int private_iv_set: 1
 
uint8_t private_default_iv_length
 
psa_driver_cipher_context_t private_ctx
 

Detailed Description

Definition at line 95 of file crypto_struct.h.

Field Documentation

◆ private_ctx

psa_driver_cipher_context_t psa_cipher_operation_s::private_ctx

Definition at line 112 of file crypto_struct.h.

◆ private_default_iv_length

uint8_t psa_cipher_operation_s::private_default_iv_length

Definition at line 110 of file crypto_struct.h.

◆ private_id

unsigned int psa_cipher_operation_s::private_id

Unique ID indicating which driver got assigned to do the operation. Since driver contexts are driver-specific, swapping drivers halfway through the operation is not supported. ID values are auto-generated in psa_crypto_driver_wrappers.h ID value zero means the context is not valid or not assigned to any driver (i.e. none of the driver contexts are active).

Definition at line 105 of file crypto_struct.h.

◆ private_iv_required

unsigned int psa_cipher_operation_s::private_iv_required

Definition at line 107 of file crypto_struct.h.

◆ private_iv_set

unsigned int psa_cipher_operation_s::private_iv_set

Definition at line 108 of file crypto_struct.h.


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