gcm_mult() is only used within mbedTLS.
 
Symbols
loading...
Files
loading...

gcm_mult() function

Syntax

static void gcm_mult( mbedtls_gcm_context *ctx,     const unsigned char x[16],     unsigned char output[16] );

Arguments

ctx

x

output

References

LocationReferrerText
gcm.c:220
static void gcm_mult( mbedtls_gcm_context *ctx, const unsigned char x[16],
gcm.c:327mbedtls_gcm_starts()
gcm_mult( ctx, ctx->y, ctx->y );
gcm.c:336mbedtls_gcm_starts()
gcm_mult( ctx, ctx->y, ctx->y );
gcm.c:354mbedtls_gcm_starts()
gcm_mult( ctx, ctx->buf, ctx->buf );
gcm.c:416mbedtls_gcm_update()
gcm_mult( ctx, ctx->buf, ctx->buf );
gcm.c:458mbedtls_gcm_finish()
gcm_mult( ctx, ctx->buf, ctx->buf );

Call Tree

Functions calling gcm_mult()
gcm_mult()
Data read by gcm_mult()
Data written by gcm_mult()
gcm_mult()::i
gcm_mult()::lo
gcm_mult()::hi
gcm_mult()::rem
gcm_mult()::zh
gcm_mult()::zl
all items filtered out
gcm_mult()
gcm_mult()::i
gcm_mult()::lo
gcm_mult()::hi
gcm_mult()::rem
gcm_mult()::zh
gcm_mult()::zl
all items filtered out
Type of gcm_mult()
gcm_mult()
uint64_t
all items filtered out