Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/include/crypto/
H A Ddsa.h41 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret);
/freebsd/crypto/openssl/crypto/dsa/
H A Ddsa_check.c40 int ossl_dsa_check_pub_key(const DSA *dsa, const BIGNUM *pub_key, int *ret) in ossl_dsa_check_pub_key() function
/freebsd/crypto/openssl/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c364 return ossl_dsa_check_pub_key(dsa, pub_key, &status); in dsa_validate_public()