Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_trust_anchor.cpp68 static bool GetNameConstraints(napi_env env, napi_value arg, CfBlob *&out) in GetNameConstraints() function
169 if (!GetNameConstraints(env, arg, trustAnchor->nameConstraints)) { in BuildX509TrustAnchorObj()
H A Dnapi_x509_cert_match_parameters.cpp241 static bool GetNameConstraints(napi_env env, napi_value arg, CfBlob *&out) in GetNameConstraints() function
356 if (!GetNameConstraints(env, arg, matchParams->nameConstraints)) { in BuildX509CertMatchParamsV2()