Home
last modified time | relevance | path

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

/external/boringssl/linux-arm/crypto/fipsmodule/
Dghash-armv4.S55 .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/
Dgcm_test.cc147 CHECK_ABI(gcm_ghash_4bit, X, Htable, buf, 16 * blocks); in TEST()
Dgcm.c179 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()
Dinternal.h273 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
/external/boringssl/linux-x86_64/crypto/fipsmodule/
Dghash-x86_64.S130 .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/
Dghash-x86_64.asm131 global gcm_ghash_4bit
134 gcm_ghash_4bit: label
/external/grpc-grpc/src/objective-c/
Dgrpc_shadow_boringssl_symbol_list1257 gcm_ghash_4bit
DBoringSSL-GRPC.podspec2809 '#define gcm_ghash_4bit GRPC_SHADOW_gcm_ghash_4bit',
/external/grpc-grpc/src/core/tsi/
Dgrpc_shadow_boringssl.h1285 #define gcm_ghash_4bit GRPC_SHADOW_gcm_ghash_4bit macro