Searched refs:gcm_mult (Results 1 – 1 of 1) sorted by relevance
/mbedtls-3.7.0/library/ |
D | gcm.c | 347 static void gcm_mult(mbedtls_gcm_context *ctx, const unsigned char x[16], in gcm_mult() function 426 gcm_mult(ctx, ctx->y, ctx->y); in mbedtls_gcm_starts() 434 gcm_mult(ctx, ctx->y, ctx->y); in mbedtls_gcm_starts() 498 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update_ad() 511 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update_ad() 600 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update() 615 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update() 632 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update() 672 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_finish() 680 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_finish() [all …]
|