OpenVPN
Data Fields
cipher_info Struct Reference

#include <crypto_mbedtls.h>

Data Fields

const char * name
 
psa_key_type_t psa_key_type
 
psa_algorithm_t psa_alg
 
int key_bytes
 
int iv_bytes
 
int block_size
 

Detailed Description

Definition at line 68 of file crypto_mbedtls.h.

Field Documentation

◆ block_size

int cipher_info::block_size

Definition at line 75 of file crypto_mbedtls.h.

◆ iv_bytes

int cipher_info::iv_bytes

Definition at line 74 of file crypto_mbedtls.h.

◆ key_bytes

int cipher_info::key_bytes

Definition at line 73 of file crypto_mbedtls.h.

◆ name

const char* cipher_info::name

Definition at line 70 of file crypto_mbedtls.h.

◆ psa_alg

psa_algorithm_t cipher_info::psa_alg

Definition at line 72 of file crypto_mbedtls.h.

◆ psa_key_type

psa_key_type_t cipher_info::psa_key_type

Definition at line 71 of file crypto_mbedtls.h.


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