Searched refs:certB (Results 1 – 1 of 1) sorted by relevance
188 X509* certB = GetX509CertFromPemString(base64Cert); in CompareX509Cert() local189 if (certB == nullptr) { in CompareX509Cert()193 bool ret = (X509_cmp(certA, certB) == 0); in CompareX509Cert()194 X509_free(certB); in CompareX509Cert()