Searched refs:bn_wexpand (Results 1 - 25 of 131) sorted by relevance

123456

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/bn/
H A Dbn_shift.c74 if (bn_wexpand(r,a->top+1) == NULL) return(0);
79 if (bn_wexpand(r,a->top+1) == NULL) return(0);
114 if (bn_wexpand(r,a->top) == NULL) return(0);
143 if (bn_wexpand(r,a->top+nw+1) == NULL) return(0);
188 if (bn_wexpand(r,a->top-nw+1) == NULL) return(0);
H A Dbn_sqr.c90 if (bn_wexpand(rr,max) == NULL) goto err;
127 if (bn_wexpand(tmp,k*2) == NULL) goto err;
132 if (bn_wexpand(tmp,max) == NULL) goto err;
137 if (bn_wexpand(tmp,max) == NULL) goto err;
H A Dbn_mul.c992 if (bn_wexpand(rr,8) == NULL) goto err;
1000 if (bn_wexpand(rr,16) == NULL) goto err;
1030 if (bn_wexpand(t,k*4) == NULL) goto err;
1031 if (bn_wexpand(rr,k*4) == NULL) goto err;
1037 if (bn_wexpand(t,k*2) == NULL) goto err;
1038 if (bn_wexpand(rr,k*2) == NULL) goto err;
1049 if (bn_wexpand(tmp_bn,al) == NULL) goto err;
1057 if (bn_wexpand(tmp_bn,bl) == NULL) goto err;
1072 if (bn_wexpand(t,k*2) == NULL) goto err;
1073 if (bn_wexpand(r
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/bn/
H A Dbn_shift.c74 if (bn_wexpand(r,a->top+1) == NULL) return(0);
79 if (bn_wexpand(r,a->top+1) == NULL) return(0);
114 if (bn_wexpand(r,a->top) == NULL) return(0);
143 if (bn_wexpand(r,a->top+nw+1) == NULL) return(0);
188 if (bn_wexpand(r,a->top-nw+1) == NULL) return(0);
H A Dbn_sqr.c90 if (bn_wexpand(rr,max) == NULL) goto err;
127 if (bn_wexpand(tmp,k*2) == NULL) goto err;
132 if (bn_wexpand(tmp,max) == NULL) goto err;
137 if (bn_wexpand(tmp,max) == NULL) goto err;
H A Dbn_mul.c992 if (bn_wexpand(rr,8) == NULL) goto err;
1000 if (bn_wexpand(rr,16) == NULL) goto err;
1030 if (bn_wexpand(t,k*4) == NULL) goto err;
1031 if (bn_wexpand(rr,k*4) == NULL) goto err;
1037 if (bn_wexpand(t,k*2) == NULL) goto err;
1038 if (bn_wexpand(rr,k*2) == NULL) goto err;
1049 if (bn_wexpand(tmp_bn,al) == NULL) goto err;
1057 if (bn_wexpand(tmp_bn,bl) == NULL) goto err;
1072 if (bn_wexpand(t,k*2) == NULL) goto err;
1073 if (bn_wexpand(r
[all...]
/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_shift.c74 if (bn_wexpand(r,a->top+1) == NULL) return(0);
79 if (bn_wexpand(r,a->top+1) == NULL) return(0);
114 if (bn_wexpand(r,a->top) == NULL) return(0);
143 if (bn_wexpand(r,a->top+nw+1) == NULL) return(0);
188 if (bn_wexpand(r,a->top-nw+1) == NULL) return(0);
H A Dbn_sqr.c90 if (bn_wexpand(rr,max) == NULL) goto err;
127 if (bn_wexpand(tmp,k*2) == NULL) goto err;
132 if (bn_wexpand(tmp,max) == NULL) goto err;
137 if (bn_wexpand(tmp,max) == NULL) goto err;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/bn/
H A Dbn_shift.c73 if (bn_wexpand(r, a->top + 1) == NULL)
77 if (bn_wexpand(r, a->top + 1) == NULL)
112 if (bn_wexpand(r, j) == NULL)
147 if (bn_wexpand(r, a->top + nw + 1) == NULL)
197 if (bn_wexpand(r, i) == NULL)
H A Dbn_sqr.c92 if (bn_wexpand(rr, max) == NULL)
121 if (bn_wexpand(tmp, k * 2) == NULL)
125 if (bn_wexpand(tmp, max) == NULL)
131 if (bn_wexpand(tmp, max) == NULL)
H A Dbn_div.c111 if (bn_wexpand(dv, 1) == NULL)
270 if (bn_wexpand(snum, sdiv->top + 2) == NULL)
276 if (bn_wexpand(snum, snum->top + 1) == NULL)
308 if (!bn_wexpand(res, (loop + 1)))
314 if (!bn_wexpand(tmp, (div_n + 1)))
H A Dbn_mul.c982 if (bn_wexpand(rr, 8) == NULL)
990 if (bn_wexpand(rr, 16) == NULL)
1018 if (bn_wexpand(t, k * 4) == NULL)
1020 if (bn_wexpand(rr, k * 4) == NULL)
1026 if (bn_wexpand(t, k * 2) == NULL)
1028 if (bn_wexpand(rr, k * 2) == NULL)
1038 if (bn_wexpand(tmp_bn, al) == NULL)
1045 if (bn_wexpand(tmp_bn, bl) == NULL)
1059 if (bn_wexpand(t, k * 2) == NULL)
1061 if (bn_wexpand(r
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/bn/
H A Dbn_shift.c73 if (bn_wexpand(r, a->top + 1) == NULL)
77 if (bn_wexpand(r, a->top + 1) == NULL)
112 if (bn_wexpand(r, j) == NULL)
147 if (bn_wexpand(r, a->top + nw + 1) == NULL)
197 if (bn_wexpand(r, i) == NULL)
H A Dbn_sqr.c92 if (bn_wexpand(rr, max) == NULL)
121 if (bn_wexpand(tmp, k * 2) == NULL)
125 if (bn_wexpand(tmp, max) == NULL)
131 if (bn_wexpand(tmp, max) == NULL)
H A Dbn_div.c111 if (bn_wexpand(dv, 1) == NULL)
270 if (bn_wexpand(snum, sdiv->top + 2) == NULL)
276 if (bn_wexpand(snum, snum->top + 1) == NULL)
308 if (!bn_wexpand(res, (loop + 1)))
314 if (!bn_wexpand(tmp, (div_n + 1)))
H A Dbn_mul.c982 if (bn_wexpand(rr, 8) == NULL)
990 if (bn_wexpand(rr, 16) == NULL)
1018 if (bn_wexpand(t, k * 4) == NULL)
1020 if (bn_wexpand(rr, k * 4) == NULL)
1026 if (bn_wexpand(t, k * 2) == NULL)
1028 if (bn_wexpand(rr, k * 2) == NULL)
1038 if (bn_wexpand(tmp_bn, al) == NULL)
1045 if (bn_wexpand(tmp_bn, bl) == NULL)
1059 if (bn_wexpand(t, k * 2) == NULL)
1061 if (bn_wexpand(r
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/bn/
H A Dbn_shift.c73 if (bn_wexpand(r, a->top + 1) == NULL)
77 if (bn_wexpand(r, a->top + 1) == NULL)
112 if (bn_wexpand(r, j) == NULL)
147 if (bn_wexpand(r, a->top + nw + 1) == NULL)
197 if (bn_wexpand(r, i) == NULL)
H A Dbn_sqr.c92 if (bn_wexpand(rr, max) == NULL)
121 if (bn_wexpand(tmp, k * 2) == NULL)
125 if (bn_wexpand(tmp, max) == NULL)
131 if (bn_wexpand(tmp, max) == NULL)
H A Dbn_div.c111 if (bn_wexpand(dv, 1) == NULL)
270 if (bn_wexpand(snum, sdiv->top + 2) == NULL)
276 if (bn_wexpand(snum, snum->top + 1) == NULL)
308 if (!bn_wexpand(res, (loop + 1)))
314 if (!bn_wexpand(tmp, (div_n + 1)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/engines/
H A De_cswift.c525 if (!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) ||
526 !bn_wexpand(argument, a->top) || !bn_wexpand(result, m->top)) {
669 if (!bn_wexpand(argument, a->top) || !bn_wexpand(result, p->top + q->top)) {
828 if (!bn_wexpand(dsa_p, dsa->p->top) ||
829 !bn_wexpand(dsa_q, dsa->q->top) ||
830 !bn_wexpand(dsa_g, dsa->g->top) ||
831 !bn_wexpand(dsa_ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/engines/
H A De_cswift.c525 if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) ||
526 !bn_wexpand(argument, a->top) || !bn_wexpand(result, m->top))
676 if( !bn_wexpand(argument, a->top) ||
677 !bn_wexpand(result, p->top + q->top))
843 if(!bn_wexpand(dsa_p, dsa->p->top) ||
844 !bn_wexpand(dsa_q, dsa->q->top) ||
845 !bn_wexpand(dsa_g, dsa->g->top) ||
846 !bn_wexpand(dsa_ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/engines/
H A De_cswift.c525 if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) ||
526 !bn_wexpand(argument, a->top) || !bn_wexpand(result, m->top))
676 if( !bn_wexpand(argument, a->top) ||
677 !bn_wexpand(result, p->top + q->top))
843 if(!bn_wexpand(dsa_p, dsa->p->top) ||
844 !bn_wexpand(dsa_q, dsa->q->top) ||
845 !bn_wexpand(dsa_g, dsa->g->top) ||
846 !bn_wexpand(dsa_ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/engines/
H A De_cswift.c525 if (!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) ||
526 !bn_wexpand(argument, a->top) || !bn_wexpand(result, m->top)) {
669 if (!bn_wexpand(argument, a->top) || !bn_wexpand(result, p->top + q->top)) {
828 if (!bn_wexpand(dsa_p, dsa->p->top) ||
829 !bn_wexpand(dsa_q, dsa->q->top) ||
830 !bn_wexpand(dsa_g, dsa->g->top) ||
831 !bn_wexpand(dsa_ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/engines/
H A De_cswift.c525 if (!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) ||
526 !bn_wexpand(argument, a->top) || !bn_wexpand(result, m->top)) {
669 if (!bn_wexpand(argument, a->top) || !bn_wexpand(result, p->top + q->top)) {
828 if (!bn_wexpand(dsa_p, dsa->p->top) ||
829 !bn_wexpand(dsa_q, dsa->q->top) ||
830 !bn_wexpand(dsa_g, dsa->g->top) ||
831 !bn_wexpand(dsa_ke
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/engines/
H A De_cswift.c525 if(!bn_wexpand(modulus, m->top) || !bn_wexpand(exponent, p->top) ||
526 !bn_wexpand(argument, a->top) || !bn_wexpand(result, m->top))
676 if( !bn_wexpand(argument, a->top) ||
677 !bn_wexpand(result, p->top + q->top))
843 if(!bn_wexpand(dsa_p, dsa->p->top) ||
844 !bn_wexpand(dsa_q, dsa->q->top) ||
845 !bn_wexpand(dsa_g, dsa->g->top) ||
846 !bn_wexpand(dsa_ke
[all...]

Completed in 223 milliseconds

123456