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

  /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.pl 146 .global gcm_ghash_4bit
147 .type gcm_ghash_4bit,%function
148 gcm_ghash_4bit: label
240 .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-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-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/boringssl/src/crypto/modes/asm/
ghash-armv4.pl 149 .global gcm_ghash_4bit
150 .hidden gcm_ghash_4bit
151 .type gcm_ghash_4bit,%function
152 gcm_ghash_4bit: label
244 .size gcm_ghash_4bit,.-gcm_ghash_4bit
ghash-x86_64.pl 255 .globl gcm_ghash_4bit
256 .type gcm_ghash_4bit,\@function,4 label
258 gcm_ghash_4bit:
403 .size gcm_ghash_4bit,.-gcm_ghash_4bit
    [all...]
  /external/chromium_org/third_party/boringssl/linux-arm/crypto/modes/
ghash-armv4.S 26 .global gcm_ghash_4bit
27 .hidden gcm_ghash_4bit
28 .type gcm_ghash_4bit,%function
29 gcm_ghash_4bit: label
178 .size gcm_ghash_4bit,.-gcm_ghash_4bit
  /external/chromium_org/third_party/boringssl/src/crypto/modes/
gcm.c 227 static void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp, function
306 void gcm_ghash_4bit(uint64_t Xi[2], const u128 Htable[16], const uint8_t *inp,
312 #define GHASH(ctx, in, len) gcm_ghash_4bit((ctx)->Xi.u, (ctx)->Htable, in, len)
433 ctx->ghash = gcm_ghash_4bit;
443 ctx->ghash = gcm_ghash_4bit;
447 ctx->ghash = gcm_ghash_4bit;
  /external/chromium_org/third_party/boringssl/linux-x86_64/crypto/modes/
ghash-x86_64.S 94 .globl gcm_ghash_4bit
95 .hidden gcm_ghash_4bit
96 .type gcm_ghash_4bit,@function
98 gcm_ghash_4bit: label
660 .size gcm_ghash_4bit,.-gcm_ghash_4bit
  /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)
747 ctx->ghash = gcm_ghash_4bit;
767 ctx->ghash = gcm_ghash_4bit;
    [all...]
  /external/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
ghash-x86_64.asm 104 PUBLIC gcm_ghash_4bit
107 gcm_ghash_4bit PROC PUBLIC label
682 gcm_ghash_4bit ENDP

Completed in 187 milliseconds