Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/src/crypto/modes/
Dgcm.c312 #define GHASH(ctx, in, len) gcm_ghash_4bit((ctx)->Xi.u, (ctx)->Htable, in, len) macro
365 #ifdef GHASH
366 #undef GHASH
367 #define GHASH(ctx, in, len) (*gcm_ghash_p)(ctx->Xi.u, ctx->Htable, in, len) macro
535 #ifdef GHASH in CRYPTO_gcm128_aad()
566 #ifdef GHASH in CRYPTO_gcm128_aad()
568 GHASH(ctx, aad, i); in CRYPTO_gcm128_aad()
605 #ifdef GHASH in CRYPTO_gcm128_encrypt()
665 #if defined(GHASH) && defined(GHASH_CHUNK) in CRYPTO_gcm128_encrypt()
687 GHASH(ctx, out - GHASH_CHUNK, GHASH_CHUNK); in CRYPTO_gcm128_encrypt()
[all …]
/external/openssl/crypto/modes/
Dgcm128.c576 #define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len) macro
688 # ifdef GHASH
689 # undef GHASH
690 # define GHASH(ctx,in,len) (*gcm_ghash_p)(ctx->Xi.u,ctx->Htable,in,len) macro
860 # ifdef GHASH
887 #ifdef GHASH
889 GHASH(ctx,aad,i);
922 # ifdef GHASH
970 #if defined(GHASH) && defined(GHASH_CHUNK)
994 GHASH(ctx,out-GHASH_CHUNK,GHASH_CHUNK);
[all …]
/external/openssl/patches/
D0014-arm_asm.patch5326 -# in Zo. Or should I say "top bit", because GHASH is specified in
5589 +# GHASH for ARMv8 Crypto Extension, 64-bit polynomial multiplication.
5741 +.asciz "GHASH for ARMv8, CRYPTOGAMS by <appro\@openssl.org>"