mbed TLS v2.28.1
Data Fields
mbedtls_psa_cipher_operation_t Struct Reference

#include <crypto_builtin_primitives.h>

Collaboration diagram for mbedtls_psa_cipher_operation_t:
Collaboration graph
[legend]

Data Fields

psa_algorithm_t alg
 
uint8_t iv_length
 
uint8_t block_length
 
union {
   unsigned int   dummy
 
   mbedtls_cipher_context_t   cipher
 
ctx
 

Detailed Description

Definition at line 112 of file crypto_builtin_primitives.h.

Field Documentation

◆ alg

psa_algorithm_t mbedtls_psa_cipher_operation_t::alg

Definition at line 114 of file crypto_builtin_primitives.h.

◆ block_length

uint8_t mbedtls_psa_cipher_operation_t::block_length

Definition at line 116 of file crypto_builtin_primitives.h.

◆ cipher

mbedtls_cipher_context_t mbedtls_psa_cipher_operation_t::cipher

Definition at line 119 of file crypto_builtin_primitives.h.

◆ 

union { ... } mbedtls_psa_cipher_operation_t::ctx

◆ dummy

unsigned int mbedtls_psa_cipher_operation_t::dummy

Definition at line 118 of file crypto_builtin_primitives.h.

◆ iv_length

uint8_t mbedtls_psa_cipher_operation_t::iv_length

Definition at line 115 of file crypto_builtin_primitives.h.


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