Searched refs:bn_wexpand (Results 76 - 100 of 131) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
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 bn_wexpand(u, top);
707 bn_wexpand(b, top);
713 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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
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 bn_wexpand(u, top);
707 bn_wexpand(b, top);
713 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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
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 bn_wexpand(u, top);
707 bn_wexpand(b, top);
713 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))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn_nist.c380 if (!bn_wexpand(r, BN_NIST_192_TOP))
467 if (!bn_wexpand(r, BN_NIST_224_TOP))
579 if (!bn_wexpand(r, BN_NIST_256_TOP))
704 if (!bn_wexpand(r, BN_NIST_384_TOP))
814 if (!bn_wexpand(r,BN_NIST_521_TOP))
H A Dbn_lib.c469 /* NB: bn_wexpand() calls this only if the BIGNUM really has to grow */
515 if (bn_wexpand(a,b->top) == NULL) return(NULL);
626 if (bn_wexpand(ret, (int)i) == NULL)
739 if (bn_wexpand(a,i+1) == NULL) return(0);
H A Dbn_gf2m.c235 if(bn_wexpand(r, at->top) == NULL)
282 if (!bn_wexpand(r, a->top)) return 0;
403 if (!bn_wexpand(s, zlen)) goto err;
470 if (!bn_wexpand(s, 2 * a->top)) goto err;
H A Dbn_exp.c529 if (bn_wexpand(b, top) == NULL)
549 if (bn_wexpand(b, top) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Dbn_nist.c380 if (!bn_wexpand(r, BN_NIST_192_TOP))
467 if (!bn_wexpand(r, BN_NIST_224_TOP))
579 if (!bn_wexpand(r, BN_NIST_256_TOP))
704 if (!bn_wexpand(r, BN_NIST_384_TOP))
814 if (!bn_wexpand(r,BN_NIST_521_TOP))
H A Dbn_lib.c469 /* NB: bn_wexpand() calls this only if the BIGNUM really has to grow */
515 if (bn_wexpand(a,b->top) == NULL) return(NULL);
626 if (bn_wexpand(ret, (int)i) == NULL)
739 if (bn_wexpand(a,i+1) == NULL) return(0);
H A Dbn_gf2m.c235 if(bn_wexpand(r, at->top) == NULL)
282 if (!bn_wexpand(r, a->top)) return 0;
403 if (!bn_wexpand(s, zlen)) goto err;
470 if (!bn_wexpand(s, 2 * a->top)) goto err;
H A Dbn_exp.c529 if (bn_wexpand(b, top) == NULL)
549 if (bn_wexpand(b, top) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/bn/
H A Dbn_nist.c380 if (!bn_wexpand(r, BN_NIST_192_TOP))
467 if (!bn_wexpand(r, BN_NIST_224_TOP))
579 if (!bn_wexpand(r, BN_NIST_256_TOP))
704 if (!bn_wexpand(r, BN_NIST_384_TOP))
814 if (!bn_wexpand(r,BN_NIST_521_TOP))
H A Dbn_lib.c469 /* NB: bn_wexpand() calls this only if the BIGNUM really has to grow */
515 if (bn_wexpand(a,b->top) == NULL) return(NULL);
626 if (bn_wexpand(ret, (int)i) == NULL)
739 if (bn_wexpand(a,i+1) == NULL) return(0);
H A Dbn_gf2m.c235 if(bn_wexpand(r, at->top) == NULL)
282 if (!bn_wexpand(r, a->top)) return 0;
403 if (!bn_wexpand(s, zlen)) goto err;
470 if (!bn_wexpand(s, 2 * a->top)) goto err;
H A Dbn_exp.c529 if (bn_wexpand(b, top) == NULL)
549 if (bn_wexpand(b, top) == NULL)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/bcmcrypto/
H A Dbn.c215 if (bn_wexpand(r, max+1) == NULL)
276 if (bn_wexpand(r, max) == NULL) return (0);
361 if (bn_wexpand(r, max) == NULL) return (0);
1337 if (!bn_wexpand(res, (loop+1))) goto err;
1342 if (!bn_wexpand(tmp, (div_n+1))) goto err;
2782 if (bn_wexpand(a, b->top) == NULL) return (NULL);
3020 if (bn_wexpand(a, i + 1) == NULL) return (0);
3374 if (bn_wexpand(r, max) == NULL)
3376 if (bn_wexpand(ret, max) == NULL)
4127 if (bn_wexpand(r
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/ec/
H A Dec2_smpl.c179 if (bn_wexpand(&dest->a, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) return 0;
180 if (bn_wexpand(&dest->b, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) return 0;
204 if(bn_wexpand(&group->a, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) goto err;
209 if(bn_wexpand(&group->b, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) goto err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/ec/
H A Dec2_smpl.c179 if (bn_wexpand(&dest->a, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) return 0;
180 if (bn_wexpand(&dest->b, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) return 0;
204 if(bn_wexpand(&group->a, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) goto err;
209 if(bn_wexpand(&group->b, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) goto err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/ec/
H A Dec2_smpl.c179 if (bn_wexpand(&dest->a, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) return 0;
180 if (bn_wexpand(&dest->b, (int)(dest->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) return 0;
204 if(bn_wexpand(&group->a, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) goto err;
209 if(bn_wexpand(&group->b, (int)(group->poly[0] + BN_BITS2 - 1) / BN_BITS2) == NULL) goto err;

Completed in 376 milliseconds

123456