Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm.c236 #define GCM_MUL(ctx, Xi) gcm_gmult_4bit((ctx)->Xi.u, (ctx)->gcm_key.Htable) macro
272 #undef GCM_MUL
273 #define GCM_MUL(ctx, Xi) (*gcm_gmult_p)((ctx)->Xi.u, (ctx)->gcm_key.Htable) macro
407 GCM_MUL(ctx, Yi); in CRYPTO_gcm128_setiv()
415 GCM_MUL(ctx, Yi); in CRYPTO_gcm128_setiv()
420 GCM_MUL(ctx, Yi); in CRYPTO_gcm128_setiv()
457 GCM_MUL(ctx, Xi); in CRYPTO_gcm128_aad()
503 GCM_MUL(ctx, Xi); in CRYPTO_gcm128_encrypt()
515 GCM_MUL(ctx, Xi); in CRYPTO_gcm128_encrypt()
591 GCM_MUL(ctx, Xi); in CRYPTO_gcm128_decrypt()
[all …]