Searched refs:ossl_dh_check_priv_key (Results 1 – 3 of 3) sorted by relevance
44 int ossl_dh_check_priv_key(const DH *dh, const BIGNUM *priv_key, int *ret);
278 int ossl_dh_check_priv_key(const DH *dh, const BIGNUM *priv_key, int *ret) in ossl_dh_check_priv_key() function
409 return ossl_dh_check_priv_key(dh, priv_key, &status); in dh_validate_private()
Completed in 10 milliseconds