Searched refs:ossl_dsa_check_key (Results 1 – 3 of 3) sorted by relevance
27 int ossl_dsa_check_key(const DSA *dsa, int sign);
148 int ossl_dsa_check_key(const DSA *dsa, int sign) in ossl_dsa_check_key() function
262 int approved = ossl_dsa_check_key(ctx->dsa, sign); in dsa_check_key()