mbedtls_gcm_context::base_ectr is only used within mbedTLS.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesmbedTLSmbedtls_gcm_context::base_ectr

mbedtls_gcm_context::base_ectr field

The first ECTR for tag.

Syntax

unsigned char base_ectr[16];

References

LocationReferrerText
gcm.h:72
unsigned char base_ectr[16]; /*!< The first ECTR for tag. */
gcm.c:339mbedtls_gcm_starts()
if( ( ret = mbedtls_cipher_update( &ctx->cipher_ctx, ctx->y, 16, ctx->base_ectr,
gcm.c:444mbedtls_gcm_finish()
memcpy( tag, ctx->base_ectr, tag_len );

Data Use

Functions reading mbedtls_gcm_context::base_ectr
mbedtls_gcm_context::base_ectr