Home
last modified time | relevance | path

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

/base/security/crypto_framework/frameworks/key/
Decc_key_util.c54 static bool IsBigIntegerValid(const HcfBigInteger *bigInt) in IsBigIntegerValid()
/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
Decc_common_param_spec_generator_openssl.c331 static void FreeHcfBigInteger(HcfBigInteger *bigInt) in FreeHcfBigInteger()
/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.cpp258 bool GetBigIntFromNapiValue(napi_env env, napi_value arg, HcfBigInteger *bigInt) in GetBigIntFromNapiValue()
1638 napi_value bigInt = nullptr; in ConvertBigIntToNapiValue() local