Searched refs:gcm_ghash_clmul (Results 1 – 9 of 9) sorted by relevance
/external/boringssl/linux-x86/crypto/fipsmodule/ |
D | ghash-x86.S | 838 .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/ |
D | gcm_test.cc | 164 CHECK_ABI_SEH(gcm_ghash_clmul, X, Htable, buf, 16 * blocks); in TEST()
|
D | internal.h | 282 void gcm_ghash_clmul(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
|
D | gcm.c | 308 *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/ |
D | ghash-x86_64.S | 933 .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/ |
D | ghash-x86_64.asm | 944 global gcm_ghash_clmul 947 gcm_ghash_clmul: label
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1259 gcm_ghash_clmul
|
D | BoringSSL-GRPC.podspec | 2811 '#define gcm_ghash_clmul GRPC_SHADOW_gcm_ghash_clmul',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1287 #define gcm_ghash_clmul GRPC_SHADOW_gcm_ghash_clmul macro
|