Searched refs:BN_is_word (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_prime.c285 if (BN_is_word(w, 3))
289 return BN_is_word(w, 2);
301 return BN_is_word(w, primes[i]);
H A Dbn_gcd.c452 if (BN_is_word(D, 2)) {
455 } else if (BN_is_word(D, 4)) {
H A Dbn_lib.c933 int BN_is_word(const BIGNUM *a, const BN_ULONG w) function
/freebsd-current/crypto/openssl/test/testutil/
H A Dtests.c418 if (a != NULL && BN_is_word(a, w))
/freebsd-current/crypto/openssl/crypto/dh/
H A Ddh_key.c338 if (BN_is_word(dh->params.g, DH_GENERATOR_2)
/freebsd-current/crypto/openssl/include/openssl/
H A Dbn.h194 int BN_is_word(const BIGNUM *a, const BN_ULONG w);
/freebsd-current/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c1671 mask = const_time_eq(BN_is_word(tmp, 1), 1);
/freebsd-current/crypto/openssl/test/
H A Dbntest.c1163 if (BN_is_word(r, 1))
/freebsd-current/secure/lib/libcrypto/man/man3/
H A DMakefile1028 MLINKS+= BN_cmp.3 BN_is_word.3
/freebsd-current/crypto/openssl/crypto/ec/
H A Dec_curve.c3422 || BN_is_word(cofactor, (const BN_ULONG)curve.data->cofactor))

Completed in 207 milliseconds