Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libmbedtls/mbedtls/library/
A Dgcm.c192 static void gcm_mult( mbedtls_gcm_context *ctx, const unsigned char x[16], in gcm_mult() function
301 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts()
310 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts()
328 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_starts()
390 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update()
432 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_finish()

Completed in 4 milliseconds