Home
last modified time | relevance | path

Searched refs:BITS (Results 1 – 5 of 5) sorted by relevance

/openssl-master/crypto/sha/asm/
A Dsha512-ia64.pl83 $BITS=8*$SZ;
97 $BITS=8*$SZ;
180 $code.=<<___ if ($BITS==64);
211 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
459 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
533 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
549 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
615 if ($BITS==64) {
626 print<<___ if ($BITS==32);
648 print<<___ if ($BITS==64);
A Dsha512-armv8.pl76 $BITS=512;
85 $BITS=256;
95 $func="sha${BITS}_block_data_order";
238 adr $Ktbl,.LK$BITS
289 .type .LK$BITS,%object
290 .LK$BITS:
355 .size .LK$BITS,.-.LK$BITS
356 .asciz "SHA$BITS block transform for ARMv8, CRYPTOGAMS by <appro\@openssl.org>"
/openssl-master/crypto/bn/asm/
A Dppc.pl112 $BITS= 32;
113 $BNSZ= $BITS/8;
135 $BITS= 64;
136 $BNSZ= $BITS/8;
1649 li r8,$BITS
1668 $SHRI r9,r5,`$BITS/2` # r9 = dh
1681 $CLRU r8,r8,`$BITS/2` #q = BN_MASK2l
1687 $CLRU r10,r5,`$BITS/2` #r10=dl
1708 $SHRI r10,r6,`$BITS/2` #t=(tl>>BN_BITS4)
1726 $INSR r11,r12,`$BITS/2`,`$BITS/2` # r11 is the value we want rotated $BITS/2.
[all …]
A Dppc-mont.pl50 $BITS= 32;
51 $BNSZ= $BITS/8;
70 $BITS= 64;
71 $BNSZ= $BITS/8;
1429 $SHRI $t1,$t1,$BITS-1
1434 $SHRI $t2,$t2,$BITS-1
1436 $SHRI $t3,$t3,$BITS-1
1447 $SHRI $t0,$t0,$BITS-1
1453 $SHRI $t1,$t1,$BITS-1
1460 $SHRI $t2,$t2,$BITS-1
[all …]
/openssl-master/apps/
A Dreq.c34 #define BITS "default_bits" macro
626 if (!NCONF_get_number(req_conf, section, BITS, &newkey_len)) in req_main()

Completed in 14 milliseconds