Searched refs:BN_is_zero (Results 1 - 25 of 70) sorted by relevance

123

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/bn/
H A Dbn_kron.c95 if (BN_is_zero(B))
145 if (BN_is_zero(A))
H A Dbn_sqrt.c98 if (BN_is_zero(a) || BN_is_one(a))
238 if (BN_is_zero(y))
298 if (BN_is_zero(t)) /* special case: p = 2^e + 1 */
301 if (BN_is_zero(t))
314 if (BN_is_zero(x))
H A Ddivtest.c31 if (BN_is_zero(b)) continue;
H A Dbntest.c275 if(!BN_is_zero(&c))
326 if(!BN_is_zero(&c))
388 if(!BN_is_zero(&d))
455 if(!BN_is_zero(&d))
516 if(!BN_is_zero(&d) || !BN_is_zero(&e))
560 if(!BN_is_zero(&d) || !BN_is_zero(&e))
631 if(!BN_is_zero(&d))
680 if(!BN_is_zero(
[all...]
H A Dbn_word.c117 if (!BN_is_zero(a))
146 if (BN_is_zero(a) || a->neg)
H A Dbn_div.c76 if (BN_is_zero(d))
120 rem->neg=BN_is_zero(rem)?0:m->neg;
191 if (BN_is_zero(divisor))
377 if (!BN_is_zero(rm))
H A Dbn_gcd.c155 while (!BN_is_zero(b))
255 while (!BN_is_zero(B))
336 while (!BN_is_zero(B))
H A Dbn_rand.c234 if (range->neg || BN_is_zero(range))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_kron.c98 if (BN_is_zero(B))
148 if (BN_is_zero(A))
H A Dbn_sqrt.c98 if (BN_is_zero(a) || BN_is_one(a))
227 if (BN_is_zero(y))
287 if (BN_is_zero(t)) /* special case: p = 2^e + 1 */
290 if (BN_is_zero(t))
303 if (BN_is_zero(x))
H A Dbn_word.c137 if(BN_is_zero(a)) return BN_set_word(a, w);
143 if (!BN_is_zero(a))
181 if(BN_is_zero(a))
H A Dbntest.c349 if(!BN_is_zero(&c))
400 if(!BN_is_zero(&c))
462 if(!BN_is_zero(&d))
537 if(!BN_is_zero(&b))
601 if(!BN_is_zero(&d))
662 if(!BN_is_zero(&d) || !BN_is_zero(&e))
706 if(!BN_is_zero(&d) || !BN_is_zero(&e))
777 if(!BN_is_zero(
[all...]
H A Dbn_print.c82 if (BN_is_zero(a)) *(p++)='0';
130 if (BN_is_zero(t))
141 while (!BN_is_zero(t))
319 if (BN_is_zero(a) && (BIO_write(bp,"0",1) != 1)) goto end;
H A Ddivtest.c31 if (BN_is_zero(b)) continue;
H A Dbn_div.c76 if (BN_is_zero(d))
120 rem->neg=BN_is_zero(rem)?0:m->neg;
193 if (BN_is_zero(divisor))
388 if (!BN_is_zero(rm))
H A Dbn_gcd.c156 while (!BN_is_zero(b))
257 while (!BN_is_zero(B))
338 while (!BN_is_zero(B))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/test/
H A Dbntest.c349 if(!BN_is_zero(&c))
400 if(!BN_is_zero(&c))
462 if(!BN_is_zero(&d))
537 if(!BN_is_zero(&b))
601 if(!BN_is_zero(&d))
662 if(!BN_is_zero(&d) || !BN_is_zero(&e))
706 if(!BN_is_zero(&d) || !BN_is_zero(&e))
777 if(!BN_is_zero(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/crypto/dsa/
H A Ddsa_key.c85 while (BN_is_zero(priv_key));
H A Ddsa_ossl.c199 while (BN_is_zero(&k));
254 if (BN_is_zero(sig->r) || sig->r->neg || BN_ucmp(sig->r, dsa->q) >= 0)
259 if (BN_is_zero(sig->s) || sig->s->neg || BN_ucmp(sig->s, dsa->q) >= 0)
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/dsa/
H A Ddsa_key.c93 while (BN_is_zero(priv_key));
H A Ddsa_ossl.c229 while (BN_is_zero(&k));
325 if (BN_is_zero(sig->r) || BN_is_negative(sig->r) ||
331 if (BN_is_zero(sig->s) || BN_is_negative(sig->s) ||
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec_check.c100 if (BN_is_zero(order))
H A Dec2_smpt.c100 if (BN_is_zero(x))
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/test/
H A Dbntest.c275 if(!BN_is_zero(&c))
326 if(!BN_is_zero(&c))
388 if(!BN_is_zero(&d))
455 if(!BN_is_zero(&d))
516 if(!BN_is_zero(&d) || !BN_is_zero(&e))
560 if(!BN_is_zero(&d) || !BN_is_zero(&e))
631 if(!BN_is_zero(&d))
680 if(!BN_is_zero(
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_ossl.c145 while (BN_is_zero(k));
177 while (BN_is_zero(r));
302 if (BN_is_zero(s))
380 if (BN_is_zero(sig->r) || BN_is_negative(sig->r) ||
381 BN_ucmp(sig->r, order) >= 0 || BN_is_zero(sig->s) ||

Completed in 183 milliseconds

123