Searched refs:targetNid (Results 1 – 1 of 1) sorted by relevance
357 static int32_t FoundExtMatchedNid(const X509_EXTENSIONS *exts, int targetNid, X509_EXTENSION **foun… in FoundExtMatchedNid() argument378 if (targetNid == nid) { in FoundExtMatchedNid()470 int targetNid; in CfOpensslGetEntry() local471 ret = GetTargetNid(oid, &targetNid); in CfOpensslGetEntry()472 if ((ret != CF_SUCCESS) || (targetNid == NID_undef)) { in CfOpensslGetEntry()480 ret = FoundExtMatchedNid(exts, targetNid, &found); in CfOpensslGetEntry()