ReactOS 0.4.16-dev-1025-gd3456f5
|
#include <cipher.h>
Public Attributes | |
mbedtls_cipher_type_t | type |
mbedtls_cipher_mode_t | mode |
unsigned int | key_bitlen |
const char * | name |
unsigned int | iv_size |
int | flags |
unsigned int | block_size |
const mbedtls_cipher_base_t * | base |
Cipher information. Allows calling cipher functions in a generic way.
const mbedtls_cipher_base_t* mbedtls_cipher_info_t::base |
int mbedtls_cipher_info_t::flags |
mbedtls_cipher_mode_t mbedtls_cipher_info_t::mode |
mbedtls_cipher_type_t mbedtls_cipher_info_t::type |