Searched refs:gcm_ghash_4bit_mmx (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/boringssl/linux-x86/crypto/modes/ |
D | ghash-x86.S | 309 .globl gcm_ghash_4bit_mmx symbol 310 .hidden gcm_ghash_4bit_mmx 311 .type gcm_ghash_4bit_mmx,@function 313 gcm_ghash_4bit_mmx: label 913 .size gcm_ghash_4bit_mmx,.-.L_gcm_ghash_4bit_mmx_begin
|
/external/openssl/crypto/modes/asm/ |
D | ghash-x86.S | 305 .globl gcm_ghash_4bit_mmx symbol 306 .type gcm_ghash_4bit_mmx,@function 308 gcm_ghash_4bit_mmx: label 908 .size gcm_ghash_4bit_mmx,.-.L_gcm_ghash_4bit_mmx_begin
|
/external/chromium_org/third_party/boringssl/src/crypto/modes/ |
D | gcm.c | 342 void gcm_ghash_4bit_mmx(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, 426 ctx->ghash = gcm_ghash_4bit_mmx; in CRYPTO_gcm128_init()
|
/external/openssl/crypto/modes/ |
D | gcm128.c | 661 void gcm_ghash_4bit_mmx(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len); 740 ctx->ghash = gcm_ghash_4bit_mmx;
|
/external/openssl/patches/ |
D | 0014-arm_asm.patch | 5833 @@ -663,13 +663,21 @@ void gcm_ghash_4bit_mmx(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t …
|