Home
last modified time | relevance | path

Searched defs:bigInt (Results 1 – 2 of 2) sorted by relevance

/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
Dhks_openssl_ed25519tox25519.c77 static void FreeBigInt(BIGNUM **bigInt) in FreeBigInt()
/base/security/crypto_framework/frameworks/js/napi/crypto/src/
Dnapi_utils.cpp225 bool GetBigIntFromNapiValue(napi_env env, napi_value arg, HcfBigInteger *bigInt) in GetBigIntFromNapiValue()
1568 napi_value bigInt = nullptr; in ConvertBigIntToNapiValue() local