Searched refs:gcm_mult (Results 1 – 1 of 1) sorted by relevance
/net-tools-2.7.6/mbedtls-2.4.0/library/ |
D | gcm.c | 210 static void gcm_mult( mbedtls_gcm_context *ctx, const unsigned char x[16], in gcm_mult() function 311 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts() 320 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts() 338 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_starts() 396 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update() 432 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_finish()
|