Lines Matching refs:gcm_mult
192 static void gcm_mult( mbedtls_gcm_context *ctx, const unsigned char x[16], in gcm_mult() function
293 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts()
302 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts()
356 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update_ad()
370 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update_ad()
464 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update()
478 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update()
494 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update()
536 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_finish()
543 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_finish()
559 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_finish()