/external/boringssl/src/crypto/fipsmodule/ |
D | CMakeLists.txt | 10 ghash-ssse3-x86_64.${ASM_EXT} 11 ghash-x86_64.${ASM_EXT} 34 ghash-ssse3-x86.${ASM_EXT} 35 ghash-x86.${ASM_EXT} 53 ghash-armv4.${ASM_EXT} 67 ghash-neon-armv8.${ASM_EXT} 98 perlasm(ghash-armv4.${ASM_EXT} modes/asm/ghash-armv4.pl) 101 perlasm(ghash-neon-armv8.${ASM_EXT} modes/asm/ghash-neon-armv8.pl) 102 perlasm(ghash-ssse3-x86_64.${ASM_EXT} modes/asm/ghash-ssse3-x86_64.pl) 103 perlasm(ghash-ssse3-x86.${ASM_EXT} modes/asm/ghash-ssse3-x86.pl) [all …]
|
/external/wpa_supplicant_8/src/crypto/ |
D | aes-gcm.c | 103 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/ |
D | getversion.sh | 9 if ghash=$(git rev-parse --short --verify HEAD 2>/dev/null); then 28 ver="${ver_major}.${ver_branch}.${numcommits}-${ghash}${dirty}"
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_valtable.cpp | 184 if (ghash) in hash() 185 return ghash; in hash() 187 ghash = rel_hash(); in hash() 189 ghash = def->hash(); in hash() 191 ghash = ((uintptr_t)this) | 1; in hash() 193 return ghash; in hash()
|
D | sb_ir.h | 460 gvn_source(), ghash(), in kind() 483 value_hash ghash; variable
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | polyval.c | 59 CRYPTO_ghash_init(&ctx->gmult, &ctx->ghash, &ctx->H, ctx->Htable, &is_avx, in CRYPTO_POLYVAL_init() 83 ctx->ghash(ctx->S.u, ctx->Htable, (const uint8_t *) reversed, todo); in CRYPTO_POLYVAL_update_blocks()
|
D | gcm.c | 373 CRYPTO_ghash_init(&gcm_key->gmult, &gcm_key->ghash, &gcm_key->H, in CRYPTO_gcm128_init_key() 435 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_aad() 491 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt() 579 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt() 670 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt_ctr32() 755 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt_ctr32()
|
D | internal.h | 157 ghash_func ghash; member 467 ghash_func ghash; member
|
/external/boringssl/ |
D | sources.mk | 246 linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S\ 260 linux-arm/crypto/fipsmodule/ghash-armv4.S\ 279 linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S\ 280 linux-x86/crypto/fipsmodule/ghash-x86.S\ 296 linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S\ 297 linux-x86_64/crypto/fipsmodule/ghash-x86_64.S\
|
D | eureka.mk | 301 linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S\ 315 linux-arm/crypto/fipsmodule/ghash-armv4.S\ 334 linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S\ 335 linux-x86/crypto/fipsmodule/ghash-x86.S\ 351 linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S\ 352 linux-x86_64/crypto/fipsmodule/ghash-x86_64.S\
|
D | sources.bp | 250 "linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", 266 "linux-arm/crypto/fipsmodule/ghash-armv4.S", 283 "linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S", 284 "linux-x86/crypto/fipsmodule/ghash-x86.S", 302 "linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", 303 "linux-x86_64/crypto/fipsmodule/ghash-x86_64.S",
|
/external/epid-sdk/ext/ipp/sources/ippcp/ |
D | pcpaesauthgcm.h | 90 Ipp8u ghash[BLOCK_SIZE]; /* ghash accumulator */ member 128 #define AESGCM_GHASH(stt) ((stt)->ghash)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/COFF/ |
D | global-type-hashes.ll | 1 ; RUN: llc -filetype=obj -emit-codeview-ghash-section < %s > %t.obj 3 ; RUN: llc -filetype=asm -emit-codeview-ghash-section < %s \
|
/external/boringssl/src/crypto/cipher_extra/test/ |
D | aes_128_gcm_tests.txt | 475 # local add-ons, primarily streaming ghash tests
|
D | cipher_tests.txt | 383 # local add-ons, primarily streaming ghash tests
|
/external/skqp/gn/ |
D | BUILD.gn | 431 cflags += [ "-mllvm", "-emit-codeview-ghash-section" ]
|
/external/skia/gn/ |
D | BUILD.gn | 432 cflags += [ "-gcodeview-ghash" ]
|
/external/boringssl/ios-arm/crypto/fipsmodule/ |
D | ghash-armv4.S | 566 @ equivalent of reduction_avx from ghash-x86_64.pl
|
/external/boringssl/linux-arm/crypto/fipsmodule/ |
D | ghash-armv4.S | 555 @ equivalent of reduction_avx from ghash-x86_64.pl
|