mbedtls_cipher_info_get_iv_size() function
This function returns the size of the IV or nonce for the cipher info structure, in bytes.
Arguments
info
The cipher info structure. This may be \c NULL.
Return value
The recommended IV size. \c 0 for ciphers not using an IV or a nonce. \c 0 if \p info is \c NULL.
mbedtls_cipher_info_get_iv_size() is called by 4 functions:
![]()
mbedtls_cipher_info_get_iv_size()
mbedtls_cipher_info_get_iv_size():
![]()
mbedtls_cipher_info_get_iv_size()