Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dopenssl.c5110 const EVP_MD *algo_type; local
5153 algo_type = EVP_sha256();
5156 algo_type = EVP_get_digestbynid(algo_nid);
5157 if(!algo_type) {
5165 if(!X509_digest(cert, algo_type, buf, &length)) {

Completed in 16 milliseconds