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