X509_digest
if (X509_digest(cert, digest, fingerprint, &len) != 1) {
if (!X509_digest(x, fdig, md, &n)) {
X509_digest(cert, EVP_sha1(), keyid, &keyidlen);
if (!X509_digest(cert, TS_HASH_EVP, cert_hash, NULL))
if (!X509_digest(cert, TS_HASH_EVP, cert_hash, NULL))
if (!X509_digest(cert, md, cert_digest, &len))
X509_digest(x, X509_CERT_HASH_EVP, x->hash, NULL);
int X509_digest(const X509 *data,const EVP_MD *type,
if (X509_digest(cert, EVP_sha256(), d, &dlen) != 1)
if(!X509_digest(cert, EVP_sha256(), fingerprint, &fingerprint_len)) {