Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/providers/common/include/prov/
H A Dsecuritycheck.h27 int ossl_dsa_check_key(const DSA *dsa, int sign);
/freebsd/crypto/openssl/providers/common/
H A Dsecuritycheck.c148 int ossl_dsa_check_key(const DSA *dsa, int sign) in ossl_dsa_check_key() function
/freebsd/crypto/openssl/providers/implementations/signature/
H A Ddsa_sig.c262 int approved = ossl_dsa_check_key(ctx->dsa, sign); in dsa_check_key()