Searched refs:gcm_ghash_4bit (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/ |
D | ghash-armv4.S | 23 .global gcm_ghash_4bit symbol 24 .type gcm_ghash_4bit,%function 25 gcm_ghash_4bit: label 174 .size gcm_ghash_4bit,.-gcm_ghash_4bit
|
D | ghash-x86_64.S | 91 .globl gcm_ghash_4bit symbol 92 .type gcm_ghash_4bit,@function 94 gcm_ghash_4bit: label 656 .size gcm_ghash_4bit,.-gcm_ghash_4bit
|
/external/openssl/crypto/modes/asm/ |
D | ghash-armv4.S | 23 .global gcm_ghash_4bit symbol 24 .type gcm_ghash_4bit,%function 25 gcm_ghash_4bit: label 174 .size gcm_ghash_4bit,.-gcm_ghash_4bit
|
D | ghash-x86_64.S | 91 .globl gcm_ghash_4bit symbol 92 .type gcm_ghash_4bit,@function 94 gcm_ghash_4bit: label 656 .size gcm_ghash_4bit,.-gcm_ghash_4bit
|
/external/chromium_org/third_party/openssl/openssl/crypto/modes/ |
D | gcm128.c | 406 static void gcm_ghash_4bit(u64 Xi[2],const u128 Htable[16], function 571 void gcm_ghash_4bit(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len); 576 #define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len) 739 ctx->ghash = gcm_ghash_4bit; 748 ctx->ghash = gcm_ghash_4bit;
|
/external/openssl/crypto/modes/ |
D | gcm128.c | 406 static void gcm_ghash_4bit(u64 Xi[2],const u128 Htable[16], function 571 void gcm_ghash_4bit(u64 Xi[2],const u128 Htable[16],const u8 *inp,size_t len); 576 #define GHASH(ctx,in,len) gcm_ghash_4bit((ctx)->Xi.u,(ctx)->Htable,in,len) 747 ctx->ghash = gcm_ghash_4bit; 767 ctx->ghash = gcm_ghash_4bit;
|
/external/openssl/patches/ |
D | 0014-arm_asm.patch | 5857 ctx->ghash = gcm_ghash_4bit; 5879 ctx->ghash = gcm_ghash_4bit;
|