HomeSort by relevance Sort by last modified time
    Searched refs:gcm_ghash_4bit (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/modes/asm/
ghash-s390x.pl 118 .globl gcm_ghash_4bit
120 gcm_ghash_4bit: label
246 .type gcm_ghash_4bit,\@function
247 .size gcm_ghash_4bit,(.-gcm_ghash_4bit)
ghash-sparcv9.pl 81 .globl gcm_ghash_4bit
83 gcm_ghash_4bit: label
214 .type gcm_ghash_4bit,#function
215 .size gcm_ghash_4bit,(.-gcm_ghash_4bit)
ghash-armv4.S 23 .global gcm_ghash_4bit
24 .type gcm_ghash_4bit,%function
25 gcm_ghash_4bit: label
174 .size gcm_ghash_4bit,.-gcm_ghash_4bit
ghash-armv4.pl 132 .global gcm_ghash_4bit
133 .type gcm_ghash_4bit,%function
134 gcm_ghash_4bit: label
226 .size gcm_ghash_4bit,.-gcm_ghash_4bit
ghash-alpha.pl 325 .globl gcm_ghash_4bit
327 .ent gcm_ghash_4bit
328 gcm_ghash_4bit: label
436 .end gcm_ghash_4bit
ghash-x86_64.pl 196 .globl gcm_ghash_4bit
197 .type gcm_ghash_4bit,\@function,4 label
199 gcm_ghash_4bit:
344 .size gcm_ghash_4bit,.-gcm_ghash_4bit
ghash-ia64.pl 180 .global gcm_ghash_4bit#
181 .proc gcm_ghash_4bit#
182 gcm_ghash_4bit: label
249 add $rem_8bit=rem_8bit#-gcm_ghash_4bit#,$rem_8bit
410 .endp gcm_ghash_4bit#
ghash-x86_64.S 91 .globl gcm_ghash_4bit
92 .type gcm_ghash_4bit,@function
94 gcm_ghash_4bit: label
656 .size gcm_ghash_4bit,.-gcm_ghash_4bit
ghash-parisc.pl 342 .EXPORT gcm_ghash_4bit,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR
344 gcm_ghash_4bit
  /external/openssl/crypto/modes/asm/
ghash-s390x.pl 118 .globl gcm_ghash_4bit
120 gcm_ghash_4bit: label
246 .type gcm_ghash_4bit,\@function
247 .size gcm_ghash_4bit,(.-gcm_ghash_4bit)
ghash-sparcv9.pl 81 .globl gcm_ghash_4bit
83 gcm_ghash_4bit: label
214 .type gcm_ghash_4bit,#function
215 .size gcm_ghash_4bit,(.-gcm_ghash_4bit)
ghash-armv4.S 23 .global gcm_ghash_4bit
24 .type gcm_ghash_4bit,%function
25 gcm_ghash_4bit: label
174 .size gcm_ghash_4bit,.-gcm_ghash_4bit
ghash-armv4.pl 132 .global gcm_ghash_4bit
133 .type gcm_ghash_4bit,%function
134 gcm_ghash_4bit: label
226 .size gcm_ghash_4bit,.-gcm_ghash_4bit
ghash-alpha.pl 325 .globl gcm_ghash_4bit
327 .ent gcm_ghash_4bit
328 gcm_ghash_4bit: label
436 .end gcm_ghash_4bit
ghash-x86_64.pl 196 .globl gcm_ghash_4bit
197 .type gcm_ghash_4bit,\@function,4 label
199 gcm_ghash_4bit:
344 .size gcm_ghash_4bit,.-gcm_ghash_4bit
ghash-ia64.pl 180 .global gcm_ghash_4bit#
181 .proc gcm_ghash_4bit#
182 gcm_ghash_4bit: label
249 add $rem_8bit=rem_8bit#-gcm_ghash_4bit#,$rem_8bit
410 .endp gcm_ghash_4bit#
ghash-x86_64.S 91 .globl gcm_ghash_4bit
92 .type gcm_ghash_4bit,@function
94 gcm_ghash_4bit: label
656 .size gcm_ghash_4bit,.-gcm_ghash_4bit
ghash-parisc.pl 342 .EXPORT gcm_ghash_4bit,ENTRY,ARGW0=GR,ARGW1=GR,ARGW2=GR,ARGW3=GR
344 gcm_ghash_4bit
  /external/chromium_org/third_party/openssl/openssl/crypto/modes/
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;
    [all...]
  /external/openssl/crypto/modes/
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;
    [all...]

Completed in 172 milliseconds