Home
last modified time | relevance | path

Searched refs:BN_is_word (Results 1 – 14 of 14) sorted by relevance

/third_party/openssl/doc/man3/
DBN_cmp.pod5 BN_cmp, BN_ucmp, BN_is_zero, BN_is_one, BN_is_word, BN_abs_is_word, BN_is_odd - BIGNUM comparison a…
16 int BN_is_word(const BIGNUM *a, const BN_ULONG w);
25 BN_is_zero(), BN_is_one(), BN_is_word() and BN_abs_is_word() test if
35 BN_is_zero(), BN_is_one() BN_is_word(), BN_abs_is_word() and
40 Prior to OpenSSL 1.1.0, BN_is_zero(), BN_is_one(), BN_is_word(),
/third_party/openssl/crypto/bn/
Dbn_prime.c161 if (BN_is_word(a, 2) || BN_is_word(a, 3)) in BN_is_prime_fasttest_ex()
178 return BN_is_word(a, primes[i]); in BN_is_prime_fasttest_ex()
Dbn_gcd.c450 if (BN_is_word(D, 2)) { in int_bn_mod_inverse()
453 } else if (BN_is_word(D, 4)) { in int_bn_mod_inverse()
Dbn_lib.c913 int BN_is_word(const BIGNUM *a, const BN_ULONG w) in BN_is_word() function
/third_party/openssl/crypto/dh/
Ddh_key.c159 if (BN_is_word(dh->g, DH_GENERATOR_2) && !BN_is_bit_set(dh->p, 2)) { in generate_key()
/third_party/openssl/test/testutil/
Dtests.c394 if (a != NULL && BN_is_word(a, w)) in test_BN_eq_word()
/third_party/openssl/include/openssl/
Dbn.h186 int BN_is_word(const BIGNUM *a, const BN_ULONG w);
/third_party/openssl/crypto/ec/
Dec_curve.c3320 || BN_is_word(cofactor, (const BN_ULONG)curve.data->cofactor)) in ec_curve_nid_from_params()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dcrypto_openssl.c1619 mask = const_time_eq(BN_is_word(tmp, 1), 1); in crypto_bignum_legendre()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c1692 mask = const_time_eq(BN_is_word(tmp, 1), 1); in crypto_bignum_legendre()
/third_party/openssl/test/
Dbntest.c1159 if (BN_is_word(r, 1)) in test_kronecker()
/third_party/grpc/src/boringssl/
Dboringssl_prefix_symbols.h928 #define BN_is_word BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_is_word) macro
/third_party/openssl/
DCHANGES9210 *) Fix BN_is_word() and BN_is_one() macros to take into account the
9213 Fix BN_is_word(a,w) to work correctly for w == 0.
9215 The old BN_is_word(a,w) macro is now called BN_abs_is_word(a,w)
9219 BN_is_one(), and BN_is_word().
/third_party/openssl/util/
Dlibcrypto.num1557 BN_is_word 1544 1_1_0 EXIST::FUNCTION: