Searched refs:GetCommSpecNapiValue (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
H A D | napi_utils.cpp | 566 static napi_value GetCommSpecNapiValue(napi_env env, napi_value arg) in GetCommSpecNapiValue() function 639 napi_value commSpecValue = GetCommSpecNapiValue(env, arg); in GetDsaPubKeySpec() 671 napi_value commSpecValue = GetCommSpecNapiValue(env, arg); in GetDsaKeyPairAsyKeySpec() 891 napi_value commSpecValue = GetCommSpecNapiValue(env, arg); in GetEccPriKeySpec() 925 napi_value commSpecValue = GetCommSpecNapiValue(env, arg); in GetEccPubKeySpec() 958 napi_value commSpecValue = GetCommSpecNapiValue(env, arg); in GetEccKeyPairAsyKeySpec() 1055 napi_value commSpecValue = GetCommSpecNapiValue(env, arg); in GetRsaPubKeySpec() 1087 napi_value commSpecValue = GetCommSpecNapiValue(env, arg); in GetRsaKeyPairAsyKeySpec() 1341 napi_value commSpecValue = GetCommSpecNapiValue(env, arg); in GetDhPubKeySpec() 1373 napi_value commSpecValue = GetCommSpecNapiValue(env, arg); in GetDhPriKeySpec() [all …]
|