Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_cert_crl_collection.cpp41 struct CfCertCRLColCtx { struct
60 static void FreeCryptoFwkCtx(napi_env env, CfCertCRLColCtx *&context) in FreeCryptoFwkCtx()
127 static void ReturnResult(napi_env env, CfCertCRLColCtx *context, napi_value result) in ReturnResult()
200 CfCertCRLColCtx *context = static_cast<CfCertCRLColCtx *>(data); in SelectCertsExecute()
213 CfCertCRLColCtx *context = static_cast<CfCertCRLColCtx *>(data); in SelectCertsComplete()
246 static bool GetCertMatchParams(napi_env env, napi_value arg, CfCertCRLColCtx *context) in GetCertMatchParams()
277 CfCertCRLColCtx *context = static_cast<CfCertCRLColCtx *>(CfMalloc(sizeof(CfCertCRLColCtx), 0)); in SelectCerts()
340 CfCertCRLColCtx *context = static_cast<CfCertCRLColCtx *>(data); in SelectCRLExecute()
353 CfCertCRLColCtx *context = static_cast<CfCertCRLColCtx *>(data); in SelectCRLComplete()
368 static bool GetCrlMatchParam(napi_env env, napi_value arg, CfCertCRLColCtx *context) in GetCrlMatchParam()
[all …]