Home
last modified time | relevance | path

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

/external/rust/crates/quiche/deps/boringssl/linux-x86_64/crypto/fipsmodule/
Dghash-ssse3-x86_64.S210 .type gcm_ghash_ssse3, @function
211 .globl gcm_ghash_ssse3 symbol
212 .hidden gcm_ghash_ssse3
214 gcm_ghash_ssse3: label
416 .size gcm_ghash_ssse3,.-gcm_ghash_ssse3
/external/openscreen/third_party/boringssl/linux-x86_64/crypto/fipsmodule/
Dghash-ssse3-x86_64.S210 .type gcm_ghash_ssse3, @function
211 .globl gcm_ghash_ssse3 symbol
212 .hidden gcm_ghash_ssse3
214 gcm_ghash_ssse3: label
416 .size gcm_ghash_ssse3,.-gcm_ghash_ssse3
/external/boringssl/linux-x86_64/crypto/fipsmodule/
Dghash-ssse3-x86_64.S210 .type gcm_ghash_ssse3, @function
211 .globl gcm_ghash_ssse3 symbol
212 .hidden gcm_ghash_ssse3
214 gcm_ghash_ssse3: label
416 .size gcm_ghash_ssse3,.-gcm_ghash_ssse3
/external/rust/crates/quiche/deps/boringssl/linux-x86/crypto/fipsmodule/
Dghash-ssse3-x86.S142 .globl gcm_ghash_ssse3 symbol
143 .hidden gcm_ghash_ssse3
144 .type gcm_ghash_ssse3,@function
146 gcm_ghash_ssse3: label
286 .size gcm_ghash_ssse3,.-.L_gcm_ghash_ssse3_begin
/external/boringssl/linux-x86/crypto/fipsmodule/
Dghash-ssse3-x86.S142 .globl gcm_ghash_ssse3 symbol
143 .hidden gcm_ghash_ssse3
144 .type gcm_ghash_ssse3,@function
146 gcm_ghash_ssse3: label
286 .size gcm_ghash_ssse3,.-.L_gcm_ghash_ssse3_begin
/external/openscreen/third_party/boringssl/linux-x86/crypto/fipsmodule/
Dghash-ssse3-x86.S142 .globl gcm_ghash_ssse3 symbol
143 .hidden gcm_ghash_ssse3
144 .type gcm_ghash_ssse3,@function
146 gcm_ghash_ssse3: label
286 .size gcm_ghash_ssse3,.-.L_gcm_ghash_ssse3_begin
/external/openscreen/third_party/boringssl/win-x86_64/crypto/fipsmodule/
Dghash-ssse3-x86_64.asm219 global gcm_ghash_ssse3
221 gcm_ghash_ssse3: label
/external/boringssl/win-x86_64/crypto/fipsmodule/
Dghash-ssse3-x86_64.asm219 global gcm_ghash_ssse3
221 gcm_ghash_ssse3: label
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc143 CHECK_ABI_SEH(gcm_ghash_ssse3, X, Htable, buf, 16 * blocks); in TEST()
Dinternal.h286 void gcm_ghash_ssse3(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,
Dgcm.c171 *out_hash = gcm_ghash_ssse3; in CRYPTO_ghash_init()
184 *out_hash = gcm_ghash_ssse3; in CRYPTO_ghash_init()
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc143 CHECK_ABI_SEH(gcm_ghash_ssse3, X, Htable, buf, 16 * blocks); in TEST()
Dinternal.h286 void gcm_ghash_ssse3(uint64_t Xi[2], const u128 Htable[16], const uint8_t *in,
Dgcm.c171 *out_hash = gcm_ghash_ssse3; in CRYPTO_ghash_init()
184 *out_hash = gcm_ghash_ssse3; in CRYPTO_ghash_init()
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dboringssl_prefix_symbols.h3093 #define gcm_ghash_ssse3 BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, gcm_ghash_ssse3) macro