Searched refs:NapiDHKeyUtil (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_dh_key_util.cpp | 29 NapiDHKeyUtil::NapiDHKeyUtil() {} in NapiDHKeyUtil() function in OHOS::CryptoFramework::NapiDHKeyUtil 31 NapiDHKeyUtil::~NapiDHKeyUtil() {} in ~NapiDHKeyUtil() 33 napi_value NapiDHKeyUtil::JsGenDHCommonParamsSpec(napi_env env, napi_callback_info info) in JsGenDHCommonParamsSpec() 73 napi_value NapiDHKeyUtil::DHKeyUtilConstructor(napi_env env, napi_callback_info info) in DHKeyUtilConstructor() 82 napi_value NapiDHKeyUtil::GenDHCommonParamSpec(napi_env env) in GenDHCommonParamSpec() 86 … DECLARE_NAPI_STATIC_FUNCTION("genDHCommonParamsSpec", NapiDHKeyUtil::JsGenDHCommonParamsSpec), in GenDHCommonParamSpec() 88 …NAPI_CALL(env, napi_define_class(env, "DHKeyUtil", NAPI_AUTO_LENGTH, NapiDHKeyUtil::DHKeyUtilConst… in GenDHCommonParamSpec() 93 void NapiDHKeyUtil::DefineNapiDHKeyUtilJSClass(napi_env env, napi_value exports) in DefineNapiDHKeyUtilJSClass() 95 napi_set_named_property(env, exports, "DHKeyUtil", NapiDHKeyUtil::GenDHCommonParamSpec(env)); in DefineNapiDHKeyUtilJSClass()
|
H A D | napi_init.cpp | 234 NapiDHKeyUtil::DefineNapiDHKeyUtilJSClass(env, exports); in ModuleExport()
|
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/inc/ |
H A D | napi_dh_key_util.h | 27 class NapiDHKeyUtil { 29 explicit NapiDHKeyUtil(); 30 ~NapiDHKeyUtil();
|