Searched refs:certB (Results 1 – 1 of 1) sorted by relevance
201 X509* certB = GetX509CertFromPemString(base64Cert); in CompareX509Cert() local202 if (certB == nullptr) { in CompareX509Cert()206 bool ret = (X509_cmp(certA, certB) == 0); in CompareX509Cert()207 X509_free(certB); in CompareX509Cert()