Searched refs:BN_is_word (Results 1 – 11 of 11) sorted by relevance
/openssl-master/doc/man3/ |
A 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(),
|
/openssl-master/crypto/bn/ |
A D | bn_prime.c | 285 if (BN_is_word(w, 3)) in bn_is_prime_int() 289 return BN_is_word(w, 2); in bn_is_prime_int() 301 return BN_is_word(w, primes[i]); in bn_is_prime_int()
|
A 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()
|
A D | bn_lib.c | 932 int BN_is_word(const BIGNUM *a, const BN_ULONG w) in BN_is_word() function
|
/openssl-master/crypto/dh/ |
A D | dh_key.c | 327 if (BN_is_word(dh->params.g, DH_GENERATOR_2) in generate_key()
|
/openssl-master/test/testutil/ |
A D | tests.c | 418 if (a != NULL && BN_is_word(a, w)) in test_BN_eq_word()
|
/openssl-master/crypto/ec/ |
A D | ec_curve.c | 3422 || BN_is_word(cofactor, (const BN_ULONG)curve.data->cofactor)) in ossl_ec_curve_nid_from_params()
|
/openssl-master/include/openssl/ |
A D | bn.h | 194 int BN_is_word(const BIGNUM *a, const BN_ULONG w);
|
/openssl-master/test/ |
A D | bntest.c | 1118 if (BN_is_word(r, 1)) in test_kronecker()
|
/openssl-master/ |
A D | CHANGES.md | 13512 * Fix BN_is_word() and BN_is_one() macros to take into account the 13515 Fix BN_is_word(a,w) to work correctly for w == 0. 13517 The old BN_is_word(a,w) macro is now called BN_abs_is_word(a,w) 13521 BN_is_one(), and BN_is_word().
|
/openssl-master/util/ |
A D | libcrypto.num | 1509 BN_is_word 1544 3_0_0 EXIST::FUNCTION:
|
Completed in 56 milliseconds