Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/modes/
DCMakeLists.txt8 ghash-x86_64.${ASM_EXT}
16 ghash-x86.${ASM_EXT}
24 ghash-armv4.${ASM_EXT}
52 perlasm(ghash-x86_64.${ASM_EXT} asm/ghash-x86_64.pl)
53 perlasm(ghash-x86.${ASM_EXT} asm/ghash-x86.pl)
54 perlasm(ghash-armv4.${ASM_EXT} asm/ghash-armv4.pl)
Dgcm.c451 ctx->ghash = gcm_ghash_avx; in CRYPTO_gcm128_init()
455 ctx->ghash = gcm_ghash_clmul; in CRYPTO_gcm128_init()
463 ctx->ghash = gcm_ghash_4bit_mmx; in CRYPTO_gcm128_init()
466 ctx->ghash = gcm_ghash_4bit_x86; in CRYPTO_gcm128_init()
470 ctx->ghash = gcm_ghash_4bit; in CRYPTO_gcm128_init()
476 ctx->ghash = gcm_ghash_v8; in CRYPTO_gcm128_init()
480 ctx->ghash = gcm_ghash_neon; in CRYPTO_gcm128_init()
484 ctx->ghash = gcm_ghash_4bit; in CRYPTO_gcm128_init()
489 ctx->ghash = gcm_ghash_4bit; in CRYPTO_gcm128_init()
579 size_t len) = ctx->ghash; in CRYPTO_gcm128_aad()
[all …]
Dinternal.h175 void (*ghash)(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, member
/external/wpa_supplicant_8/src/crypto/
Daes-gcm.c103 static void ghash(const u8 *h, const u8 *x, size_t xlen, u8 *y) in ghash() function
207 ghash(H, iv, iv_len, J0); in aes_gcm_prepare_j0()
210 ghash(H, len_buf, sizeof(len_buf), J0); in aes_gcm_prepare_j0()
241 ghash(H, aad, aad_len, S); in aes_gcm_ghash()
242 ghash(H, crypt, crypt_len, S); in aes_gcm_ghash()
245 ghash(H, len_buf, sizeof(len_buf), S); in aes_gcm_ghash()
/external/vboot_reference/scripts/
Dgetversion.sh9 if ghash=$(git rev-parse --short --verify HEAD 2>/dev/null); then
28 ver="${ver_major}.${ver_branch}.${numcommits}-${ghash}${dirty}"
/external/libchrome/crypto/
Dcrypto.gypi44 'ghash.cc',
45 'ghash.h',
DBUILD.gn37 "ghash.cc",
38 "ghash.h",
/external/boringssl/
Dsources.mk345 linux-arm/crypto/modes/ghash-armv4.S\
363 linux-x86/crypto/modes/ghash-x86.S\
381 linux-x86_64/crypto/modes/ghash-x86_64.S\
396 mac-x86/crypto/modes/ghash-x86.S\
414 mac-x86_64/crypto/modes/ghash-x86_64.S\
429 win-x86/crypto/modes/ghash-x86.asm\
447 win-x86_64/crypto/modes/ghash-x86_64.asm\
/external/boringssl/src/crypto/cipher/test/
Daes_128_gcm_tests.txt475 # local add-ons, primarily streaming ghash tests
Dcipher_test.txt315 # local add-ons, primarily streaming ghash tests
/external/boringssl/linux-arm/crypto/modes/
Dghash-armv4.S505 @ equivalent of reduction_avx from ghash-x86_64.pl
/external/boringssl/src/crypto/cipher/
De_aes.c268 (gctx->ctr == aesni_ctr32_encrypt_blocks && gctx->gcm.ghash == gcm_ghash_avx)