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

  /external/boringssl/src/crypto/modes/asm/
ghash-armv4.pl 104 $nhi="r14";
179 ldrb $nhi,[$Xi,#15]
181 eor $nlo,$nlo,$nhi
182 and $nhi,$nlo,#0xf0
188 add $Thh,$Htbl,$nhi
191 and $nhi,$Zll,#0xf @ rem
192 ldmia $Thh,{$Tll-$Thh} @ load Htbl[nhi]
193 add $nhi,$nhi,$nhi
    [all...]
ghash-x86.pl 369 my $nhi = $Zhl;
376 &mov ($nhi,$Zll);
377 &mov (&LB($nlo),&LB($nhi));
379 &and ($nhi,0xf0);
386 my $nix = $odd ? $nlo : $nhi;
395 &and ($nhi,0xf0) if ($odd);
399 &mov ($nhi,$nlo) if (!$odd && $cnt>=0);
515 my $nhi = $Zhl;
523 &mov ($nhi,$Zll);
524 &mov (&LB($nlo),&LB($nhi));
    [all...]
ghash-x86_64.pl 119 $nhi="%rbx";
152 xor $nhi,$nhi
154 mov `&LB("$Zlo")`,`&LB("$nhi")`
159 and \$0xf0,`&LB("$nhi")`
170 xor 8($Htbl,$nhi),$Zlo
172 xor ($Htbl,$nhi),$Zhi
173 mov `&LB("$nlo")`,`&LB("$nhi")`
188 and \$0xf0,`&LB("$nhi")`
203 and \$0xf0,`&LB("$nhi")`
    [all...]
  /external/boringssl/src/crypto/bn/asm/
armv4-mont.pl 70 $nhi="r14"; # lr
154 mov $nhi,#0
155 umlal $nlo,$nhi,$nj,$n0 @ np[j]*n0
158 adc $nlo,$nhi,#0
164 mov $nhi,#0
166 adc $nhi,$nhi,#0
168 str $nhi,[$num,#4] @ tp[num]=
195 mov $nhi,#0
196 umlal $nlo,$nhi,$nj,$n0 @ np[j]*n
    [all...]
  /external/boringssl/src/crypto/modes/
gcm.c 155 size_t rem, nlo, nhi; local
162 nhi = nlo >> 4;
178 Z.hi ^= Htable[nhi].hi;
179 Z.lo ^= Htable[nhi].lo;
186 nhi = nlo >> 4;
233 size_t rem, nlo, nhi; local
243 nhi = nlo >> 4;
259 Z.hi ^= Htable[nhi].hi;
260 Z.lo ^= Htable[nhi].lo;
268 nhi = nlo >> 4
    [all...]
  /external/boringssl/linux-arm/crypto/modes/
ghash-armv4.S 57 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]
93 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]
203 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]
237 ldmia r11,{r8,r9,r10,r11} @ load Htbl[nhi]

Completed in 322 milliseconds