Searched refs:digest_func (Results 1 – 1 of 1) sorted by relevance
100 const EVP_MD *(*digest_func)(void); member180 const EVP_MD *digest = alg->digest_func != NULL ? alg->digest_func() : NULL; in setup_ctx()296 2 * EVP_MD_size(alg->digest_func()) + 2) { in ssl_private_key_supports_signature_algorithm()477 if (alg == nullptr || alg->digest_func == nullptr) { in SSL_get_signature_algorithm_digest()480 return alg->digest_func(); in SSL_get_signature_algorithm_digest()