Searched refs:gcm_mult (Results 1 – 1 of 1) sorted by relevance
/mbedtls-3.6.0/library/ |
D | gcm.c | 178 static void gcm_mult(mbedtls_gcm_context *ctx, const unsigned char x[16], in gcm_mult() function 285 gcm_mult(ctx, ctx->y, ctx->y); in mbedtls_gcm_starts() 293 gcm_mult(ctx, ctx->y, ctx->y); in mbedtls_gcm_starts() 344 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update_ad() 357 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update_ad() 445 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update() 460 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update() 477 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update() 514 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_finish() 522 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_finish() [all …]
|