Home
last modified time | relevance | path

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

/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_utils.cpp1273 static bool InitDhCommonAsyKeySpec(napi_env env, napi_value arg, HcfDhCommParamsSpec *spec) in InitDhCommonAsyKeySpec() function
1323 if (!InitDhCommonAsyKeySpec(env, arg, spec)) { in GetDhCommonAsyKeySpec()
1347 … if (!InitDhCommonAsyKeySpec(env, commSpecValue, reinterpret_cast<HcfDhCommParamsSpec *>(spec))) { in GetDhPubKeySpec()
1379 … if (!InitDhCommonAsyKeySpec(env, commSpecValue, reinterpret_cast<HcfDhCommParamsSpec *>(spec))) { in GetDhPriKeySpec()
1411 … if (!InitDhCommonAsyKeySpec(env, commSpecValue, reinterpret_cast<HcfDhCommParamsSpec *>(spec))) { in GetDhKeyPairAsyKeySpec()