/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/cronet/third_party/boringssl/src/crypto/fipsmodule/ |
D | CMakeLists.txt | 5 perlasm(BCM_SOURCES aarch64 ghash-neon-armv8 modes/asm/ghash-neon-armv8.pl) 16 perlasm(BCM_SOURCES arm ghash-armv4 modes/asm/ghash-armv4.pl) 25 perlasm(BCM_SOURCES x86 ghash-ssse3-x86 modes/asm/ghash-ssse3-x86.pl) 26 perlasm(BCM_SOURCES x86 ghash-x86 modes/asm/ghash-x86.pl) 35 perlasm(BCM_SOURCES x86_64 ghash-ssse3-x86_64 modes/asm/ghash-ssse3-x86_64.pl) 36 perlasm(BCM_SOURCES x86_64 ghash-x86_64 modes/asm/ghash-x86_64.pl)
|
/external/boringssl/src/crypto/fipsmodule/ |
D | CMakeLists.txt | 5 perlasm(BCM_SOURCES aarch64 ghash-neon-armv8 modes/asm/ghash-neon-armv8.pl) 16 perlasm(BCM_SOURCES arm ghash-armv4 modes/asm/ghash-armv4.pl) 25 perlasm(BCM_SOURCES x86 ghash-ssse3-x86 modes/asm/ghash-ssse3-x86.pl) 26 perlasm(BCM_SOURCES x86 ghash-x86 modes/asm/ghash-x86.pl) 35 perlasm(BCM_SOURCES x86_64 ghash-ssse3-x86_64 modes/asm/ghash-ssse3-x86_64.pl) 36 perlasm(BCM_SOURCES x86_64 ghash-x86_64 modes/asm/ghash-x86_64.pl)
|
/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/ |
D | cargo2android_cc.bp | 35 "pregenerated/ghash-armv4-linux32.S", 44 "pregenerated/ghash-neon-armv8-linux64.S", 55 "pregenerated/ghash-x86-elf.S", 67 "pregenerated/ghash-x86_64-elf.S",
|
D | Android.bp | 306 "pregenerated/ghash-armv4-linux32.S", 315 "pregenerated/ghash-neon-armv8-linux64.S", 326 "pregenerated/ghash-x86-elf.S", 338 "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/rust/crates/quiche/deps/boringssl/ |
D | CMakeLists.txt | 134 ios-aarch64/crypto/fipsmodule/ghash-neon-armv8.S 150 ios-arm/crypto/fipsmodule/ghash-armv4.S 165 linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S 181 linux-arm/crypto/fipsmodule/ghash-armv4.S 207 linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S 208 linux-x86/crypto/fipsmodule/ghash-x86.S 226 linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S 227 linux-x86_64/crypto/fipsmodule/ghash-x86_64.S 250 mac-x86/crypto/fipsmodule/ghash-ssse3-x86.S 251 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/open-dice/third_party/boringssl/ |
D | BUILD.generated.gni | 449 "apple-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", 465 "apple-arm/crypto/fipsmodule/ghash-armv4.S", 479 "apple-x86/crypto/fipsmodule/ghash-ssse3-x86.S", 480 "apple-x86/crypto/fipsmodule/ghash-x86.S", 496 "apple-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64.S", 497 "apple-x86_64/crypto/fipsmodule/ghash-x86_64.S", 517 "linux-aarch64/crypto/fipsmodule/ghash-neon-armv8.S", 533 "linux-arm/crypto/fipsmodule/ghash-armv4.S", 555 "linux-x86/crypto/fipsmodule/ghash-ssse3-x86.S", 556 "linux-x86/crypto/fipsmodule/ghash-x86.S", [all …]
|
/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() 431 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt() 524 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt_ctr32() 610 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt_ctr32()
|
D | internal.h | 136 ghash_func ghash; member 400 ghash_func ghash; member
|
/external/cronet/third_party/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 | 250 CRYPTO_ghash_init(&gcm_key->gmult, &gcm_key->ghash, &gcm_key->H, in CRYPTO_gcm128_init_key() 316 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_aad() 371 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt() 461 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt() 554 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt_ctr32() 640 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt_ctr32()
|
D | internal.h | 135 ghash_func ghash; member 398 ghash_func ghash; member
|
/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 | 250 CRYPTO_ghash_init(&gcm_key->gmult, &gcm_key->ghash, &gcm_key->H, in CRYPTO_gcm128_init_key() 316 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_aad() 371 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt() 461 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt() 554 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_encrypt_ctr32() 640 size_t len) = ctx->gcm_key.ghash; in CRYPTO_gcm128_decrypt_ctr32()
|
D | internal.h | 135 ghash_func ghash; member 398 ghash_func ghash; member
|
/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/cronet/third_party/boringssl/ |
D | BUILD.generated.gni | 461 "apple-aarch64/crypto/fipsmodule/ghash-neon-armv8-apple.S", 477 "apple-arm/crypto/fipsmodule/ghash-armv4-apple.S", 491 "apple-x86/crypto/fipsmodule/ghash-ssse3-x86-apple.S", 492 "apple-x86/crypto/fipsmodule/ghash-x86-apple.S", 508 "apple-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-apple.S", 509 "apple-x86_64/crypto/fipsmodule/ghash-x86_64-apple.S", 531 "linux-aarch64/crypto/fipsmodule/ghash-neon-armv8-linux.S", 547 "linux-arm/crypto/fipsmodule/ghash-armv4-linux.S", 563 "linux-x86/crypto/fipsmodule/ghash-ssse3-x86-linux.S", 564 "linux-x86/crypto/fipsmodule/ghash-x86-linux.S", [all …]
|
/external/boringssl/ |
D | android-sources.cmake | 392 ${BORINGSSL_ROOT}apple-aarch64/crypto/fipsmodule/ghash-neon-armv8-apple.S 407 ${BORINGSSL_ROOT}apple-arm/crypto/fipsmodule/ghash-armv4-apple.S 420 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/ghash-ssse3-x86-apple.S 421 ${BORINGSSL_ROOT}apple-x86/crypto/fipsmodule/ghash-x86-apple.S 436 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-apple.S 437 ${BORINGSSL_ROOT}apple-x86_64/crypto/fipsmodule/ghash-x86_64-apple.S 458 ${BORINGSSL_ROOT}linux-aarch64/crypto/fipsmodule/ghash-neon-armv8-linux.S 473 ${BORINGSSL_ROOT}linux-arm/crypto/fipsmodule/ghash-armv4-linux.S 488 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/ghash-ssse3-x86-linux.S 489 ${BORINGSSL_ROOT}linux-x86/crypto/fipsmodule/ghash-x86-linux.S [all …]
|
D | BUILD.generated.bzl | 535 "apple-aarch64/crypto/fipsmodule/ghash-neon-armv8-apple.S", 551 "apple-arm/crypto/fipsmodule/ghash-armv4-apple.S", 565 "apple-x86/crypto/fipsmodule/ghash-ssse3-x86-apple.S", 566 "apple-x86/crypto/fipsmodule/ghash-x86-apple.S", 582 "apple-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-apple.S", 583 "apple-x86_64/crypto/fipsmodule/ghash-x86_64-apple.S", 605 "linux-aarch64/crypto/fipsmodule/ghash-neon-armv8-linux.S", 621 "linux-arm/crypto/fipsmodule/ghash-armv4-linux.S", 637 "linux-x86/crypto/fipsmodule/ghash-ssse3-x86-linux.S", 638 "linux-x86/crypto/fipsmodule/ghash-x86-linux.S", [all …]
|
D | sources.mk | 250 linux-aarch64/crypto/fipsmodule/ghash-neon-armv8-linux.S\ 265 linux-arm/crypto/fipsmodule/ghash-armv4-linux.S\ 280 linux-x86/crypto/fipsmodule/ghash-ssse3-x86-linux.S\ 281 linux-x86/crypto/fipsmodule/ghash-x86-linux.S\ 296 linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-linux.S\ 297 linux-x86_64/crypto/fipsmodule/ghash-x86_64-linux.S\
|
D | eureka.mk | 308 linux-aarch64/crypto/fipsmodule/ghash-neon-armv8-linux.S\ 323 linux-arm/crypto/fipsmodule/ghash-armv4-linux.S\ 338 linux-x86/crypto/fipsmodule/ghash-ssse3-x86-linux.S\ 339 linux-x86/crypto/fipsmodule/ghash-x86-linux.S\ 354 linux-x86_64/crypto/fipsmodule/ghash-ssse3-x86_64-linux.S\ 355 linux-x86_64/crypto/fipsmodule/ghash-x86_64-linux.S\
|