mbedtls_cipher_info_get_block_size() function
This function returns the block size of the given cipher info structure in bytes.
Arguments
info
The cipher info structure. This may be \c NULL.
Return value
The block size of the cipher. \c 1 if the cipher is a stream cipher. \c 0 if \p info is \c NULL.
mbedtls_cipher_info_get_block_size() is called by 8 functions:
![]()
mbedtls_cipher_info_get_block_size()
mbedtls_cipher_info_get_block_size() reads 1 variable:
![]()
mbedtls_cipher_info_get_block_size()