Searched refs:gcm_mult (Results 1 – 1 of 1) sorted by relevance
/mbedtls-3.4.0/library/ |
D | gcm.c | 176 static void gcm_mult( mbedtls_gcm_context *ctx, const unsigned char x[16], in gcm_mult() function 274 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts() 283 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts() 335 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update_ad() 349 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update_ad() 438 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update() 452 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update() 468 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update() 507 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_finish() 514 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_finish() [all …]
|