Searched refs:BN_is_odd (Results 1 - 23 of 23) sorted by relevance

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_kron.c63 if (!BN_is_odd(A) && !BN_is_odd(B)) {
H A Dbn_x931p.c29 if (!BN_is_odd(pi) && !BN_add_word(pi, 1))
63 if (!BN_is_odd(e))
H A Dbn_gcd.c260 if (BN_is_odd(n) && (BN_num_bits(n) <= 2048)) {
286 if (BN_is_odd(X)) {
308 if (BN_is_odd(Y)) {
H A Dbn_prime.c283 if (BN_is_odd(w)) {
346 if (!BN_is_odd(w))
H A Dbn_sqrt.c28 if (!BN_is_odd(p) || BN_abs_is_word(p, 1)) {
H A Dbn_exp2.c35 if (!BN_is_odd(m)) {
H A Dbn_exp.c71 if (BN_is_odd(p)) {
142 if (BN_is_odd(m)) {
327 if (!BN_is_odd(m)) {
630 if (!BN_is_odd(m)) {
1199 if (!BN_is_odd(m)) {
H A Dbn_gf2m.c591 while (!BN_is_odd(u)) {
596 if (BN_is_odd(b)) {
H A Dbn_lib.c938 int BN_is_odd(const BIGNUM *a) function
/freebsd-current/crypto/openssl/crypto/ec/
H A Decp_oct.c123 if (y_bit != BN_is_odd(y)) {
143 if (y_bit != BN_is_odd(y)) {
218 || form == POINT_CONVERSION_HYBRID) && BN_is_odd(y))
352 if (y_bit != BN_is_odd(y)) {
H A Dec2_oct.c98 z0 = (BN_is_odd(z)) ? 1 : 0;
193 if (BN_is_odd(yxi))
366 if (y_bit != BN_is_odd(yxi)) {
H A Decp_smpl.c150 if (BN_num_bits(p) <= 2 || !BN_is_odd(p)) {
782 if (BN_is_odd(n0))
H A Dec_lib.c424 if (BN_is_odd(group->order)) {
/freebsd-current/crypto/openssl/crypto/rsa/
H A Drsa_sp800_56b_check.c231 return (BN_is_odd(e) && bitlen > 16 && bitlen < 257);
234 return BN_is_odd(e) && BN_cmp(e, BN_value_one()) > 0;
307 if (!BN_is_odd(rsa->n)) {
H A Drsa_chk.c62 if (!BN_is_odd(key->e)) {
H A Drsa_pmeth.c500 if (p2 == NULL || !BN_is_odd((BIGNUM *)p2) || BN_is_one((BIGNUM *)p2)) {
/freebsd-current/crypto/openssl/test/testutil/
H A Dtests.c398 if (a != NULL && BN_is_odd(a))
406 if (a != NULL && !BN_is_odd(a))
/freebsd-current/crypto/openssl/apps/lib/
H A Dtlssrp_depr.c33 g != NULL && N != NULL && bn_ctx != NULL && BN_is_odd(N) &&
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_check.c84 if (!BN_is_odd(dh->params.p))
/freebsd-current/crypto/openssl/test/
H A Dbntest.c734 && TEST_false((BN_is_odd(a) && BN_is_odd(c))
735 || (!BN_is_odd(a) && !BN_is_odd(c)))))
1609 if (BN_is_odd(m)) {
1663 if (BN_is_odd(m)) {
/freebsd-current/crypto/openssl/include/openssl/
H A Dbn.h195 int BN_is_odd(const BIGNUM *a);
/freebsd-current/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c1639 return BN_is_odd((const BIGNUM *) a);
/freebsd-current/secure/lib/libcrypto/man/man3/
H A DMakefile1022 MLINKS+= BN_cmp.3 BN_is_odd.3

Completed in 187 milliseconds