Searched refs:gcm_mult (Results 1 – 1 of 1) sorted by relevance
/AliOS-Things-master/components/mbedtls/library/ |
A D | gcm.c | 219 static void gcm_mult( mbedtls_gcm_context *ctx, const unsigned char x[16], in gcm_mult() function 326 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts() 335 gcm_mult( ctx, ctx->y, ctx->y ); in mbedtls_gcm_starts() 353 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_starts() 415 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_update() 457 gcm_mult( ctx, ctx->buf, ctx->buf ); in mbedtls_gcm_finish()
|
Completed in 4 milliseconds