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