Home
last modified time | relevance | path

Searched refs:ossl_bn_is_word_fixed_top (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssl/crypto/
H A Ddeterministic_nonce.c227 } while (ossl_bn_is_word_fixed_top(out, 0) in ossl_gen_deterministic_nonce_rfc6979()
228 || ossl_bn_is_word_fixed_top(out, 1) in ossl_gen_deterministic_nonce_rfc6979()
/freebsd/crypto/openssl/include/crypto/
H A Dbn.h94 int ossl_bn_is_word_fixed_top(const BIGNUM *a, const BN_ULONG w);
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_ossl.c292 } while (ossl_bn_is_word_fixed_top(k, 0)); in dsa_sign_setup()
/freebsd/crypto/openssl/crypto/ec/
H A Decdsa_ossl.c219 } while (ossl_bn_is_word_fixed_top(k, 0)); in ecdsa_sign_setup()
/freebsd/crypto/openssl/crypto/bn/
H A Dbn_lib.c1052 int ossl_bn_is_word_fixed_top(const BIGNUM *a, const BN_ULONG w) in ossl_bn_is_word_fixed_top() function