Home
last modified time | relevance | path

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

/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()
/openssl/include/crypto/
H A Dbn.h91 int ossl_bn_is_word_fixed_top(const BIGNUM *a, const BN_ULONG w);
/openssl/crypto/dsa/
H A Ddsa_ossl.c292 } while (ossl_bn_is_word_fixed_top(k, 0)); in dsa_sign_setup()
/openssl/crypto/ec/
H A Decdsa_ossl.c219 } while (ossl_bn_is_word_fixed_top(k, 0)); in ecdsa_sign_setup()
/openssl/crypto/bn/
H A Dbn_lib.c1051 int ossl_bn_is_word_fixed_top(const BIGNUM *a, const BN_ULONG w) in ossl_bn_is_word_fixed_top() function

Completed in 15 milliseconds