Home
last modified time | relevance | path

Searched refs:gcm_ghash_clmul (Results 1 – 20 of 20) sorted by relevance

/external/openscreen/third_party/boringssl/linux-x86/crypto/fipsmodule/
Dghash-x86.S133 .globl gcm_ghash_clmul symbol
134 .hidden gcm_ghash_clmul
135 .type gcm_ghash_clmul,@function
137 gcm_ghash_clmul: label
320 .size gcm_ghash_clmul,.-.L_gcm_ghash_clmul_begin
/external/boringssl/linux-x86/crypto/fipsmodule/
Dghash-x86.S133 .globl gcm_ghash_clmul symbol
134 .hidden gcm_ghash_clmul
135 .type gcm_ghash_clmul,@function
137 gcm_ghash_clmul: label
320 .size gcm_ghash_clmul,.-.L_gcm_ghash_clmul_begin
/external/rust/crates/quiche/deps/boringssl/linux-x86/crypto/fipsmodule/
Dghash-x86.S133 .globl gcm_ghash_clmul symbol
134 .hidden gcm_ghash_clmul
135 .type gcm_ghash_clmul,@function
137 gcm_ghash_clmul: label
320 .size gcm_ghash_clmul,.-.L_gcm_ghash_clmul_begin
/external/boringssl/src/util/fipstools/delocate/testdata/x86_64-GOTRewrite/
Din.s51 movhps gcm_ghash_clmul@GOTPCREL(%rip), %xmm0
Dout.s190 # WAS movhps gcm_ghash_clmul@GOTPCREL(%rip), %xmm0
/external/openscreen/third_party/boringssl/linux-x86_64/crypto/fipsmodule/
Dghash-x86_64.S230 .globl gcm_ghash_clmul symbol
231 .hidden gcm_ghash_clmul
232 .type gcm_ghash_clmul,@function
234 gcm_ghash_clmul: label
616 .size gcm_ghash_clmul,.-gcm_ghash_clmul
/external/boringssl/linux-x86_64/crypto/fipsmodule/
Dghash-x86_64.S230 .globl gcm_ghash_clmul symbol
231 .hidden gcm_ghash_clmul
232 .type gcm_ghash_clmul,@function
234 gcm_ghash_clmul: label
616 .size gcm_ghash_clmul,.-gcm_ghash_clmul
/external/rust/crates/quiche/deps/boringssl/linux-x86_64/crypto/fipsmodule/
Dghash-x86_64.S230 .globl gcm_ghash_clmul symbol
231 .hidden gcm_ghash_clmul
232 .type gcm_ghash_clmul,@function
234 gcm_ghash_clmul: label
616 .size gcm_ghash_clmul,.-gcm_ghash_clmul
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc151 CHECK_ABI_SEH(gcm_ghash_clmul, X, Htable, buf, 16 * blocks); in TEST()
Dinternal.h275 void gcm_ghash_clmul(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
Dgcm.c165 *out_hash = gcm_ghash_clmul; in CRYPTO_ghash_init()
178 *out_hash = gcm_ghash_clmul; in CRYPTO_ghash_init()
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc151 CHECK_ABI_SEH(gcm_ghash_clmul, X, Htable, buf, 16 * blocks); in TEST()
Dinternal.h275 void gcm_ghash_clmul(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
Dgcm.c165 *out_hash = gcm_ghash_clmul; in CRYPTO_ghash_init()
178 *out_hash = gcm_ghash_clmul; in CRYPTO_ghash_init()
/external/boringssl/win-x86_64/crypto/fipsmodule/
Dghash-x86_64.asm233 global gcm_ghash_clmul
236 gcm_ghash_clmul: label
/external/openscreen/third_party/boringssl/win-x86_64/crypto/fipsmodule/
Dghash-x86_64.asm233 global gcm_ghash_clmul
236 gcm_ghash_clmul: label
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1259 gcm_ghash_clmul
DBoringSSL-GRPC.podspec2811 '#define gcm_ghash_clmul GRPC_SHADOW_gcm_ghash_clmul',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1287 #define gcm_ghash_clmul GRPC_SHADOW_gcm_ghash_clmul macro
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3091 #define gcm_ghash_clmul BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, gcm_ghash_clmul) macro