Searched refs:gcm_ghash_4bit (Results 1 – 9 of 9) sorted by relevance
/external/boringssl/linux-arm/crypto/fipsmodule/ |
D | ghash-armv4.S | 55 .globl gcm_ghash_4bit symbol 56 .hidden gcm_ghash_4bit 57 .type gcm_ghash_4bit,%function 59 gcm_ghash_4bit: label 227 .size gcm_ghash_4bit,.-gcm_ghash_4bit
|
/external/boringssl/src/crypto/fipsmodule/modes/ |
D | gcm_test.cc | 147 CHECK_ABI(gcm_ghash_4bit, X, Htable, buf, 16 * blocks); in TEST()
|
D | gcm.c | 179 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, in gcm_ghash_4bit() function 238 gcm_ghash_4bit((ctx)->Xi.u, (ctx)->gcm_key.Htable, in, len) 359 *out_hash = gcm_ghash_4bit; in CRYPTO_ghash_init()
|
D | internal.h | 273 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
|
/external/boringssl/linux-x86_64/crypto/fipsmodule/ |
D | ghash-x86_64.S | 130 .globl gcm_ghash_4bit symbol 131 .hidden gcm_ghash_4bit 132 .type gcm_ghash_4bit,@function 134 gcm_ghash_4bit: label 719 .size gcm_ghash_4bit,.-gcm_ghash_4bit
|
/external/boringssl/win-x86_64/crypto/fipsmodule/ |
D | ghash-x86_64.asm | 131 global gcm_ghash_4bit 134 gcm_ghash_4bit: label
|
/external/grpc-grpc/src/objective-c/ |
D | grpc_shadow_boringssl_symbol_list | 1257 gcm_ghash_4bit
|
D | BoringSSL-GRPC.podspec | 2809 '#define gcm_ghash_4bit GRPC_SHADOW_gcm_ghash_4bit',
|
/external/grpc-grpc/src/core/tsi/ |
D | grpc_shadow_boringssl.h | 1285 #define gcm_ghash_4bit GRPC_SHADOW_gcm_ghash_4bit macro
|