|
OpenVPN
|
#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 |
Definition at line 68 of file crypto_mbedtls.h.
| int cipher_info::block_size |
Definition at line 75 of file crypto_mbedtls.h.
| int cipher_info::iv_bytes |
Definition at line 74 of file crypto_mbedtls.h.
| int cipher_info::key_bytes |
Definition at line 73 of file crypto_mbedtls.h.
| const char* cipher_info::name |
Definition at line 70 of file crypto_mbedtls.h.
| psa_algorithm_t cipher_info::psa_alg |
Definition at line 72 of file crypto_mbedtls.h.
| psa_key_type_t cipher_info::psa_key_type |
Definition at line 71 of file crypto_mbedtls.h.