Home
last modified time | relevance | path

Searched refs:gcm_ghash_avx (Results 1 – 15 of 15) sorted by relevance

/external/openscreen/third_party/boringssl/linux-x86_64/crypto/fipsmodule/
Dghash-x86_64.S736 .globl gcm_ghash_avx symbol
737 .hidden gcm_ghash_avx
738 .type gcm_ghash_avx,@function
740 gcm_ghash_avx: label
1114 .size gcm_ghash_avx,.-gcm_ghash_avx
/external/boringssl/linux-x86_64/crypto/fipsmodule/
Dghash-x86_64.S736 .globl gcm_ghash_avx symbol
737 .hidden gcm_ghash_avx
738 .type gcm_ghash_avx,@function
740 gcm_ghash_avx: label
1114 .size gcm_ghash_avx,.-gcm_ghash_avx
/external/rust/crates/quiche/deps/boringssl/linux-x86_64/crypto/fipsmodule/
Dghash-x86_64.S736 .globl gcm_ghash_avx symbol
737 .hidden gcm_ghash_avx
738 .type gcm_ghash_avx,@function
740 gcm_ghash_avx: label
1114 .size gcm_ghash_avx,.-gcm_ghash_avx
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc159 CHECK_ABI_SEH(gcm_ghash_avx, X, Htable, buf, 16 * blocks); in TEST()
Dinternal.h293 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,
Dgcm.c159 *out_hash = gcm_ghash_avx; in CRYPTO_ghash_init()
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc159 CHECK_ABI_SEH(gcm_ghash_avx, X, Htable, buf, 16 * blocks); in TEST()
Dinternal.h293 void gcm_ghash_avx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,
Dgcm.c159 *out_hash = gcm_ghash_avx; in CRYPTO_ghash_init()
/external/boringssl/win-x86_64/crypto/fipsmodule/
Dghash-x86_64.asm769 global gcm_ghash_avx
772 gcm_ghash_avx: label
/external/openscreen/third_party/boringssl/win-x86_64/crypto/fipsmodule/
Dghash-x86_64.asm769 global gcm_ghash_avx
772 gcm_ghash_avx: label
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1258 gcm_ghash_avx
DBoringSSL-GRPC.podspec2810 '#define gcm_ghash_avx GRPC_SHADOW_gcm_ghash_avx',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1286 #define gcm_ghash_avx GRPC_SHADOW_gcm_ghash_avx macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3090 #define gcm_ghash_avx BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, gcm_ghash_avx) macro