Searched defs:bigInt (Results 1 – 4 of 4) sorted by relevance
54 static bool IsBigIntegerValid(const HcfBigInteger *bigInt) in IsBigIntegerValid()
331 static void FreeHcfBigInteger(HcfBigInteger *bigInt) in FreeHcfBigInteger()
77 static void FreeBigInt(BIGNUM **bigInt) in FreeBigInt()
258 bool GetBigIntFromNapiValue(napi_env env, napi_value arg, HcfBigInteger *bigInt) in GetBigIntFromNapiValue()1638 napi_value bigInt = nullptr; in ConvertBigIntToNapiValue() local