Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_key_agreement.h35 static napi_value KeyAgreementConstructor(napi_env env, napi_callback_info info);
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_key_agreement.cpp361 napi_value NapiKeyAgreement::KeyAgreementConstructor(napi_env env, napi_callback_info info) in KeyAgreementConstructor() function in OHOS::CryptoFramework::NapiKeyAgreement
456 …ne_class(env, "KeyAgreement", NAPI_AUTO_LENGTH, NapiKeyAgreement::KeyAgreementConstructor, nullptr, in DefineKeyAgreementJSClass()