Home
last modified time | relevance | path

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

/ohos5.0/base/security/certificate_framework/frameworks/js/napi/certificate/src/
H A Dnapi_x509_certificate.cpp46 napi_ref pubKeyParamsRef = nullptr; member
91 if (context->pubKeyParamsRef != nullptr) { in FreeCryptoFwkCtx()
92 napi_delete_reference(env, context->pubKeyParamsRef); in FreeCryptoFwkCtx()
93 context->pubKeyParamsRef = nullptr; in FreeCryptoFwkCtx()
241 if (napi_create_reference(env, argv[PARAM0], 1, &context->pubKeyParamsRef) != napi_ok) { in Verify()
H A Dnapi_x509_crl.cpp48 napi_ref pubKeyParamsRef = nullptr; member
86 if (context->pubKeyParamsRef != nullptr) { in FreeCryptoFwkCtx()
87 napi_delete_reference(env, context->pubKeyParamsRef); in FreeCryptoFwkCtx()
88 context->pubKeyParamsRef = nullptr; in FreeCryptoFwkCtx()
399 if (napi_create_reference(env, argv[PARAM0], 1, &context->pubKeyParamsRef) != napi_ok) { in Verify()