Home
last modified time | relevance | path

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

/external/chromium_org/third_party/boringssl/linux-x86/crypto/modes/
Dghash-x86.S309 .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/
Dghash-x86.S305 .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/
Dgcm.c342 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/
Dgcm128.c661 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/
D0014-arm_asm.patch5833 @@ -663,13 +663,21 @@ void gcm_ghash_4bit_mmx(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t …