mbedtls_cipher_info_t is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Fields

Field
Declared as
Description
Full cipher identifier. For example, MBEDTLS_CIPHER_AES_256_CBC.
The cipher mode. For example, MBEDTLS_MODE_CBC.
unsigned int
The cipher key length, in bits. This is the default length for variable sized ciphers. Includes parity bits for ciphers like DES.
const char *
Name of the cipher.
unsigned int
IV or nonce size, in Bytes. For ciphers that accept variable IV sizes, this is the recommended size.
int
Bitflag comprised of MBEDTLS_CIPHER_VARIABLE_IV_LEN and MBEDTLS_CIPHER_VARIABLE_KEY_LEN indicating whether the cipher supports variable IV or variable key sizes, respectively.
unsigned int
The block size, in Bytes.
Struct for base cipher information and functions.

References

from examples