/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/ |
D | CMakeLists.txt | 9 ghash-ssse3-x86_64.${ASM_EXT} 10 ghash-x86_64.${ASM_EXT} 32 ghash-ssse3-x86.${ASM_EXT} 33 ghash-x86.${ASM_EXT} 50 ghash-armv4.${ASM_EXT} 65 ghash-neon-armv8.${ASM_EXT} 93 perlasm(ghash-armv4.${ASM_EXT} modes/asm/ghash-armv4.pl) 96 perlasm(ghash-neon-armv8.${ASM_EXT} modes/asm/ghash-neon-armv8.pl) 97 perlasm(ghash-ssse3-x86_64.${ASM_EXT} modes/asm/ghash-ssse3-x86_64.pl) 98 perlasm(ghash-ssse3-x86.${ASM_EXT} modes/asm/ghash-ssse3-x86.pl) [all …]
|
/external/boringssl/src/crypto/fipsmodule/ |
D | CMakeLists.txt | 9 ghash-ssse3-x86_64.${ASM_EXT} 10 ghash-x86_64.${ASM_EXT} 32 ghash-ssse3-x86.${ASM_EXT} 33 ghash-x86.${ASM_EXT} 50 ghash-armv4.${ASM_EXT} 65 ghash-neon-armv8.${ASM_EXT} 93 perlasm(ghash-armv4.${ASM_EXT} modes/asm/ghash-armv4.pl) 96 perlasm(ghash-neon-armv8.${ASM_EXT} modes/asm/ghash-neon-armv8.pl) 97 perlasm(ghash-ssse3-x86_64.${ASM_EXT} modes/asm/ghash-ssse3-x86_64.pl) 98 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/rust/crates/ring/patches/ |
D | Android.bp.diff | 55 + "pregenerated/ghash-armv4-linux32.S", 65 + "pregenerated/ghash-neon-armv8-linux64.S", 77 + "pregenerated/ghash-x86-elf.S", 87 + "pregenerated/ghash-x86_64-elf.S",
|
/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/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 | 225 CRYPTO_ghash_init(&gcm_key->gmult, &gcm_key->ghash, &gcm_key->H, in CRYPTO_gcm128_init_key() 286 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_aad() 341 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt() 429 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt() 520 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt_ctr32() 606 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt_ctr32()
|
D | internal.h | 157 ghash_func ghash; member 421 ghash_func ghash; member
|
/external/rust/crates/quiche/deps/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 | 225 CRYPTO_ghash_init(&gcm_key->gmult, &gcm_key->ghash, &gcm_key->H, in CRYPTO_gcm128_init_key() 286 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_aad() 341 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt() 429 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt() 520 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt_ctr32() 606 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt_ctr32()
|
D | internal.h | 157 ghash_func ghash; member 421 ghash_func ghash; member
|
/external/rust/crates/quiche/deps/boringssl/ |
D | CMakeLists.txt | 139 ios-aarch64/crypto/fipsmodule/ghash-neon-armv8.S 155 ios-arm/crypto/fipsmodule/ghash-armv4.S 170 linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S 186 linux-arm/crypto/fipsmodule/ghash-armv4.S 212 linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S 213 linux-x86/crypto/fipsmodule/ghash-x86.S 231 linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S 232 linux-x86_64/crypto/fipsmodule/ghash-x86_64.S 255 mac-x86/crypto/fipsmodule/ghash-ssse3-x86.S 256 mac-x86/crypto/fipsmodule/ghash-x86.S [all …]
|
/external/openscreen/third_party/boringssl/ |
D | BUILD.generated.gni | 443 "ios-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", 457 "ios-arm/crypto/fipsmodule/ghash-armv4.S", 470 "linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", 484 "linux-arm/crypto/fipsmodule/ghash-armv4.S", 506 "linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S", 507 "linux-x86/crypto/fipsmodule/ghash-x86.S", 523 "linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", 524 "linux-x86_64/crypto/fipsmodule/ghash-x86_64.S", 545 "mac-x86/crypto/fipsmodule/ghash-ssse3-x86.S", 546 "mac-x86/crypto/fipsmodule/ghash-x86.S", [all …]
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_valtable.cpp | 185 if (ghash) in hash() 186 return ghash; in hash() 188 ghash = rel_hash(); in hash() 190 ghash = def->hash(); in hash() 192 ghash = ((uintptr_t)this) | 1; in hash() 194 return ghash; in hash()
|
/external/boringssl/ |
D | android-sources.cmake | 394 ${BORINGSSL_ROOT}ios-aarch64/crypto/fipsmodule/ghash-neon-armv8.S 407 ${BORINGSSL_ROOT}ios-arm/crypto/fipsmodule/ghash-armv4.S 419 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S 432 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/ghash-armv4.S 452 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S 453 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/ghash-x86.S 468 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S 469 ${BORINGSSL_ROOT}linux-x86_64/crypto/fipsmodule/ghash-x86_64.S 489 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/ghash-ssse3-x86.S 490 ${BORINGSSL_ROOT}mac-x86/crypto/fipsmodule/ghash-x86.S [all …]
|
D | BUILD.generated.bzl | 524 "ios-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", 538 "ios-arm/crypto/fipsmodule/ghash-armv4.S", 551 "linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", 565 "linux-arm/crypto/fipsmodule/ghash-armv4.S", 587 "linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S", 588 "linux-x86/crypto/fipsmodule/ghash-x86.S", 604 "linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", 605 "linux-x86_64/crypto/fipsmodule/ghash-x86_64.S", 626 "mac-x86/crypto/fipsmodule/ghash-ssse3-x86.S", 627 "mac-x86/crypto/fipsmodule/ghash-x86.S", [all …]
|
D | sources.mk | 255 linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S\ 268 linux-arm/crypto/fipsmodule/ghash-armv4.S\ 288 linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S\ 289 linux-x86/crypto/fipsmodule/ghash-x86.S\ 304 linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S\ 305 linux-x86_64/crypto/fipsmodule/ghash-x86_64.S\
|
D | eureka.mk | 311 linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S\ 324 linux-arm/crypto/fipsmodule/ghash-armv4.S\ 344 linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S\ 345 linux-x86/crypto/fipsmodule/ghash-x86.S\ 360 linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S\ 361 linux-x86_64/crypto/fipsmodule/ghash-x86_64.S\
|
D | sources.bp | 295 "linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", 308 "linux-arm/crypto/fipsmodule/ghash-armv4.S", 321 "linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S", 322 "linux-x86/crypto/fipsmodule/ghash-x86.S", 335 "linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", 336 "linux-x86_64/crypto/fipsmodule/ghash-x86_64.S",
|
/external/rust/crates/ring/ |
D | Android.bp | 128 "pregenerated/ghash-armv4-linux32.S", 138 "pregenerated/ghash-neon-armv8-linux64.S", 150 "pregenerated/ghash-x86-elf.S", 160 "pregenerated/ghash-x86_64-elf.S",
|
/external/llvm-project/lld/test/COFF/ |
D | precomp-link.test | 8 …recomp-invalid.obj %S/Inputs/precomp.obj /nodefaultlib /entry:main /debug:ghash /pdb:%t.pdb /out:%… 56 Re-run with ghash. Eventually, perhaps this will be the default. 58 …ecomp-b.obj %S/Inputs/precomp.obj /nodefaultlib /entry:main /debug /debug:ghash /pdb:%t.pdb /out:%…
|
D | pdb-tpi-aligned-records.test | 6 # RUN: lld-link /out:%t.exe /debug:ghash /entry:main %t.obj %t2.obj /nodefaultlib
|
D | pdb-global-hashes.test | 5 RUN: lld-link /debug:ghash -verbose %t.1.obj %t.2.obj /entry:main /nodefaultlib /PDB:%t.hash.pdb 6 RUN: lld-link /debug:ghash %t.1.obj %t.2.missing.obj /entry:main /nodefaultlib /PDB:%t.mixed.pdb
|
D | pdb-procid-remapping.test | 8 # RUN: lld-link /debug /debug:ghash /pdb:%t.pdb /dll /out:%t.dll /entry:main /nodefaultlib \
|
/external/llvm-project/lld/COFF/ |
D | DebugTypes.cpp | 902 uint32_t insert(GloballyHashedType ghash, GHashCell newCell); 972 uint32_t GHashTable::insert(GloballyHashedType ghash, GHashCell newCell) { in insert() argument 979 ByteSwap_64(*reinterpret_cast<uint64_t *>(&ghash)) % tableSize; in insert() 991 while (oldCell.isEmpty() || oldCell.getGHash() == ghash) { in insert() 1063 GloballyHashedType ghash = source->ghashes[i]; in mergeTypesWithGHash() local 1066 ghashState.table.insert(ghash, GHashCell(isItem, tpiSrcIdx, i)); in mergeTypesWithGHash()
|