Searched refs:ossl_dsa_check_pub_key (Results 1 – 3 of 3) sorted by relevance
48 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret);
66 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key() function
367 return ossl_dsa_check_pub_key(dsa, pub_key, &status); in dsa_validate_public()
Completed in 11 milliseconds