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

mbedtls_cipher_info_t::iv_size field

IV or nonce size, in Bytes. For ciphers that accept variable IV sizes, this is the recommended size.

Syntax

unsigned int iv_size;

References

LocationReferrerText
cipher.h:265
unsigned int iv_size;
cipher.c:268mbedtls_cipher_set_iv()
actual_iv_size = ctx->cipher_info->iv_size;
cipher.h:476mbedtls_cipher_get_iv_size()
return (int) ctx->cipher_info->iv_size;
ssl_tls.c:872mbedtls_ssl_derive_keys()
transform->ivlen = cipher_info->iv_size;

Data Use

Functions reading mbedtls_cipher_info_t::iv_size
mbedtls_cipher_info_t::iv_size