Searched refs:gcm_mult (Results 1 – 1 of 1) sorted by relevance
/mbedtls-development/library/ |
A D | gcm.c | 192 static void gcm_mult( mbedtls_gcm_context *ctx, const unsigned char x[16], in gcm_mult() function 291 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts() 300 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts() 354 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() 462 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update() 476 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update() 492 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update() 534 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_finish() 541 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_finish() [all …]
|
Completed in 3 milliseconds