Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Dvalue_object_test.cpp108 BigInteger bigInt = obj; variable
/ohos5.0/base/security/crypto_framework/frameworks/key/
H A Decc_key_util.c54 static bool IsBigIntegerValid(const HcfBigInteger *bigInt) in IsBigIntegerValid()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_shared_result_set.cpp284 ValueObject::BigInt bigInt; in GetCustomerValue() local
/ohos5.0/base/security/crypto_framework/plugin/openssl_plugin/key/asy_key_generator/src/
H A Decc_common_param_spec_generator_openssl.c330 static void FreeHcfBigInteger(HcfBigInteger *bigInt) in FreeHcfBigInteger()
/ohos5.0/base/security/huks/frameworks/huks_standard/main/crypto_engine/openssl/src/
H A Dhks_openssl_ed25519tox25519.c77 static void FreeBigInt(BIGNUM **bigInt) in FreeBigInt()
/ohos5.0/base/security/crypto_framework/frameworks/js/napi/crypto/src/
H A Dnapi_utils.cpp258 bool GetBigIntFromNapiValue(napi_env env, napi_value arg, HcfBigInteger *bigInt) in GetBigIntFromNapiValue()
1638 napi_value bigInt = nullptr; in ConvertBigIntToNapiValue() local