Searched refs:get_fingerprint (Results 1 – 3 of 3) sorted by relevance
256 *get_fingerprint(X509 *cert, const EVP_MD *alg) in get_fingerprint() function
519 extern char *get_fingerprint(X509 *, const EVP_MD *);
279 if ((tmp = get_fingerprint(x, EVP_md5())) == NULL) { in print_cert()289 if ((tmp = get_fingerprint(x, EVP_sha1())) == NULL) { in print_cert()