Searched refs:bn_wexpand (Results 26 - 50 of 60) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_atalla.c478 if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, m->top) ||
479 !bn_wexpand(argument, m->top) || !bn_wexpand(result, m->top))
H A De_ubsec.c575 if(!bn_wexpand(r, m->top))
646 if (!bn_wexpand(r, p->top + q->top + 1)) {
757 if(!bn_wexpand(r, (160+BN_BITS2-1)/BN_BITS2) ||
758 (!bn_wexpand(s, (160+BN_BITS2-1)/BN_BITS2))) {
829 if(!bn_wexpand(&v, dsa->p->top)) {
937 bn_wexpand(priv_key, dh->p->top);
952 bn_wexpand(pub_key, dh->p->top);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_atalla.c491 if (!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, m->top) ||
492 !bn_wexpand(argument, m->top) || !bn_wexpand(result, m->top)) {
H A De_ubsec.c584 if (!bn_wexpand(r, m->top)) {
651 if (!bn_wexpand(r, p->top + q->top + 1)) {
767 if (!bn_wexpand(r, (160 + BN_BITS2 - 1) / BN_BITS2) ||
768 (!bn_wexpand(s, (160 + BN_BITS2 - 1) / BN_BITS2))) {
847 if (!bn_wexpand(pv, dsa->p->top)) {
957 if (bn_wexpand(priv_key, dh->p->top) == NULL)
973 if (bn_wexpand(pub_key, dh->p->top) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec2_mult.c300 bn_wexpand(x1, group->field.top);
301 bn_wexpand(z1, group->field.top);
302 bn_wexpand(x2, group->field.top);
303 bn_wexpand(z2, group->field.top);
H A Dec2_smpl.c194 if (bn_wexpand(&dest->a, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2)
197 if (bn_wexpand(&dest->b, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2)
226 if (bn_wexpand(&group->a, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2)
235 if (bn_wexpand(&group->b, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec2_mult.c300 bn_wexpand(x1, group->field.top);
301 bn_wexpand(z1, group->field.top);
302 bn_wexpand(x2, group->field.top);
303 bn_wexpand(z2, group->field.top);
H A Dec2_smpl.c194 if (bn_wexpand(&dest->a, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2)
197 if (bn_wexpand(&dest->b, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2)
226 if (bn_wexpand(&group->a, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2)
235 if (bn_wexpand(&group->b, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_ubsec.c584 if (!bn_wexpand(r, m->top)) {
651 if (!bn_wexpand(r, p->top + q->top + 1)) {
767 if (!bn_wexpand(r, (160 + BN_BITS2 - 1) / BN_BITS2) ||
768 (!bn_wexpand(s, (160 + BN_BITS2 - 1) / BN_BITS2))) {
847 if (!bn_wexpand(pv, dsa->p->top)) {
957 if (bn_wexpand(priv_key, dh->p->top) == NULL)
973 if (bn_wexpand(pub_key, dh->p->top) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_mont.c138 if (bn_wexpand(r, num) == NULL)
192 if (bn_wexpand(r, max) == NULL)
236 if (bn_wexpand(ret, nl) == NULL)
H A Dbn_gf2m.c347 if (bn_wexpand(r, at->top) == NULL)
390 if (!bn_wexpand(r, a->top))
508 if (!bn_wexpand(s, zlen))
579 if (!bn_wexpand(s, 2 * a->top))
702 if (!bn_wexpand(u, top))
708 if (!bn_wexpand(b, top))
715 if (!bn_wexpand(c, top))
H A Dbn_lib.c443 * NB: bn_wexpand() calls this only if the BIGNUM really has to grow
496 if (bn_wexpand(a, b->top) == NULL)
619 if (bn_wexpand(ret, (int)i) == NULL) {
736 if (bn_wexpand(a, i + 1) == NULL)
H A Dbn_nist.c400 if (!bn_wexpand(r, BN_NIST_192_TOP))
545 if (!bn_wexpand(r, BN_NIST_224_TOP))
726 if (!bn_wexpand(r, BN_NIST_256_TOP))
972 if (!bn_wexpand(r, BN_NIST_384_TOP))
1230 if (!bn_wexpand(r, BN_NIST_521_TOP))
H A Dbn_exp.c493 if (bn_wexpand(r, j) == NULL)
634 if (bn_wexpand(b, top) == NULL)
757 if (NULL == bn_wexpand(rr, 16))
767 if (NULL == bn_wexpand(rr, 8))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_mont.c138 if (bn_wexpand(r, num) == NULL)
192 if (bn_wexpand(r, max) == NULL)
236 if (bn_wexpand(ret, nl) == NULL)
H A Dbn_gf2m.c347 if (bn_wexpand(r, at->top) == NULL)
390 if (!bn_wexpand(r, a->top))
508 if (!bn_wexpand(s, zlen))
579 if (!bn_wexpand(s, 2 * a->top))
702 if (!bn_wexpand(u, top))
708 if (!bn_wexpand(b, top))
715 if (!bn_wexpand(c, top))
H A Dbn_lib.c443 * NB: bn_wexpand() calls this only if the BIGNUM really has to grow
496 if (bn_wexpand(a, b->top) == NULL)
619 if (bn_wexpand(ret, (int)i) == NULL) {
736 if (bn_wexpand(a, i + 1) == NULL)
H A Dbn_nist.c400 if (!bn_wexpand(r, BN_NIST_192_TOP))
545 if (!bn_wexpand(r, BN_NIST_224_TOP))
726 if (!bn_wexpand(r, BN_NIST_256_TOP))
972 if (!bn_wexpand(r, BN_NIST_384_TOP))
1230 if (!bn_wexpand(r, BN_NIST_521_TOP))
H A Dbn_exp.c493 if (bn_wexpand(r, j) == NULL)
634 if (bn_wexpand(b, top) == NULL)
757 if (NULL == bn_wexpand(rr, 16))
767 if (NULL == bn_wexpand(rr, 8))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_mont.c178 if (bn_wexpand(r,max) == NULL) goto err;
179 if (bn_wexpand(ret,max) == NULL) goto err;
H A Dbn_nist.c277 if (!bn_wexpand(r, BN_NIST_192_TOP))
360 if (!bn_wexpand(r, BN_NIST_224_TOP))
477 if (!bn_wexpand(r, BN_NIST_256_TOP))
632 if (!bn_wexpand(r, BN_NIST_384_TOP))
746 if (!bn_wexpand(tmp, BN_NIST_521_TOP))
H A Dbn_lib.c460 /* NB: bn_wexpand() calls this only if the BIGNUM really has to grow */
506 if (bn_wexpand(a,b->top) == NULL) return(NULL);
617 if (bn_wexpand(ret, (int)i) == NULL)
730 if (bn_wexpand(a,i+1) == NULL) return(0);
H A Dbn_exp.c528 if (bn_wexpand(b, top) == NULL)
548 if (bn_wexpand(b, top) == NULL)
H A Dbn_gf2m.c297 bn_wexpand(r, at->top);
343 if (!bn_wexpand(r, a->top)) return 0;
460 if (!bn_wexpand(s, zlen)) goto err;
527 if (!bn_wexpand(s, 2 * a->top)) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec2_smpl.c177 bn_wexpand(&dest->a, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2);
178 bn_wexpand(&dest->b, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2);
202 bn_wexpand(&group->a, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2);
207 bn_wexpand(&group->b, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2);

Completed in 319 milliseconds

123