Home
last modified time | relevance | path

Searched refs:ossl_bn_gen_dsa_nonce_fixed_top (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/
Dbn_rand.c296 int ossl_bn_gen_dsa_nonce_fixed_top(BIGNUM *out, const BIGNUM *range, in ossl_bn_gen_dsa_nonce_fixed_top() function
405 ret = ossl_bn_gen_dsa_nonce_fixed_top(out, range, priv, message, in BN_generate_dsa_nonce()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/dsa/
Ddsa_ossl.c265 if (!ossl_bn_gen_dsa_nonce_fixed_top(k, dsa->params.q, in dsa_sign_setup()
/netbsd/src/crypto/external/bsd/openssl/dist/crypto/ec/
Decdsa_ossl.c152 if (!ossl_bn_gen_dsa_nonce_fixed_top(k, order, priv_key, in ecdsa_sign_setup()