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

  /external/boringssl/src/crypto/fipsmodule/sha/asm/
sha256-586.pl 107 $Eoff=&DWP(20,"esp");
150 &mov ($Eoff,$E); # modulo-scheduled
167 &mov ($E,$Eoff); # e in next iteration, d in this one
273 # &mov ($Eoff,$E);
308 # &mov ($E,$Eoff);
    [all...]
sha512-armv4.pl 97 $Eoff=8*4;
135 str $Elo,[sp,#$Eoff+0]
137 str $Ehi,[sp,#$Eoff+4]
309 ldr $Elo,[$ctx,#$Eoff+$lo]
310 ldr $Ehi,[$ctx,#$Eoff+$hi]
460 ldr $t0, [$ctx,#$Eoff+$lo]
461 ldr $t1, [$ctx,#$Eoff+$hi]
465 str $Elo,[$ctx,#$Eoff+$lo]
467 str $Ehi,[$ctx,#$Eoff+$hi]

Completed in 1032 milliseconds