Home
last modified time | relevance | path

Searched refs:nlo (Results 1 – 6 of 6) sorted by relevance

/external/boringssl/src/crypto/modes/asm/
Dghash-armv4.pl102 $nlo="r12";
178 ldrb $nlo,[$inp,#15]
181 eor $nlo,$nlo,$nhi
182 and $nhi,$nlo,#0xf0
183 and $nlo,$nlo,#0x0f
186 add $Zhh,$Htbl,$nlo,lsl#4
189 ldrb $nlo,[$inp,#14]
203 eor $nlo,$nlo,$nhi
204 and $nhi,$nlo,#0xf0
205 and $nlo,$nlo,#0x0f
[all …]
Dghash-x86.pl367 my $nlo = $Zlh;
372 &xor ($nlo,$nlo); # avoid partial register stalls on PIII
374 &mov (&LB($nlo),&LB($nhi));
375 &shl (&LB($nlo),4);
377 &movq ($Zlo,&QWP(8,$Htbl,$nlo));
378 &movq ($Zhi,&QWP(0,$Htbl,$nlo));
383 my $nix = $odd ? $nlo : $nhi;
385 &shl (&LB($nlo),4) if ($odd);
390 &mov (&LB($nlo),&BP($cnt/2,$inp)) if (!$odd && $cnt>=0);
396 &mov ($nhi,$nlo) if (!$odd && $cnt>=0);
[all …]
Dghash-x86_64.pl118 $nlo="%rax";
150 xor $nlo,$nlo
152 mov `&LB("$Zlo")`,`&LB("$nlo")`
154 shl \$4,`&LB("$nlo")`
156 mov 8($Htbl,$nlo),$Zlo
157 mov ($Htbl,$nlo),$Zhi
167 mov ($inp,$cnt),`&LB("$nlo")`
172 mov `&LB("$nlo")`,`&LB("$nhi")`
175 shl \$4,`&LB("$nlo")`
184 xor 8($Htbl,$nlo),$Zlo
[all …]
/external/boringssl/src/crypto/bn/asm/
Darmv4-mont.pl68 $nlo="r12"; # ip
144 mov $nlo,#0
145 umlal $alo,$nlo,$nj,$n0 @ np[0]*n0+"t[0]"
155 umlal $nlo,$nhi,$nj,$n0 @ np[j]*n0
156 adds $nlo,$nlo,$alo
157 str $nlo,[$tp],#4 @ tp[j-1]=,tp++
158 adc $nlo,$nhi,#0
162 adds $nlo,$nlo,$ahi
167 str $nlo,[$num] @ tp[num-1]=
184 mov $nlo,#0
[all …]
/external/boringssl/src/crypto/modes/
Dgcm.c155 size_t rem, nlo, nhi; in gcm_gmult_4bit() local
161 nlo = ((const uint8_t *)Xi)[15]; in gcm_gmult_4bit()
162 nhi = nlo >> 4; in gcm_gmult_4bit()
163 nlo &= 0xf; in gcm_gmult_4bit()
165 Z.hi = Htable[nlo].hi; in gcm_gmult_4bit()
166 Z.lo = Htable[nlo].lo; in gcm_gmult_4bit()
185 nlo = ((const uint8_t *)Xi)[cnt]; in gcm_gmult_4bit()
186 nhi = nlo >> 4; in gcm_gmult_4bit()
187 nlo &= 0xf; in gcm_gmult_4bit()
198 Z.hi ^= Htable[nlo].hi; in gcm_gmult_4bit()
[all …]
/external/boringssl/linux-arm/crypto/modes/
Dghash-armv4.S52 ldmia r7,{r4,r5,r6,r7} @ load Htbl[nlo]
78 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nlo]
198 ldmia r7,{r4,r5,r6,r7} @ load Htbl[nlo]
222 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nlo]