Searched refs:GetBigIntFromNapiValue (Results 1 – 1 of 1) sorted by relevance
| /base/security/crypto_framework/frameworks/js/napi/crypto/src/ |
| D | napi_utils.cpp | 192 bool GetBigIntFromNapiValue(napi_env env, napi_value arg, HcfBigInteger *bigInt) in GetBigIntFromNapiValue() function 250 bool ret = GetBigIntFromNapiValue(env, dataX, &point->x); in GetPointFromNapiValue() 255 ret = GetBigIntFromNapiValue(env, dataY, &point->y); in GetPointFromNapiValue() 526 bool ret = GetBigIntFromNapiValue(env, p, &spec->p); in InitDsaCommonAsyKeySpec() 532 ret = GetBigIntFromNapiValue(env, q, &spec->q); in InitDsaCommonAsyKeySpec() 537 ret = GetBigIntFromNapiValue(env, g, &spec->g); in InitDsaCommonAsyKeySpec() 584 bool ret = GetBigIntFromNapiValue(env, pk, &spec->pk); in GetDsaPubKeySpec() 616 bool ret = GetBigIntFromNapiValue(env, pk, &spec->pk); in GetDsaKeyPairAsyKeySpec() 623 ret = GetBigIntFromNapiValue(env, sk, &spec->sk); in GetDsaKeyPairAsyKeySpec() 680 bool ret = GetBigIntFromNapiValue(env, p, &fp->p); in GetFpField() [all …]
|