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

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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.c89 if (bn_wexpand(rr,max) == NULL) goto err;
126 if (bn_wexpand(tmp,k*2) == NULL) goto err;
131 if (bn_wexpand(tmp,max) == NULL) goto err;
136 if (bn_wexpand(tmp,max) == NULL) goto err;
H A Dbn_mul.c990 if (bn_wexpand(rr,8) == NULL) goto err;
998 if (bn_wexpand(rr,16) == NULL) goto err;
1028 bn_wexpand(t,k*4);
1029 bn_wexpand(rr,k*4);
1035 bn_wexpand(t,k*2);
1036 bn_wexpand(rr,k*2);
1047 if (bn_wexpand(tmp_bn,al) == NULL) goto err;
1055 if (bn_wexpand(tmp_bn,bl) == NULL) goto err;
1070 if (bn_wexpand(t,k*2) == NULL) goto err;
1071 if (bn_wexpand(r
[all...]
H A Dbn_word.c149 (bn_wexpand(a,a->top+1) == NULL))
239 if (bn_wexpand(a,a->top+1) == NULL) return(0);
H A Dbn_add.c120 if (bn_wexpand(r,max+1) == NULL)
188 if (bn_wexpand(r,max) == NULL) return(0);
299 if (bn_wexpand(r,max) == NULL) return(0);
H A Dbn_div.c105 bn_wexpand(dv,1);
245 if (!bn_wexpand(res,(loop+1))) goto err;
250 if (!bn_wexpand(tmp,(div_n+1))) goto err;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
H A Dbn_word.c151 if (bn_wexpand(a, a->top + 1) == NULL)
219 if (bn_wexpand(a, a->top + 1) == NULL)
H A Dbn_add.c125 if (bn_wexpand(r, max + 1) == NULL)
187 if (bn_wexpand(r, max) == NULL)
300 if (bn_wexpand(r, max) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
H A Dbn_word.c151 if (bn_wexpand(a, a->top + 1) == NULL)
219 if (bn_wexpand(a, a->top + 1) == NULL)
H A Dbn_add.c125 if (bn_wexpand(r, max + 1) == NULL)
187 if (bn_wexpand(r, max) == NULL)
300 if (bn_wexpand(r, max) == NULL)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/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...]
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)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/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))
844 if(!bn_wexpand(dsa_p, dsa->p->top) ||
845 !bn_wexpand(dsa_q, dsa->q->top) ||
846 !bn_wexpand(dsa_g, dsa->g->top) ||
847 !bn_wexpand(dsa_ke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/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...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/demos/engines/ibmca/
H A Dhw_ibmca.c500 if (!bn_wexpand(argument, m->top) || !bn_wexpand(result, m->top) ||
501 !bn_wexpand(key, sizeof(*publKey) / BN_BYTES)) {
646 if (!bn_wexpand(argument, p->top + q->top) ||
647 !bn_wexpand(result, p->top + q->top) ||
648 !bn_wexpand(key, sizeof(*privKey) / BN_BYTES)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dhw_ibmca.c507 if(!bn_wexpand(argument, m->top) || !bn_wexpand(result, m->top) ||
508 !bn_wexpand(key, sizeof(*publKey)/BN_BYTES))
667 if(!bn_wexpand(argument, p->top + q->top) ||
668 !bn_wexpand(result, p->top + q->top) ||
669 !bn_wexpand(key, sizeof(*privKey)/BN_BYTES ))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c500 if (!bn_wexpand(argument, m->top) || !bn_wexpand(result, m->top) ||
501 !bn_wexpand(key, sizeof(*publKey) / BN_BYTES)) {
646 if (!bn_wexpand(argument, p->top + q->top) ||
647 !bn_wexpand(result, p->top + q->top) ||
648 !bn_wexpand(key, sizeof(*privKey) / BN_BYTES)) {

Completed in 201 milliseconds

123