| /onnv-gate/usr/src/common/openssl/crypto/rc2/ |
| H A D | rc2_cbc.c | 140 register RC2_INT x0,x1,x2,x3,t; in RC2_encrypt() local 147 x2=(RC2_INT)l&0xffff; in RC2_encrypt() 156 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; in RC2_encrypt() 158 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; in RC2_encrypt() 160 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; in RC2_encrypt() 161 x2=(t<<3)|(t>>13); in RC2_encrypt() 162 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; in RC2_encrypt() 172 x2+=p1[x1&0x3f]; in RC2_encrypt() 173 x3+=p1[x2&0x3f]; in RC2_encrypt() 178 d[1]=(unsigned long)(x2&0xffff)|((unsigned long)(x3&0xffff)<<16L); in RC2_encrypt() [all …]
|
| H A D | rc2_locl.h | 148 t=(x0+(x1& ~x3)+(x2&x3)+ *(p0++))&0xffff; \ 150 t=(x1+(x2& ~x0)+(x3&x0)+ *(p0++))&0xffff; \ 152 t=(x2+(x3& ~x1)+(x0&x1)+ *(p0++))&0xffff; \ 153 x2=(t<<3)|(t>>13); \ 154 t=(x3+(x0& ~x2)+(x1&x2)+ *(p0++))&0xffff; \
|
| /onnv-gate/usr/src/common/crypto/ecc/ |
| H A D | ec2_mont.c | 89 gf2m_Madd(const mp_int *x, mp_int *x1, mp_int *z1, mp_int *x2, mp_int *z2, in gf2m_Madd() argument 102 MP_CHECKOK(group->meth->field_mul(z1, x2, z1, group->meth)); in gf2m_Madd() 122 mp_int *x2, mp_int *z2, const ECGroup *group) in gf2m_Mxy() argument 131 MP_CHECKOK(mp_init(&t3, FLAG(x2))); in gf2m_Mxy() 132 MP_CHECKOK(mp_init(&t4, FLAG(x2))); in gf2m_Mxy() 133 MP_CHECKOK(mp_init(&t5, FLAG(x2))); in gf2m_Mxy() 136 mp_zero(x2); in gf2m_Mxy() 143 MP_CHECKOK(mp_copy(x, x2)); in gf2m_Mxy() 160 MP_CHECKOK(group->meth->field_add(z2, x2, z2, group->meth)); in gf2m_Mxy() 171 MP_CHECKOK(group->meth->field_mul(x1, &t3, x2, group->meth)); in gf2m_Mxy() [all …]
|
| /onnv-gate/usr/src/common/openssl/crypto/ec/ |
| H A D | ec2_mult.c | 114 const BIGNUM *x2, const BIGNUM *z2, BN_CTX *ctx) in gf2m_Madd() argument 127 if (!group->meth->field_mul(group, z1, z1, x2, ctx)) goto err; in gf2m_Madd() 151 BIGNUM *z1, BIGNUM *x2, BIGNUM *z2, BN_CTX *ctx) in gf2m_Mxy() argument 158 BN_zero(x2); in gf2m_Mxy() 165 if (!BN_copy(x2, x)) return 0; in gf2m_Mxy() 185 if (!BN_GF2m_add(z2, z2, x2)) goto err; in gf2m_Mxy() 196 if (!group->meth->field_mul(group, x2, x1, t3, ctx)) goto err; in gf2m_Mxy() 197 if (!BN_GF2m_add(z2, x2, x)) goto err; in gf2m_Mxy() 218 BIGNUM *x1, *x2, *z1, *z2; in ec_GF2m_montgomery_point_multiply() local 244 x2 = &r->X; in ec_GF2m_montgomery_point_multiply() [all …]
|
| H A D | ec2_smpl.c | 679 BIGNUM *x0, *y0, *x1, *y1, *x2, *y2, *s, *t; in ec_GF2m_simple_add() local 706 x2 = BN_CTX_get(ctx); in ec_GF2m_simple_add() 737 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err; in ec_GF2m_simple_add() 738 if (!BN_GF2m_add(x2, x2, &group->a)) goto err; in ec_GF2m_simple_add() 739 if (!BN_GF2m_add(x2, x2, s)) goto err; in ec_GF2m_simple_add() 740 if (!BN_GF2m_add(x2, x2, t)) goto err; in ec_GF2m_simple_add() 753 if (!group->meth->field_sqr(group, x2, s, ctx)) goto err; in ec_GF2m_simple_add() 754 if (!BN_GF2m_add(x2, x2, s)) goto err; in ec_GF2m_simple_add() 755 if (!BN_GF2m_add(x2, x2, &group->a)) goto err; in ec_GF2m_simple_add() 758 if (!BN_GF2m_add(y2, x1, x2)) goto err; in ec_GF2m_simple_add() [all …]
|
| /onnv-gate/usr/src/uts/common/io/usb/clients/hidparser/ |
| H A D | README | 133 hid1: Index = 27 value =0x2 138 hid1: Index = 32 value =0x2 150 hid1: Index = 44 value =0x2 153 hid1: Index = 47 value =0x2 165 hid1: Index = 59 value =0x2 185 hid1: Index = 79 value =0x2 196 hid1: Index = 90 value =0x2 206 hid1: Index = 100 value =0x2 214 hid1: Index = 108 value =0x2 217 hid1: Index = 111 value =0x2 [all …]
|
| /onnv-gate/usr/src/cmd/egrep/ |
| H A D | egrep.y | 984 int i, x1, x2; in mdotenter() local 986 x2 = enter(MDOT); in mdotenter() 988 x2 = node(CAT, x2, enter(MDOT)); in mdotenter() 989 x1 = node(OR, x1, x2); in mdotenter() 991 x2 = enter('\216'); in mdotenter() 993 x2 = node(CAT, x2, enter(MDOT)); in mdotenter() 994 x1 = node(OR, x1, x2); in mdotenter() 997 x2 = enter('\217'); in mdotenter() 999 x2 = node(CAT, x2, enter(MDOT)); in mdotenter() 1000 x1 = node(OR, x1, x2); in mdotenter() [all …]
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Storable/t/ |
| H A D | canonical.t | 111 $x2 = freeze(\%a2); 115 ok 2, length($x1) == length($x2); # idem 116 ok 3, $x1 eq $x2; 127 $x2 = freeze(\%a2); 135 ok 5, ($x1 ne $x2) || ($x1 ne $x3);
|
| /onnv-gate/usr/src/lib/libast/common/uwin/ |
| H A D | rand48.c | 72 unsigned short x2 = x[2]; in multadd() local 74 r += a[2]*x2; in multadd() 77 r += a[1]*x2; in multadd() 83 r += a[0]*x2; in multadd()
|
| /onnv-gate/usr/src/common/openssl/crypto/idea/ |
| H A D | i_cbc.c | 139 register unsigned long x1,x2,x3,x4,t0,t1,ul; in idea_encrypt() local 141 x2=d[0]; in idea_encrypt() 142 x1=(x2>>16); in idea_encrypt() 161 t1= x2+ *(p++); in idea_encrypt()
|
| H A D | idea_lcl.h | 201 x2+= *(p++); \ 207 t1=(t0+(x2^x4))&0xffff; \ 212 ul=x2^t0; /* do the swap to x3 */ \ 213 x2=x3^t1; \
|
| /onnv-gate/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/ |
| H A D | align | 25 #define ALIGN_BIT2 0x2 30 #define ALIGN_SETBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)|0x2) 31 #define ALIGN_TSTBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x2)
|
| /onnv-gate/usr/src/lib/libast/i386/src/lib/libast/FEATURE/ |
| H A D | align | 25 #define ALIGN_BIT2 0x2 30 #define ALIGN_SETBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)|0x2) 31 #define ALIGN_TSTBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x2)
|
| /onnv-gate/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/ |
| H A D | align | 25 #define ALIGN_BIT2 0x2 30 #define ALIGN_SETBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)|0x2) 31 #define ALIGN_TSTBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x2)
|
| /onnv-gate/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/ |
| H A D | align | 25 #define ALIGN_BIT2 0x2 30 #define ALIGN_SETBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)|0x2) 31 #define ALIGN_TSTBIT2(x) ALIGN_POINTER(ALIGN_INTEGER(x)&0x2)
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/t/op/ |
| H A D | exp.t | 20 $x2 = 2; 21 $s = sqrt($x2);
|
| H A D | concat.t | 139 $x2 = $p . $u; 144 ok(beq($x1, $x2), "perl #26905, left, .= vs = . in bytes"); 146 ok(($x1 eq $x2), "perl #26905, left, .= vs = . in chars");
|
| H A D | subst_amp.t | 74 sub x2 {'xx'} subroutine 80 $a =~ s/\Ga(?{push @res, $_, $`})/x2/ge; 94 $a =~ s/\Ga(?{push @res, $_, $`})/x2/e;
|
| H A D | localref.t | 19 { local ${$x x2};$aa = 6; is($aa,6); undef $x; is($aa,6); } 36 { local @{$x x2};@aa = qw/k l/; is("@aa","k l"); undef $x; is("@aa","k l"); } 53 { local %{$x x2};%aa = qw/k l/; is($aa{k},"l"); undef $x; is($aa{k},"l"); }
|
| /onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| H A D | drand48.c | 58 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) argument 60 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) argument
|
| /onnv-gate/usr/src/uts/common/inet/ipf/ |
| H A D | drand48.c | 81 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) argument 83 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) argument
|
| /onnv-gate/usr/src/lib/libsqlite/test/ |
| H A D | misc3.test | 222 CREATE TABLE x2 (c, e); 223 INSERT INTO x2 VALUES(1,'one'); 224 INSERT INTO x2 VALUES(2,'two'); 225 INSERT INTO x2 VALUES(3,'three'); 226 INSERT INTO x2 VALUES(4,'four'); 227 SELECT x2.c AS c, e, b FROM x2 LEFT JOIN 235 SELECT x2.c AS c, e, b FROM x2 LEFT JOIN
|
| /onnv-gate/usr/src/lib/libc/port/gen/ |
| H A D | drand48.c | 85 #define SET3(x, x0, x1, x2) ((x)[0] = (x0), (x)[1] = (x1), (x)[2] = (x2)) argument 87 #define SEED(x0, x1, x2) (SET3(x, x0, x1, x2), SET3(a, A0, A1, A2), c = C) argument
|
| /onnv-gate/usr/src/uts/common/sys/ |
| H A D | swap.h | 234 #define SWAP_PRINT(f, s, x1, x2, x3, x4, x5) \ argument 236 printf(s, x1, x2, x3, x4, x5); 238 #define SWAP_PRINT(f, s, x1, x2, x3, x4, x5) argument
|
| /onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
| H A D | Complex.pm | 404 my ($x2, $y2) = @{$z2->cartesian}; 405 return (ref $z1)->make($x1*$x2-$y1*$y2, $x1*$y2+$y1*$x2); 459 my ($d, $x2, $y2); 461 ($x2, $y2) = @{$z1->cartesian}; 462 $d = $x2*$x2 + $y2*$y2; 464 return (ref $z1)->make(($x2*$z2)/$d, -($y2*$z2)/$d); 468 ($x2, $y2) = @{$z2->cartesian}; 469 $d = $x2*$x2 + $y2*$y2; 471 my $u = ($x1*$x2 + $y1*$y2)/$d; 472 my $v = ($y1*$x2 - $x1*$y2)/$d;
|