Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssl/dist/include/crypto/
H A Ddsa.h45 int ossl_dsa_check_pairwise(const DSA *dsa);
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/dsa/
H A Ddsa_check.c103 int ossl_dsa_check_pairwise(const DSA *dsa) in ossl_dsa_check_pairwise() function
/netbsd-src/crypto/external/bsd/openssl/dist/providers/implementations/keymgmt/
H A Ddsa_kmgmt.c401 ok = ok && ossl_dsa_check_pairwise(dsa); in dsa_validate()