Home
last modified time | relevance | path

Searched defs:freeCertFlag (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_cert_chain_validate_result.cpp63 void FreeX509CertChainValidateResult(HcfX509CertChainValidateResult &param, bool freeCertFlag) in FreeX509CertChainValidateResult()
H A Dnapi_x509_trust_anchor.cpp177 void FreeX509TrustAnchorObj(HcfX509TrustAnchor *&trustAnchor, bool freeCertFlag) in FreeX509TrustAnchorObj()
H A Dnapi_x509_cert_chain_validate_params.cpp450 void FreeTrustAnchorArray(HcfX509TrustAnchorArray *trustAnchorArray, bool freeCertFlag) in FreeTrustAnchorArray()
H A Dnapi_x509_cert_chain.cpp97 static void DeleteCertChainContext(napi_env env, CfCtx *&context, bool freeCertFlag = false) in DeleteCertChainContext()