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

mbedtls_gcm_context::cipher_ctx field

The cipher context used.

Syntax

References

LocationReferrerText
gcm.h:67
mbedtls_cipher_context_t cipher_ctx; /*!< The cipher context used. */
gcm.c:116gcm_gen_table()
if( ( ret = mbedtls_cipher_update( &ctx->cipher_ctx, h, 16, h, &olen ) ) != 0 )
gcm.c:186mbedtls_gcm_setkey()
mbedtls_cipher_free( &ctx->cipher_ctx );
gcm.c:188mbedtls_gcm_setkey()
if( ( ret = mbedtls_cipher_setup( &ctx->cipher_ctx, cipher_info ) ) != 0 )
gcm.c:191mbedtls_gcm_setkey()
if( ( ret = mbedtls_cipher_setkey( &ctx->cipher_ctx, key, keybits,
gcm.c:339mbedtls_gcm_starts()
if( ( ret = mbedtls_cipher_update( &ctx->cipher_ctx, ctx->y, 16, ctx->base_ectr,
gcm.c:401mbedtls_gcm_update()
if( ( ret = mbedtls_cipher_update( &ctx->cipher_ctx, ctx->y, 16, ectr,
gcm.c:547mbedtls_gcm_free()
mbedtls_cipher_free( &ctx->cipher_ctx );

Type Use

Type of mbedtls_gcm_context::cipher_ctx
mbedtls_gcm_context::cipher_ctx
all items filtered out