Searched refs:KeyAgreementConstructor (Results 1 – 2 of 2) sorted by relevance
35 static napi_value KeyAgreementConstructor(napi_env env, napi_callback_info info);
361 napi_value NapiKeyAgreement::KeyAgreementConstructor(napi_env env, napi_callback_info info) in KeyAgreementConstructor() function in OHOS::CryptoFramework::NapiKeyAgreement456 …ne_class(env, "KeyAgreement", NAPI_AUTO_LENGTH, NapiKeyAgreement::KeyAgreementConstructor, nullptr, in DefineKeyAgreementJSClass()