Home
last modified time | relevance | path

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

/third_party/openssl/include/crypto/
Ddsa.h40 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret);
/third_party/openssl/crypto/dsa/
Ddsa_check.c22 int ossl_dsa_check_params(const DSA *dsa, int checktype, int *ret) in ossl_dsa_check_params() function
/third_party/openssl/providers/implementations/keymgmt/
Ddsa_kmgmt.c349 return ossl_dsa_check_params(dsa, checktype, &status); in dsa_validate_domparams()