Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/js/napi/crypto/inc/
Dnapi_utils.h60 napi_value ConvertBigIntToNapiValue(napi_env env, HcfBigInteger *blob);
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_pub_key.cpp107 napi_value instance = ConvertBigIntToNapiValue(env, &returnBigInteger); in GetAsyKeySpecBigInt()
Dnapi_pri_key.cpp130 napi_value instance = ConvertBigIntToNapiValue(env, &returnBigInteger); in GetAsyKeySpecBigInt()
Dnapi_utils.cpp1184 napi_value ConvertBigIntToNapiValue(napi_env env, HcfBigInteger *blob) in ConvertBigIntToNapiValue() function