Home
last modified time | relevance | path

Searched refs:cfCertCRLCollectionRef (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.cpp47 napi_ref cfCertCRLCollectionRef = nullptr; member
74 if (context->cfCertCRLCollectionRef != nullptr) { in FreeCryptoFwkCtx()
75 napi_delete_reference(env, context->cfCertCRLCollectionRef); in FreeCryptoFwkCtx()
76 context->cfCertCRLCollectionRef = nullptr; in FreeCryptoFwkCtx()
290 if (napi_create_reference(env, thisVar, 1, &context->cfCertCRLCollectionRef) != napi_ok) { in SelectCerts()
415 if (napi_create_reference(env, thisVar, 1, &context->cfCertCRLCollectionRef) != napi_ok) { in SelectCRLs()