mbedtls_cipher_base_t struct
Base cipher information. The non-mode specific functions and values.
Fields
Base Cipher type (e.g. MBEDTLS_CIPHER_ID_AES).
int (*)( void *ctx, mbedtls_operation_t mode,
const unsigned char *input, unsigned char *output )
Encrypt using ECB.
int (*)( void *ctx, const unsigned char *key,
unsigned int key_bitlen )
Set key for encryption purposes.
int (*)( void *ctx, const unsigned char *key,
unsigned int key_bitlen)
Set key for decryption purposes.