Searched refs:BN_abs_is_word (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/lib/libcrypto/bn/
H A Dbn_kron.c92 ret = BN_abs_is_word(a, 1);
H A Dbn_lib.c627 BN_abs_is_word(const BIGNUM *a, const BN_ULONG w) function
631 LCRYPTO_ALIAS(BN_abs_is_word); variable
649 return BN_abs_is_word(a, 1) && !a->neg;
656 return BN_abs_is_word(a, w) && (w == 0 || !a->neg);
H A Dbn_mod_sqrt.c92 if (BN_abs_is_word(p, 2))
95 if (!BN_is_odd(p) || BN_abs_is_word(p, 1)) {
H A Dbn_exp.c204 if (BN_abs_is_word(m, 1)) {
418 if (BN_abs_is_word(m, 1)) {
675 if (BN_abs_is_word(m, 1)) {
861 if (BN_abs_is_word(m, 1)) {
987 if (BN_abs_is_word(m, 1)) {
H A Dbn.h311 int BN_abs_is_word(const BIGNUM *a, const BN_ULONG w);
/openbsd-current/lib/libcrypto/hidden/openssl/
H A Dbn.h37 LCRYPTO_USED(BN_abs_is_word); variable
/openbsd-current/regress/lib/libcrypto/bn/
H A Dbn_test.c1843 if (!BN_is_zero(c) && !BN_abs_is_word(c, 1)) {

Completed in 293 milliseconds