Home
last modified time | relevance | path

Searched refs:targetNid (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/security/certificate_framework/frameworks/adapter/v2.0/src/
H A Dcf_adapter_extension_openssl.c357 static int32_t FoundExtMatchedNid(const X509_EXTENSIONS *exts, int targetNid, X509_EXTENSION **foun… in FoundExtMatchedNid() argument
378 if (targetNid == nid) { in FoundExtMatchedNid()
470 int targetNid; in CfOpensslGetEntry() local
471 ret = GetTargetNid(oid, &targetNid); in CfOpensslGetEntry()
472 if ((ret != CF_SUCCESS) || (targetNid == NID_undef)) { in CfOpensslGetEntry()
480 ret = FoundExtMatchedNid(exts, targetNid, &found); in CfOpensslGetEntry()