mbedtls_cipher_info_t::key_bitlen is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_cipher_info_t::key_bitlen

mbedtls_cipher_info_t::key_bitlen field

The cipher key length, in bits. This is the default length for variable sized ciphers. Includes parity bits for ciphers like DES.

Syntax

unsigned int key_bitlen;

References

LocationReferrerText
cipher.h:256
unsigned int key_bitlen;
cipher.c:149mbedtls_cipher_info_from_values()
def->info->key_bitlen == (unsigned) key_bitlen &&
cipher.c:222mbedtls_cipher_setkey()
(int) ctx->cipher_info->key_bitlen != key_bitlen )
cipher.h:534mbedtls_cipher_get_key_bitlen()
return (int) ctx->cipher_info->key_bitlen;
ssl_tls.c:808mbedtls_ssl_derive_keys()
transform->keylen = cipher_info->key_bitlen / 8;
ssl_tls.c:1049mbedtls_ssl_derive_keys()
cipher_info->key_bitlen,
ssl_tls.c:1057mbedtls_ssl_derive_keys()
cipher_info->key_bitlen,

Data Use

Functions reading mbedtls_cipher_info_t::key_bitlen
mbedtls_cipher_info_t::key_bitlen