Home
last modified time | relevance | path

Searched refs:gcm_mult (Results 1 – 1 of 1) sorted by relevance

/third_party/mbedtls/library/
Dgcm.c192 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()
[all …]