Searched refs:BN_is_word (Results 1 – 14 of 14) sorted by relevance
/third_party/openssl/doc/man3/ |
D | BN_cmp.pod | 5 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/ |
D | bn_prime.c | 161 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()
|
D | bn_gcd.c | 450 if (BN_is_word(D, 2)) { in int_bn_mod_inverse() 453 } else if (BN_is_word(D, 4)) { in int_bn_mod_inverse()
|
D | bn_lib.c | 913 int BN_is_word(const BIGNUM *a, const BN_ULONG w) in BN_is_word() function
|
/third_party/openssl/crypto/dh/ |
D | dh_key.c | 159 if (BN_is_word(dh->g, DH_GENERATOR_2) && !BN_is_bit_set(dh->p, 2)) { in generate_key()
|
/third_party/openssl/test/testutil/ |
D | tests.c | 394 if (a != NULL && BN_is_word(a, w)) in test_BN_eq_word()
|
/third_party/openssl/include/openssl/ |
D | bn.h | 186 int BN_is_word(const BIGNUM *a, const BN_ULONG w);
|
/third_party/openssl/crypto/ec/ |
D | ec_curve.c | 3320 || 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/ |
D | crypto_openssl.c | 1619 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/ |
D | crypto_openssl.c | 1692 mask = const_time_eq(BN_is_word(tmp, 1), 1); in crypto_bignum_legendre()
|
/third_party/openssl/test/ |
D | bntest.c | 1159 if (BN_is_word(r, 1)) in test_kronecker()
|
/third_party/grpc/src/boringssl/ |
D | boringssl_prefix_symbols.h | 928 #define BN_is_word BORINGSSL_ADD_PREFIX(BORINGSSL_PREFIX, BN_is_word) macro
|
/third_party/openssl/ |
D | CHANGES | 9210 *) 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/ |
D | libcrypto.num | 1557 BN_is_word 1544 1_1_0 EXIST::FUNCTION:
|