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/ |
| D | bn_rand.c | 296 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/ |
| D | dsa_ossl.c | 265 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/ |
| D | ecdsa_ossl.c | 152 if (!ossl_bn_gen_dsa_nonce_fixed_top(k, order, priv_key, in ecdsa_sign_setup()
|