Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dopenssl.c5256 const EVP_MD *algo_type; local
5299 algo_type = EVP_sha256();
5302 algo_type = EVP_get_digestbynid(algo_nid);
5303 if(!algo_type) {
5311 if(!X509_digest(cert, algo_type, buf, &length)) {

Completed in 26 milliseconds