• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/sha/asm/

Lines Matching refs:SZ

54 	$SZ=8;
66 $SZ=4;
80 $XOFF=16*$SZ+32; # local variables
126 `"$LDM $SZ($Tbl),$t1" if ($i<15)`
148 $LDM $SZ($Tbl),$t1
168 $code.=<<___ if ($SZ==8);
210 $code.=<<___ if ($SZ==4);
254 _shl $num,`log(16*$SZ)/log(2)`,$num
267 $code.=<<___ if ($SZ==8 && $SIZE_T==4);
275 $LD `0*$SZ`($ctx),$A ; load context
276 $LD `1*$SZ`($ctx),$B
277 $LD `2*$SZ`($ctx),$C
278 $LD `3*$SZ`($ctx),$D
279 $LD `4*$SZ`($ctx),$E
280 $LD `5*$SZ`($ctx),$F
281 $LD `6*$SZ`($ctx),$G
282 $LD `7*$SZ`($ctx),$H
284 extru $inp,31,`log($SZ)/log(2)`,$t0
286 subi `8*$SZ`,$t0,$t0
290 ldi `$SZ-1`,$t0
291 $LDM $SZ($Tbl),$t1
295 $code.="\t$LD `$SZ*$i`($t0),@X[$i]\n"; }
298 $LD `$SZ*15`($t0),@X[15]
299 $LD `$SZ*16`($t0),@X[16]
321 ldo `-$rounds*$SZ-1`($Tbl),$Tbl ; rewind $Tbl
323 $LD `0*$SZ`($ctx),@X[0] ; load context
324 $LD `1*$SZ`($ctx),@X[1]
325 $LD `2*$SZ`($ctx),@X[2]
326 $LD `3*$SZ`($ctx),@X[3]
327 $LD `4*$SZ`($ctx),@X[4]
328 $LD `5*$SZ`($ctx),@X[5]
330 $LD `6*$SZ`($ctx),@X[6]
332 $LD `7*$SZ`($ctx),@X[7]
333 ldo `16*$SZ`($inp),$inp ; advance $inp
335 $ST $A,`0*$SZ`($ctx) ; save context
337 $ST $B,`1*$SZ`($ctx)
339 $ST $C,`2*$SZ`($ctx)
341 $ST $D,`3*$SZ`($ctx)
343 $ST $E,`4*$SZ`($ctx)
345 $ST $F,`5*$SZ`($ctx)
347 $ST $G,`6*$SZ`($ctx)
348 $ST $H,`7*$SZ`($ctx)
353 if ($SZ==8 && $SIZE_T==4) # SHA512 for 32-bit PA-RISC 1.0
607 ldo `-$rounds*$SZ`($Tbl),$Tbl ; rewind $Tbl
648 ldo `16*$SZ`($inp),$inp ; advance $inp
685 .STRINGZ "SHA`64*$SZ` block transform for PA-RISC, CRYPTOGAMS by <appro\@openssl.org>"
771 ($SZ==4 ? "shd" : "shrpd")."$1$2,$2,"/e or
774 $SZ==4 ? sprintf("extru%s,%d,%d,",$1,31-$2,32-$2)
778 ($SZ==4 ? "vshd$1," : "shrpd$1,%sar,")/e or