Searched refs:subjectRoot (Results 1 – 1 of 1) sorted by relevance
393 X509_NAME *subjectRoot = X509_get_subject_name(rootCert); in GetTrustAnchor() local394 if (subjectRoot == NULL) { in GetTrustAnchor()404 … (X509_verify(rootCert, pubKey) != CF_OPENSSL_SUCCESS && X509_NAME_cmp(subjectName, subjectRoot)) { in GetTrustAnchor()