Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Ddh.h44 int ossl_dh_check_priv_key(const DH *dh, const BIGNUM *priv_key, int *ret);
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_check.c278 int ossl_dh_check_priv_key(const DH *dh, const BIGNUM *priv_key, int *ret) in ossl_dh_check_priv_key() function
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddh_kmgmt.c406 return ossl_dh_check_priv_key(dh, priv_key, &status);; in dh_validate_private()