mbedtls_cipher_info_has_variable_key_bitlen() function
This function returns a non-zero value if the key length for the given cipher is variable.
Arguments
info
The cipher info structure. This may be \c NULL.
Return value
Non-zero if the key length is variable, \c 0 otherwise. \c 0 if the given pointer is \c NULL.
![]()
static inline int mbedtls_cipher_info_has_variable_key_bitlen(
mbedtls_cipher_info_has_variable_key_bitlen() reads 1 variable:
![]()
mbedtls_cipher_info_has_variable_key_bitlen()