Searched refs:gcm_ghash_4bit (Results 1 – 4 of 4) sorted by relevance
/external/boringssl/linux-arm/crypto/modes/ |
D | ghash-armv4.S | 31 .globl gcm_ghash_4bit symbol 32 .hidden gcm_ghash_4bit 33 .type gcm_ghash_4bit,%function 34 gcm_ghash_4bit: label 183 .size gcm_ghash_4bit,.-gcm_ghash_4bit
|
/external/boringssl/src/crypto/modes/ |
D | gcm.c | 229 static void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, in gcm_ghash_4bit() function 308 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, 314 #define GHASH(ctx, in, len) gcm_ghash_4bit((ctx)->Xi.u, (ctx)->Htable, in, len) 468 ctx->ghash = gcm_ghash_4bit; in CRYPTO_gcm128_init() 482 ctx->ghash = gcm_ghash_4bit; in CRYPTO_gcm128_init() 487 ctx->ghash = gcm_ghash_4bit; in CRYPTO_gcm128_init()
|
/external/boringssl/linux-x86_64/crypto/modes/ |
D | ghash-x86_64.S | 95 .globl gcm_ghash_4bit symbol 96 .hidden gcm_ghash_4bit 97 .type gcm_ghash_4bit,@function 99 gcm_ghash_4bit: label 661 .size gcm_ghash_4bit,.-gcm_ghash_4bit
|
/external/boringssl/win-x86_64/crypto/modes/ |
D | ghash-x86_64.asm | 107 global gcm_ghash_4bit 110 gcm_ghash_4bit: label
|