Home
last modified time | relevance | path

Searched refs:i2 (Results 1 – 25 of 28) sorted by relevance

12

/openssl/crypto/aes/asm/
H A Daes-armv4.pl557 ldrb $i2,[$tbl,$i2]
583 orr $i2,$i2,$t1,lsl#8
585 orr $i2,$i2,$t2,lsl#16
587 orr $i2,$i2,$t3,lsl#24
599 rev $i2,$i2
621 ldrb $i2,[$tbl,$i2]
657 orr $i2,$i2,$t1,lsl#8
659 orr $i2,$i2,$t2,lsl#16
673 rev $i2,$i2
693 ldrb $i2,[$tbl,$i2]
[all …]
H A Daes-mips.pl235 move $i2,$Tbl
266 and $i2,0x3fc
286 and $i2,0x3fc
1424 lbu $i2,0($i2)
1436 _bias $i2,8
1479 lbu $i2,0($i2)
1493 _bias $i2,8
1538 lbu $i2,0($i2)
1553 _bias $i2,8
1580 lbu $i2,0($i2)
[all …]
H A Daes-s390x.pl402 llgc $i2,2($i2,$tbl) # Te4[s1>>0]
426 llgc $i2,2($i2,$tbl) # Te4[s2>>16]
770 llgc $i2,2048($i2,$tbl) # Td4[s3>>8]
886 la $i2,0($i2,$tbl)
945 la $i2,0($i2,$tbl)
1009 la $i2,0($i2,$tbl)
1041 la $i2,0($i2,$tbl)
1100 la $i2,0($i2,$key)
1110 la $i2,0($t1,$i2)
1782 la $i2,16($i2)
[all …]
H A Daes-sparcv9.pl73 $s2="%i2";
540 mov %i2,%o5
600 mov %i2,%o5
1086 mov %i2,%o5
1146 mov %i2,%o5
/openssl/crypto/asn1/
H A Da_time.c82 int n, i, i2, l, o, min_l, strict = 0, end = 6, btz = 5, md; in ossl_asn1_time_to_tm() local
145 i2 = (d->type == V_ASN1_UTCTIME) ? i + 1 : i; in ossl_asn1_time_to_tm()
147 if ((n < min[i2]) || (n > max[i2])) in ossl_asn1_time_to_tm()
149 switch (i2) { in ossl_asn1_time_to_tm()
237 i2 = (d->type == V_ASN1_UTCTIME) ? i + 1 : i; in ossl_asn1_time_to_tm()
238 if ((n < min[i2]) || (n > max[i2])) in ossl_asn1_time_to_tm()
/openssl/crypto/x509/
H A Dv3_asid.c533 int i1 = 0, i2 = 0, i3 = 0, is_range = 0, which = 0; in v2i_ASIdentifiers() local
572 i2 = i1 + strspn(val->value + i1, " \t"); in v2i_ASIdentifiers()
573 if (val->value[i2] != '-') { in v2i_ASIdentifiers()
578 i2++; in v2i_ASIdentifiers()
579 i2 = i2 + strspn(val->value + i2, " \t"); in v2i_ASIdentifiers()
580 i3 = i2 + strspn(val->value + i2, "0123456789"); in v2i_ASIdentifiers()
602 max = s2i_ASN1_INTEGER(NULL, s + i2); in v2i_ASIdentifiers()
H A Dv3_addr.c957 int prefixlen, i1, i2, delim, length; in v2i_IPAddrBlocks() local
1026 i2 = i1 + strspn(s + i1, " \t"); in v2i_IPAddrBlocks()
1027 delim = s[i2++]; in v2i_IPAddrBlocks()
1038 prefixlen = (int)strtoul(s + i2, &t, 10); in v2i_IPAddrBlocks()
1039 if (t == s + i2 in v2i_IPAddrBlocks()
1053 i1 = i2 + strspn(s + i2, " \t"); in v2i_IPAddrBlocks()
1054 i2 = i1 + strspn(s + i1, addr_chars); in v2i_IPAddrBlocks()
1055 if (i1 == i2 || s[i2] != '\0') { in v2i_IPAddrBlocks()
/openssl/crypto/bn/asm/
H A Dsparcv9-gf2m.pl86 or %i2,$a,$a
188 srlx $hi,32,%i2
190 st %i2,[%i0+12]
H A Dsparct4-mont.pl166 mov %i2,$bp
486 ld [%i2+0],%f1 ! load *n0
487 ld [%i2+4],%f0
H A Dsparcv9-mont.pl57 $bp="%i2"; # const BN_ULONG *bp,
H A Dsparcv9a-mont.pl82 $bp="%i2"; # const BN_ULONG *bp,
H A Dsparcv8.S537 #define bp(I) [%i2+4*I]
/openssl/crypto/poly1305/asm/
H A Dpoly1305-ppcfp.pl69 my ($in0,$in1,$in2,$in3,$i1,$i2,$i3) = map("r$_",(7..12,6));
129 ori $i2,$i1,3 # 0xf0000003
131 andc $in1,$in1,$i2 # &=0x0ffffffc
132 andc $in2,$in2,$i2
133 andc $in3,$in3,$i2
288 li $i2,8
292 $LWXLE $in2,$i2,$inp
336 $LWXLE $in2,$i2,$inp
379 $LWXLE $in2,$i2,$inp
H A Dpoly1305-sparcv9.pl135 STPTR %o7,[%i2]
136 STPTR %o5,[%i2+SIZE_T]
449 my $i2=$step;
497 mov 16,$i2
506 ldxa [$inp+$i2]0x88,$in4
516 or $i1,3,$i2 ! 0xf0000003
519 andn $in1,$i2,$in1 ! &=0x0ffffffc
521 andn $in2,$i2,$in2
522 andn $in3,$i2,$in3
598 STPTR %o0,[%i2]
[all …]
/openssl/crypto/
H A Dsparccpuid.S111 clr %i2
199 .enter: ld [%i0],%i2
200 cmp %i2,-4096
202 mov -1,%i2
203 swap [%i0],%i2
204 cmp %i2,-1
206 add %i2,%i1,%i2
208 st %i2,[%i0]
209 sra %i2,%g0,%i0
/openssl/crypto/camellia/asm/
H A Dcmll-x86.pl480 my ($i0,$i1,$i2,$i3,$rot,$rnd,@T)=@_;
486 &shld ($i1,$i2,$rot);
487 &shld ($i2,$i3,$rot);
492 &mov (&DWP(-128+4*$rnd++,$key),shift(@T)) if ($i2 eq @T[0]);
500 my ($i0,$i1,$i2,$i3,$rot,$rnd,@T)=@_;
510 &mov ($idx,$i2);
511 &shl ($i2,$rot);
520 &or ($i2,$idx);
522 &mov (&DWP(-128+4*$rnd++,$key),shift(@T)) if ($i2 eq @T[0]);
527 &mov (&DWP(-128+4*$rnd++,$key),shift(@T)) if ($i2 eq @T[0]);
/openssl/crypto/chacha/asm/
H A Dchacha-ia64.pl232 my ($i1, $i2, $i3, $i4, $i5, $i6, $i7) = map($i0+$_,(1..7));
242 (p$i2) xor @z[2]=@z[2],@y[2]
246 { .mfi; (p$i2) st1 [$out]=@z[2],1
/openssl/crypto/perlasm/
H A Ds390x.pm2578 my ($opcode,$r1,$i2)=(shift,get_R(shift),get_I(shift,32));
2582 $out.=sprintf("%#06x",($i2>>16)).",";
2583 $out.=sprintf("%#06x",($i2&0xffff));
2644 my ($opcode,$v1,$i2,$m3)=(shift,get_V(shift),get_I(shift,16),
2649 $out.=sprintf("%#06x",$i2).",";
2659 my ($opcode,$v1,$i2,$i3,$m4)=(shift,get_V(shift),get_I(shift,8),
2664 $out.=sprintf("%#06x",($i2<<8|$i3)).",";
2674 my ($opcode,$v1,$v3,$i2,$m4)=(shift,get_V(shift),get_V(shift),
2679 $out.=sprintf("%#06x",$i2).",";
2749 my ($opcode,$v1,$i2,$i3)=(shift,get_V(shift),get_I(shift,16),
[all …]
/openssl/
H A DConfigure2515 # $i2 = inclusion path in build directory
2518 # $i2 = full module path in build directory
2519 my $i; my $i2; my $m; my $d; my $d2;
2527 $i2 = cleandir($buildd, $i, $blddir);
2542 $i = $i2;
/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl147 ! const BN_ULONG %i2[8]);
160 ! void ecp_nistz256_sqr_mont(BN_ULONG %i0[8],const BN_ULONG %i2[8]);
374 ! const BN_ULONG %i2[8]);
554 ! const BN_ULONG %i2[8]);
1356 ! int %i2);
1426 ! int %i2);
1524 ! int %i2);
1552 ! int %i2);
/openssl/crypto/sha/asm/
H A Dsha1-sparcv9.pl55 $len="%i2";
H A Dsha1-sparcv9a.pl54 $len="%i2";
H A Dsha512-sparcv9.pl125 $len="%i2";
/openssl/crypto/md5/asm/
H A Dmd5-sparcv9.pl34 ($ctx,$inp,$len)=("%i0","%i1","%i2"); # input arguments
/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl79 $inp="%i2";

Completed in 100 milliseconds

12