Home
last modified time | relevance | path

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

/openthread-2.7.6/third_party/mbedtls/repo/library/
Dgcm.c215 static void gcm_mult( mbedtls_gcm_context *ctx, const unsigned char x[16], in gcm_mult() function
322 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts()
331 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts()
349 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_starts()
411 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update()
453 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_finish()