Searched refs:pubKeyParamsRef (Results 1 – 2 of 2) sorted by relevance
46 napi_ref pubKeyParamsRef = nullptr; member91 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()
48 napi_ref pubKeyParamsRef = nullptr; member86 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()