Home
last modified time | relevance | path

Searched refs:gcm_ghash_4bit_x86 (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/boringssl/linux-x86/crypto/modes/
Dghash-x86.S99 .globl gcm_ghash_4bit_x86 symbol
100 .hidden gcm_ghash_4bit_x86
101 .type gcm_ghash_4bit_x86,@function
103 gcm_ghash_4bit_x86: label
208 .size gcm_ghash_4bit_x86,.-.L_gcm_ghash_4bit_x86_begin
/external/openssl/crypto/modes/asm/
Dghash-x86.S97 .globl gcm_ghash_4bit_x86 symbol
98 .type gcm_ghash_4bit_x86,@function
100 gcm_ghash_4bit_x86: label
205 .size gcm_ghash_4bit_x86,.-.L_gcm_ghash_4bit_x86_begin
/external/chromium_org/third_party/boringssl/src/crypto/modes/
Dgcm.c346 void gcm_ghash_4bit_x86(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
429 ctx->ghash = gcm_ghash_4bit_x86; in CRYPTO_gcm128_init()
/external/openssl/crypto/modes/
Dgcm128.c664 void gcm_ghash_4bit_x86(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
743 ctx->ghash = gcm_ghash_4bit_x86;
/external/openssl/patches/
D0014-arm_asm.patch5835 void gcm_ghash_4bit_x86(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);