Home
last modified time | relevance | path

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

/external/boringssl/linux-x86/crypto/fipsmodule/
Dghash-x86.S838 .globl gcm_ghash_clmul symbol
839 .hidden gcm_ghash_clmul
840 .type gcm_ghash_clmul,@function
842 gcm_ghash_clmul: label
1025 .size gcm_ghash_clmul,.-.L_gcm_ghash_clmul_begin
/external/boringssl/src/crypto/fipsmodule/modes/
Dgcm_test.cc164 CHECK_ABI_SEH(gcm_ghash_clmul, X, Htable, buf, 16 * blocks); in TEST()
Dinternal.h282 void gcm_ghash_clmul(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
Dgcm.c308 *out_hash = gcm_ghash_clmul; in CRYPTO_ghash_init()
321 *out_hash = gcm_ghash_clmul; in CRYPTO_ghash_init()
/external/boringssl/linux-x86_64/crypto/fipsmodule/
Dghash-x86_64.S933 .globl gcm_ghash_clmul symbol
934 .hidden gcm_ghash_clmul
935 .type gcm_ghash_clmul,@function
937 gcm_ghash_clmul: label
1319 .size gcm_ghash_clmul,.-gcm_ghash_clmul
/external/boringssl/win-x86_64/crypto/fipsmodule/
Dghash-x86_64.asm944 global gcm_ghash_clmul
947 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