Home
last modified time | relevance | path

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

123

/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/
DCMakeLists.txt9 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/
DCMakeLists.txt9 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/
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/rust/crates/ring/patches/
DAndroid.bp.diff55 + "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/
Dgetversion.sh9 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/
Dpolyval.c59 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()
Dgcm.c225 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()
Dinternal.h157 ghash_func ghash; member
421 ghash_func ghash; member
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/
Dpolyval.c59 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()
Dgcm.c225 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()
Dinternal.h157 ghash_func ghash; member
421 ghash_func ghash; member
/external/rust/crates/quiche/deps/boringssl/
DCMakeLists.txt139 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/
DBUILD.generated.gni443 "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/
Dsb_valtable.cpp185 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/
Dandroid-sources.cmake394 ${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 …]
DBUILD.generated.bzl524 "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 …]
Dsources.mk255 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\
Deureka.mk311 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\
Dsources.bp295 "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/
DAndroid.bp128 "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/
Dprecomp-link.test8 …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:%…
Dpdb-tpi-aligned-records.test6 # RUN: lld-link /out:%t.exe /debug:ghash /entry:main %t.obj %t2.obj /nodefaultlib
Dpdb-global-hashes.test5 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
Dpdb-procid-remapping.test8 # RUN: lld-link /debug /debug:ghash /pdb:%t.pdb /dll /out:%t.dll /entry:main /nodefaultlib \
/external/llvm-project/lld/COFF/
DDebugTypes.cpp902 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()

123