usr/src/common/crypto/ecc/ec.c
140
MP_DIGITS(&Px) = 0;
usr/src/common/crypto/ecc/ec.c
141
MP_DIGITS(&Py) = 0;
usr/src/common/crypto/ecc/ec.c
142
MP_DIGITS(&Qx) = 0;
usr/src/common/crypto/ecc/ec.c
143
MP_DIGITS(&Qy) = 0;
usr/src/common/crypto/ecc/ec.c
144
MP_DIGITS(&Gx) = 0;
usr/src/common/crypto/ecc/ec.c
145
MP_DIGITS(&Gy) = 0;
usr/src/common/crypto/ecc/ec.c
146
MP_DIGITS(&order) = 0;
usr/src/common/crypto/ecc/ec.c
147
MP_DIGITS(&irreducible) = 0;
usr/src/common/crypto/ecc/ec.c
148
MP_DIGITS(&a) = 0;
usr/src/common/crypto/ecc/ec.c
149
MP_DIGITS(&b) = 0;
usr/src/common/crypto/ecc/ec.c
329
MP_DIGITS(&k) = 0;
usr/src/common/crypto/ecc/ec.c
386
MP_DIGITS(&privKeyVal) = 0;
usr/src/common/crypto/ecc/ec.c
387
MP_DIGITS(&order_1) = 0;
usr/src/common/crypto/ecc/ec.c
388
MP_DIGITS(&one) = 0;
usr/src/common/crypto/ecc/ec.c
491
MP_DIGITS(&Px) = 0;
usr/src/common/crypto/ecc/ec.c
492
MP_DIGITS(&Py) = 0;
usr/src/common/crypto/ecc/ec.c
583
MP_DIGITS(&k) = 0;
usr/src/common/crypto/ecc/ec.c
590
MP_DIGITS(&cofactor) = 0;
usr/src/common/crypto/ecc/ec.c
651
MP_DIGITS(&x1) = 0;
usr/src/common/crypto/ecc/ec.c
652
MP_DIGITS(&d) = 0;
usr/src/common/crypto/ecc/ec.c
653
MP_DIGITS(&k) = 0;
usr/src/common/crypto/ecc/ec.c
654
MP_DIGITS(&r) = 0;
usr/src/common/crypto/ecc/ec.c
655
MP_DIGITS(&s) = 0;
usr/src/common/crypto/ecc/ec.c
656
MP_DIGITS(&n) = 0;
usr/src/common/crypto/ecc/ec.c
890
MP_DIGITS(&r_) = 0;
usr/src/common/crypto/ecc/ec.c
891
MP_DIGITS(&s_) = 0;
usr/src/common/crypto/ecc/ec.c
892
MP_DIGITS(&c) = 0;
usr/src/common/crypto/ecc/ec.c
893
MP_DIGITS(&u1) = 0;
usr/src/common/crypto/ecc/ec.c
894
MP_DIGITS(&u2) = 0;
usr/src/common/crypto/ecc/ec.c
895
MP_DIGITS(&x1) = 0;
usr/src/common/crypto/ecc/ec.c
896
MP_DIGITS(&v) = 0;
usr/src/common/crypto/ecc/ec.c
897
MP_DIGITS(&n) = 0;
usr/src/common/crypto/ecc/ec2_163.c
136
v = MP_DIGITS(a);
usr/src/common/crypto/ecc/ec2_163.c
155
u = MP_DIGITS(r);
usr/src/common/crypto/ecc/ec2_163.c
238
s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0);
usr/src/common/crypto/ecc/ec2_163.c
243
s_bmul_3x3(MP_DIGITS(r) + 6, a5, a4, a3, b5, b4, b3);
usr/src/common/crypto/ecc/ec2_163.c
244
s_bmul_3x3(MP_DIGITS(r), a2, a1, a0, b2, b1, b0);
usr/src/common/crypto/ecc/ec2_163.c
71
u = MP_DIGITS(r);
usr/src/common/crypto/ecc/ec2_163.c
92
u = MP_DIGITS(r);
usr/src/common/crypto/ecc/ec2_193.c
144
v = MP_DIGITS(a);
usr/src/common/crypto/ecc/ec2_193.c
163
u = MP_DIGITS(r);
usr/src/common/crypto/ecc/ec2_193.c
253
s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0);
usr/src/common/crypto/ecc/ec2_193.c
258
s_bmul_3x3(MP_DIGITS(r) + 8, a6, a5, a4, b6, b5, b4);
usr/src/common/crypto/ecc/ec2_193.c
259
s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0);
usr/src/common/crypto/ecc/ec2_193.c
71
u = MP_DIGITS(r);
usr/src/common/crypto/ecc/ec2_193.c
96
u = MP_DIGITS(r);
usr/src/common/crypto/ecc/ec2_233.c
100
u = MP_DIGITS(r);
usr/src/common/crypto/ecc/ec2_233.c
160
v = MP_DIGITS(a);
usr/src/common/crypto/ecc/ec2_233.c
179
u = MP_DIGITS(r);
usr/src/common/crypto/ecc/ec2_233.c
278
s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0);
usr/src/common/crypto/ecc/ec2_233.c
283
s_bmul_4x4(MP_DIGITS(r) + 8, a7, a6, a5, a4, b7, b6, b5, b4);
usr/src/common/crypto/ecc/ec2_233.c
284
s_bmul_4x4(MP_DIGITS(r), a3, a2, a1, a0, b3, b2, b1, b0);
usr/src/common/crypto/ecc/ec2_233.c
71
u = MP_DIGITS(r);
usr/src/common/crypto/ecc/ec2_aff.c
166
MP_DIGITS(&nqy) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
197
MP_DIGITS(&k) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
198
MP_DIGITS(&k3) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
199
MP_DIGITS(&qx) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
200
MP_DIGITS(&qy) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
201
MP_DIGITS(&sx) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
202
MP_DIGITS(&sy) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
288
MP_DIGITS(&accl) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
289
MP_DIGITS(&accr) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
290
MP_DIGITS(&tmp) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
291
MP_DIGITS(&pxt) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
292
MP_DIGITS(&pyt) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
84
MP_DIGITS(&lambda) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
85
MP_DIGITS(&tempx) = 0;
usr/src/common/crypto/ecc/ec2_aff.c
86
MP_DIGITS(&tempy) = 0;
usr/src/common/crypto/ecc/ec2_mont.c
126
MP_DIGITS(&t3) = 0;
usr/src/common/crypto/ecc/ec2_mont.c
127
MP_DIGITS(&t4) = 0;
usr/src/common/crypto/ecc/ec2_mont.c
128
MP_DIGITS(&t5) = 0;
usr/src/common/crypto/ecc/ec2_mont.c
201
MP_DIGITS(&x1) = 0;
usr/src/common/crypto/ecc/ec2_mont.c
202
MP_DIGITS(&x2) = 0;
usr/src/common/crypto/ecc/ec2_mont.c
203
MP_DIGITS(&z1) = 0;
usr/src/common/crypto/ecc/ec2_mont.c
204
MP_DIGITS(&z2) = 0;
usr/src/common/crypto/ecc/ec2_mont.c
235
while (!(MP_DIGITS(n)[i] & mask)) {
usr/src/common/crypto/ecc/ec2_mont.c
251
if (MP_DIGITS(n)[i] & mask) {
usr/src/common/crypto/ecc/ec2_mont.c
65
MP_DIGITS(&t1) = 0;
usr/src/common/crypto/ecc/ec2_mont.c
93
MP_DIGITS(&t1) = 0;
usr/src/common/crypto/ecc/ec2_mont.c
94
MP_DIGITS(&t2) = 0;
usr/src/common/crypto/ecc/ec_naf.c
77
MP_DIGITS(&k) = 0;
usr/src/common/crypto/ecc/ecl.c
236
MP_DIGITS(&irr) = 0;
usr/src/common/crypto/ecc/ecl.c
237
MP_DIGITS(&curvea) = 0;
usr/src/common/crypto/ecc/ecl.c
238
MP_DIGITS(&curveb) = 0;
usr/src/common/crypto/ecc/ecl.c
239
MP_DIGITS(&genx) = 0;
usr/src/common/crypto/ecc/ecl.c
240
MP_DIGITS(&geny) = 0;
usr/src/common/crypto/ecc/ecl.c
241
MP_DIGITS(&order) = 0;
usr/src/common/crypto/ecc/ecl.c
72
MP_DIGITS(&group->curvea) = 0;
usr/src/common/crypto/ecc/ecl.c
73
MP_DIGITS(&group->curveb) = 0;
usr/src/common/crypto/ecc/ecl.c
74
MP_DIGITS(&group->genx) = 0;
usr/src/common/crypto/ecc/ecl.c
75
MP_DIGITS(&group->geny) = 0;
usr/src/common/crypto/ecc/ecl.c
76
MP_DIGITS(&group->order) = 0;
usr/src/common/crypto/ecc/ecl_gf.c
68
MP_DIGITS(&meth->irr) = 0;
usr/src/common/crypto/ecc/ecl_mult.c
101
if (MP_DIGITS(&kt) != MP_DIGITS(k)) {
usr/src/common/crypto/ecc/ecl_mult.c
131
MP_DIGITS(&sx) = 0;
usr/src/common/crypto/ecc/ecl_mult.c
132
MP_DIGITS(&sy) = 0;
usr/src/common/crypto/ecc/ecl_mult.c
192
MP_DIGITS(&precomp[i][j][0]) = 0;
usr/src/common/crypto/ecc/ecl_mult.c
193
MP_DIGITS(&precomp[i][j][1]) = 0;
usr/src/common/crypto/ecc/ecl_mult.c
324
MP_DIGITS(&k1t) = 0;
usr/src/common/crypto/ecc/ecl_mult.c
325
MP_DIGITS(&k2t) = 0;
usr/src/common/crypto/ecc/ecl_mult.c
65
MP_DIGITS(&kt) = 0;
usr/src/common/crypto/ecc/ecl_mult.c
75
MP_DIGITS(&kt) = MP_DIGITS(k);
usr/src/common/crypto/ecc/ecp_384.c
72
MP_DIGITS(&m[i]) = s[i];
usr/src/common/crypto/ecc/ecp_384.c
80
MP_DIGITS(&m[i]) = s[i];
usr/src/common/crypto/ecc/ecp_521.c
73
MP_DIGITS(&m1) = s1;
usr/src/common/crypto/ecc/ecp_aff.c
176
MP_DIGITS(&nqy) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
210
MP_DIGITS(&k) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
211
MP_DIGITS(&k3) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
212
MP_DIGITS(&qx) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
213
MP_DIGITS(&qy) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
214
MP_DIGITS(&sx) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
215
MP_DIGITS(&sy) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
301
MP_DIGITS(&accl) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
302
MP_DIGITS(&accr) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
303
MP_DIGITS(&tmp) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
304
MP_DIGITS(&pxt) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
305
MP_DIGITS(&pyt) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
90
MP_DIGITS(&lambda) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
91
MP_DIGITS(&temp) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
92
MP_DIGITS(&tempx) = 0;
usr/src/common/crypto/ecc/ecp_aff.c
93
MP_DIGITS(&tempy) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
158
MP_DIGITS(&A) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
159
MP_DIGITS(&B) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
160
MP_DIGITS(&C) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
161
MP_DIGITS(&D) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
162
MP_DIGITS(&C2) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
163
MP_DIGITS(&C3) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
246
MP_DIGITS(&t0) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
247
MP_DIGITS(&t1) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
248
MP_DIGITS(&M) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
249
MP_DIGITS(&S) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
340
MP_DIGITS(&rz) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
342
MP_DIGITS(&precomp[i][0]) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
343
MP_DIGITS(&precomp[i][1]) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
427
MP_DIGITS(&precomp[i][j][0]) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
428
MP_DIGITS(&precomp[i][j][1]) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
431
MP_DIGITS(&rz) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
94
MP_DIGITS(&z1) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
95
MP_DIGITS(&z2) = 0;
usr/src/common/crypto/ecc/ecp_jac.c
96
MP_DIGITS(&z3) = 0;
usr/src/common/crypto/ecc/ecp_jm.c
243
MP_DIGITS(&rz) = 0;
usr/src/common/crypto/ecc/ecp_jm.c
244
MP_DIGITS(&raz4) = 0;
usr/src/common/crypto/ecc/ecp_jm.c
245
MP_DIGITS(&tpx) = 0;
usr/src/common/crypto/ecc/ecp_jm.c
246
MP_DIGITS(&tpy) = 0;
usr/src/common/crypto/ecc/ecp_jm.c
248
MP_DIGITS(&precomp[i][0]) = 0;
usr/src/common/crypto/ecc/ecp_jm.c
249
MP_DIGITS(&precomp[i][1]) = 0;
usr/src/common/crypto/ecc/ecp_jm.c
252
MP_DIGITS(&scratch[i]) = 0;
usr/src/common/crypto/ecc/ecp_mont.c
124
MP_DIGITS(&s) = 0;
usr/src/common/mpi/mp_gf2m.c
219
pa = MP_DIGITS(a);
usr/src/common/mpi/mp_gf2m.c
220
pb = MP_DIGITS(b);
usr/src/common/mpi/mp_gf2m.c
224
pa = MP_DIGITS(b);
usr/src/common/mpi/mp_gf2m.c
225
pb = MP_DIGITS(a);
usr/src/common/mpi/mp_gf2m.c
234
pc = MP_DIGITS(c);
usr/src/common/mpi/mp_gf2m.c
293
MP_DIGITS(&tmp) = 0;
usr/src/common/mpi/mp_gf2m.c
316
pb = MP_DIGITS(b);
usr/src/common/mpi/mp_gf2m.c
317
s_bmul_d(MP_DIGITS(a), MP_USED(a), *pb++, MP_DIGITS(c));
usr/src/common/mpi/mp_gf2m.c
328
s_bmul_d_add(MP_DIGITS(a), a_used, b_i, MP_DIGITS(c) + ib);
usr/src/common/mpi/mp_gf2m.c
365
z = MP_DIGITS(r);
usr/src/common/mpi/mp_gf2m.c
456
MP_DIGITS(&tmp) = 0;
usr/src/common/mpi/mp_gf2m.c
466
pa = MP_DIGITS(a);
usr/src/common/mpi/mp_gf2m.c
467
pr = MP_DIGITS(r);
usr/src/common/mpi/mp_gf2m.c
500
MP_DIGITS(&aa) = 0;
usr/src/common/mpi/mp_gf2m.c
501
MP_DIGITS(&bb) = 0;
usr/src/common/mpi/mp_gf2m.c
502
MP_DIGITS(&uu) = 0;
usr/src/common/mpi/mp_gf2m.c
581
if (MP_DIGITS(a)[i] & mask) {
usr/src/common/mpi/mpi-priv.h
303
s_mpv_mul_d_add_prop(MP_DIGITS(a), MP_USED(a), b, MP_DIGITS(c) + off)
usr/src/common/mpi/mpi.c
2048
if (!mp || !MP_DIGITS(mp) || !mp_cmp_z(mp))
usr/src/common/mpi/mpi.c
2100
MP_DIGITS(&d) = 0;
usr/src/common/mpi/mpi.c
2101
MP_DIGITS(&f) = 0;
usr/src/common/mpi/mpi.c
2102
MP_DIGITS(&g) = 0;
usr/src/common/mpi/mpi.c
2233
MP_DIGITS(&x) = 0;
usr/src/common/mpi/mpi.c
2246
MP_DIGITS(&x) = 0;
usr/src/common/mpi/mpi.c
2268
MP_DIGITS(&g) = 0;
usr/src/common/mpi/mpi.c
2269
MP_DIGITS(&x) = 0;
usr/src/common/mpi/mpi.c
2310
MP_DIGITS(&t0) = 0;
usr/src/common/mpi/mpi.c
2311
MP_DIGITS(&t1) = 0;
usr/src/common/mpi/mpi.c
2312
MP_DIGITS(&val) = 0;
usr/src/common/mpi/mpi.c
2313
MP_DIGITS(&tmp) = 0;
usr/src/common/mpi/mpi.c
2314
MP_DIGITS(&two2k) = 0;
usr/src/common/mpi/mpi.c
2364
MP_DIGITS(&oddFactor) = 0;
usr/src/common/mpi/mpi.c
2365
MP_DIGITS(&evenFactor) = 0;
usr/src/common/mpi/mpi.c
2366
MP_DIGITS(&oddPart) = 0;
usr/src/common/mpi/mpi.c
2367
MP_DIGITS(&evenPart) = 0;
usr/src/common/mpi/mpi.c
2368
MP_DIGITS(&C2) = 0;
usr/src/common/mpi/mpi.c
2369
MP_DIGITS(&tmp1) = 0;
usr/src/common/mpi/mpi.c
2370
MP_DIGITS(&tmp2) = 0;
usr/src/common/mpi/mpi.c
3022
mp_digit *pa = MP_DIGITS(mp);
usr/src/common/mpi/mpi.c
3062
dst = MP_DIGITS(mp);
usr/src/common/mpi/mpi.c
3102
pd = MP_DIGITS(mp);
usr/src/common/mpi/mpi.c
3262
mp_digit * pmp = MP_DIGITS(mp);
usr/src/common/mpi/mpi.c
3319
mp_digit *pmp = MP_DIGITS(mp);
usr/src/common/mpi/mpi.c
3360
s_mpv_mul_d(MP_DIGITS(a), used, d, MP_DIGITS(a));
usr/src/common/mpi/mpi.c
3412
MP_DIGITS(&rem) = 0;
usr/src/common/mpi/mpi.c
3413
MP_DIGITS(") = 0;
usr/src/common/mpi/mpi.c
3518
pa = MP_DIGITS(a);
usr/src/common/mpi/mpi.c
3519
pb = MP_DIGITS(b);
usr/src/common/mpi/mpi.c
3611
pa = MP_DIGITS(a);
usr/src/common/mpi/mpi.c
3612
pb = MP_DIGITS(b);
usr/src/common/mpi/mpi.c
3613
pc = MP_DIGITS(c);
usr/src/common/mpi/mpi.c
3771
pa = MP_DIGITS(a);
usr/src/common/mpi/mpi.c
3772
pb = MP_DIGITS(b);
usr/src/common/mpi/mpi.c
3789
limit = MP_DIGITS(a) + MP_USED(a);
usr/src/common/mpi/mpi.c
3845
pa = MP_DIGITS(a);
usr/src/common/mpi/mpi.c
3846
pb = MP_DIGITS(b);
usr/src/common/mpi/mpi.c
3847
pc = MP_DIGITS(c);
usr/src/common/mpi/mpi.c
4262
MP_DIGITS(&part) = MP_DIGITS(rem) + unusedRem;
usr/src/common/mpi/mpi.c
4270
-- MP_DIGITS(&part);
usr/src/common/mpi/mpi.c
4457
pa = MP_DIGITS(a) + used_a;
usr/src/common/mpi/mpi.c
4458
pb = MP_DIGITS(b) + used_a;
usr/src/common/mpi/mpi.c
844
MP_DIGITS(&tmp) = 0;
usr/src/common/mpi/mpi.c
878
pb = MP_DIGITS(b);
usr/src/common/mpi/mpi.c
879
s_mpv_mul_d(MP_DIGITS(a), MP_USED(a), *pb++, MP_DIGITS(c));
usr/src/common/mpi/mpi.c
889
s_mpv_mul_d_add(MP_DIGITS(a), useda, b_i, MP_DIGITS(c) + ib);
usr/src/common/mpi/mpi.c
969
pa = MP_DIGITS(a);
usr/src/common/mpi/mpi.c
973
s_mpv_mul_d(pa, count, d, MP_DIGITS(sqr) + 1);
usr/src/common/mpi/mpi.c
976
s_mpv_mul_d_add(pa, count, d, MP_DIGITS(sqr) + ix);
usr/src/common/mpi/mpi.c
987
s_mpv_sqr_add_prop(MP_DIGITS(a), MP_USED(a), MP_DIGITS(sqr));
usr/src/common/mpi/mpi.h
374
#define DIGITS(MP) MP_DIGITS(MP)
usr/src/common/mpi/mplogic.c
183
mp_digit * digit = MP_DIGITS(a) + lsWndx;
usr/src/common/mpi/mpmontg.c
153
pb = MP_DIGITS(b);
usr/src/common/mpi/mpmontg.c
154
s_mpv_mul_d(MP_DIGITS(a), useda, *pb++, MP_DIGITS(c));
usr/src/common/mpi/mpmontg.c
155
s_mp_setz(MP_DIGITS(c) + useda + 1, ib - (useda + 1));
usr/src/common/mpi/mpmontg.c
166
s_mpv_mul_d_add_prop(MP_DIGITS(a), useda, b_i, MP_DIGITS(c) + ib);