Searched refs:gcm_mult (Results 1 – 1 of 1) sorted by relevance
/third_party/mbedtls/library/ |
D | gcm.c | 189 static void gcm_mult(mbedtls_gcm_context *ctx, const unsigned char x[16], in gcm_mult() function 296 gcm_mult(ctx, ctx->y, ctx->y); in mbedtls_gcm_starts() 304 gcm_mult(ctx, ctx->y, ctx->y); in mbedtls_gcm_starts() 355 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update_ad() 368 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update_ad() 456 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update() 471 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update() 488 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_update() 525 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_finish() 533 gcm_mult(ctx, ctx->buf, ctx->buf); in mbedtls_gcm_finish() [all …]
|