Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Ddsa.h41 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_check.c66 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key() function
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c364 return ossl_dsa_check_pub_key(dsa, pub_key, &status); in dsa_validate_public()