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

mbedtls_cipher_info_t::block_size field

The block size, in Bytes.

Syntax

unsigned int block_size;

References

LocationReferrerText
cipher.h:274
unsigned int block_size;
cipher.h:434mbedtls_cipher_get_block_size()
return ctx->cipher_info->block_size;
gcm.c:183mbedtls_gcm_setkey()
if( cipher_info->block_size != 16 )
ssl_tls.c:895mbedtls_ssl_derive_keys()
+ cipher_info->block_size
ssl_tls.c:896mbedtls_ssl_derive_keys()
- transform->maclen % cipher_info->block_size;

Data Use

Functions reading mbedtls_cipher_info_t::block_size
mbedtls_cipher_info_t::block_size