Home
last modified time | relevance | path

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

/openssl/crypto/sha/asm/
H 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);
H 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/crypto/bn/asm/
H 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 …]
H 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/crypto/aes/asm/
H A Daes-riscv32-zkn.pl663 slli $BITS,$T7,24
664 or $T8,$T8,$BITS
714 bne $BITS,$T0,1f
721 bne $BITS,$T0,2f
729 beq $BITS,$T0,3f
971 @{[invm4 $T8,$BITS,$T4]}
973 @{[invm4 $T8,$BITS,$T5]}
975 @{[invm4 $T8,$BITS,$T6]}
977 @{[invm4 $T8,$BITS,$T7]}
994 slli $BITS,$T7,24
[all …]
H A Daes-riscv64-zkn.pl279 my ($UKEY,$BITS,$KEYP) = use_regs(10..12);
402 bne $BITS,$T0,1f
409 bne $BITS,$T0,2f
417 beq $BITS,$T0,3f
H A Daes-riscv64.pl675 my ($UKEY,$BITS,$KEYP) = use_regs(10..12);
788 bne $BITS,$T8,1f
792 bne $BITS,$T9,2f
797 beq $BITS,$T10,3f
816 beq $BITS,$T8,1f
824 beq $BITS,$T9,2f
961 my ($UKEY,$BITS,$KEYP) = use_regs(10..12);
H A Daes-riscv64-zvkned.pl823 my ($UKEY,$BITS,$KEYP) = ("a0", "a1", "a2");
836 beq $BITS, $T0, L_set_key_256
838 beq $BITS, $T0, L_set_key_128
855 beq $BITS, $T0, L_set_key_256
857 beq $BITS, $T0, L_set_key_128
/openssl/apps/
H A Dreq.c35 #define BITS "default_bits" macro
640 if (!app_conf_try_number(req_conf, section, BITS, &newkey_len)) in req_main()

Completed in 36 milliseconds