Searched refs:ossl_dh_check_pub_key_partial (Results 1 – 4 of 4) sorted by relevance
43 int ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret);
272 int ossl_dh_check_pub_key_partial(const DH *dh, const BIGNUM *pub_key, int *ret) in ossl_dh_check_pub_key_partial() function
403 if (!ossl_dh_check_pub_key_partial(dh, pubkey, &ret)) { in ossl_dh_buf2key()
396 return ossl_dh_check_pub_key_partial(dh, pub_key, &res); in dh_validate_public()
Completed in 10 milliseconds