Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
H A Dnapi_key_agreement.h36 static napi_value CreateJsKeyAgreement(napi_env env, napi_callback_info info);
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_key_agreement.cpp368 napi_value NapiKeyAgreement::CreateJsKeyAgreement(napi_env env, napi_callback_info info) in CreateJsKeyAgreement() function in OHOS::CryptoFramework::NapiKeyAgreement
446 DECLARE_NAPI_FUNCTION("createKeyAgreement", NapiKeyAgreement::CreateJsKeyAgreement), in DefineKeyAgreementJSClass()