Searched refs:algo_type (Results 1 – 1 of 1) sorted by relevance
5110 const EVP_MD *algo_type; local5153 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