Searched refs:gcm_ghash_4bit_x86 (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/boringssl/linux-x86/crypto/modes/ |
D | ghash-x86.S | 99 .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/ |
D | ghash-x86.S | 97 .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/ |
D | gcm.c | 346 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/ |
D | gcm128.c | 664 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/ |
D | 0014-arm_asm.patch | 5835 void gcm_ghash_4bit_x86(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len);
|