Searched refs:gcm_ghash_4bit (Results 1 - 16 of 16) sorted by relevance

/external/openssl/crypto/modes/asm/
H A Dghash-s390x.pl118 .globl gcm_ghash_4bit
120 gcm_ghash_4bit: label
246 .type gcm_ghash_4bit,\@function
247 .size gcm_ghash_4bit,(.-gcm_ghash_4bit)
H A Dghash-sparcv9.pl81 .globl gcm_ghash_4bit
83 gcm_ghash_4bit: label
214 .type gcm_ghash_4bit,#function
215 .size gcm_ghash_4bit,(.-gcm_ghash_4bit)
H A Dghash-armv4.pl146 .global gcm_ghash_4bit
147 .type gcm_ghash_4bit,%function
148 gcm_ghash_4bit: label
240 .size gcm_ghash_4bit,.-gcm_ghash_4bit
H A Dghash-alpha.pl325 .globl gcm_ghash_4bit
327 .ent gcm_ghash_4bit
328 gcm_ghash_4bit: label
436 .end gcm_ghash_4bit
H A Dghash-armv4.S23 .global gcm_ghash_4bit
24 .type gcm_ghash_4bit,%function
25 gcm_ghash_4bit: label
174 .size gcm_ghash_4bit,.-gcm_ghash_4bit
H A Dghash-x86_64.pl196 .globl gcm_ghash_4bit
197 .type gcm_ghash_4bit,\@function,4 label
199 gcm_ghash_4bit:
344 .size gcm_ghash_4bit,.-gcm_ghash_4bit
H A Dghash-ia64.pl180 .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#
H A Dghash-x86_64.S91 .globl gcm_ghash_4bit
92 .type gcm_ghash_4bit,@function
94 gcm_ghash_4bit: label
656 .size gcm_ghash_4bit,.-gcm_ghash_4bit
H A Dghash-parisc.pl342 .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/
H A Dghash-armv4.pl149 .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
H A Dghash-x86_64.pl255 .globl gcm_ghash_4bit
256 .type gcm_ghash_4bit,\@function,4 label
258 gcm_ghash_4bit:
403 .size gcm_ghash_4bit,.-gcm_ghash_4bit
/external/chromium_org/third_party/boringssl/linux-arm/crypto/modes/
H A Dghash-armv4.S26 .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/
H A Dgcm.c227 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/
H A Dghash-x86_64.S94 .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/
H A Dgcm128.c406 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/chromium_org/third_party/boringssl/win-x86_64/crypto/modes/
H A Dghash-x86_64.asm104 PUBLIC gcm_ghash_4bit
107 gcm_ghash_4bit PROC PUBLIC label
682 gcm_ghash_4bit ENDP

Completed in 543 milliseconds