• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/OpenSSH-189/osslshim/ossl/

Lines Matching refs:c1

304 	BN_ULONG c1 = 0;
308 return (c1);
312 mul_add(rp[0], ap[0], w, c1);
313 mul_add(rp[1], ap[1], w, c1);
314 mul_add(rp[2], ap[2], w, c1);
315 mul_add(rp[3], ap[3], w, c1);
321 mul_add(rp[0], ap[0], w, c1);
323 return (c1);
325 mul_add(rp[1], ap[1], w, c1);
327 return (c1);
329 mul_add(rp[2], ap[2], w, c1);
330 return (c1);
333 return (c1);
340 BN_ULONG c1 = 0;
344 return (c1);
348 mul(rp[0], ap[0], w, c1);
349 mul(rp[1], ap[1], w, c1);
350 mul(rp[2], ap[2], w, c1);
351 mul(rp[3], ap[3], w, c1);
357 mul(rp[0], ap[0], w, c1);
359 return (c1);
361 mul(rp[1], ap[1], w, c1);
363 return (c1);
365 mul(rp[2], ap[2], w, c1);
367 return (c1);
3242 int n = n2/2, c1, c2;
3276 c1 = bn_cmp_part_words(a, &(a[n]), tna, n-tna);
3279 switch (c1*3+c2) {
3354 /* t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
3359 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
3362 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
3365 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
3371 * c1 holds the carry bits
3373 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
3374 if (c1) {
3377 ln = (lo+c1)&BN_MASK2;
3382 if (ln < (BN_ULONG)c1) {
3402 int c1, c2, neg;
3415 c1 = bn_cmp_part_words(a, &(a[n]), tna, n-tna);
3418 switch (c1*3+c2) {
3515 /* t[32] holds (a[0]-a[1])*(b[1]-b[0]), c1 is the sign
3520 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
3523 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
3526 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), t, n2));
3532 * c1 holds the carry bits
3534 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
3535 if (c1) {
3538 ln = (lo+c1)&BN_MASK2;
3543 if (ln < (BN_ULONG)c1) {
3593 int c1, c2;
3604 c1 = bn_cmp_words(&(a[0]), &(a[n]), n);
3606 switch (c1*3+c2) {
3666 c1 = (int)(bn_add_words(lp, &(r[0]), &(l[0]), n));
3668 c1 = 0;
3706 c1 = (int)(bn_add_words(lp, &(t[n2+n]), &(l[0]), n));
3709 c1 = 0;
3711 c1 += (int)(bn_add_words(&(t[n2]), lp, &(r[0]), n));
3713 c1 -= (int)(bn_sub_words(&(t[n2]), &(t[n2]), &(t[0]), n));
3715 c1 += (int)(bn_add_words(&(t[n2]), &(t[n2]), &(t[0]), n));
3726 if (c1 != 0) { /* Add starting at r[0], could be +ve or -ve */
3728 if (c1 > 0) {
3729 lc = c1;
3736 lc = -c1;
5416 int zero, c1;
5442 c1 = bn_cmp_words(a, &(a[n]), n);
5444 if (c1 > 0) {
5446 } else if (c1 < 0) {
5468 c1 = (int)(bn_add_words(t, r, &(r[n2]), n2));
5471 c1 -= (int)(bn_sub_words(&(t[n2]), t, &(t[n2]), n2));
5476 * c1 holds the carry bits
5478 c1 += (int)(bn_add_words(&(r[n]), &(r[n]), &(t[n2]), n2));
5479 if (c1) {
5482 ln = (lo+c1)&BN_MASK2;
5487 if (ln < (BN_ULONG)c1) {
5989 int i, j, c1 = 0;
6020 if (!BN_GENCB_call(cb, 0, c1++)) {
6059 if (!BN_GENCB_call(cb, 2, c1 - 1)) {