/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/include/ |
H A D | sha256.h | 30 FILLP_UINT32 hash[8]; member
|
/ohos5.0/foundation/distributedhardware/distributed_input/common/include/ |
H A D | white_list_util.cpp | 239 WhiteListItemHash hash; in GetCombKeysHash() local 247 void WhiteListUtil::GetAllComb(TYPE_COMBINATION_KEY_VEC vecs, WhiteListItemHash hash, in GetAllComb() 300 std::string hash = ""; in GetBusinessEventHash() local 326 std::string hash = GetBusinessEventHash(event); in IsNeedFilterOut() local
|
H A D | white_list_util.h | 35 std::string hash; member
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_m_adapter/ |
H A D | hks_hash_test.c | 84 struct HksBlob *hash = NULL; in LITE_TEST_CASE() local
|
/ohos5.0/base/update/updater/services/package/pkg_verify/ |
H A D | pkg_verify_util.cpp | 82 std::vector<uint8_t> hash; in VerifySign() local 113 std::vector<uint8_t> hash; in VerifyPackageSign() local 189 const std::vector<uint8_t> &hash, const std::string &path) const in HashCheck() argument
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/sysinfo/src/ |
H A D | hks_get_udid.c | 34 static int32_t ComputeHash(const char *data, uint32_t len, struct HksBlob *hash) in ComputeHash()
|
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/ |
H A D | post_proc_slr.h | 46 uint32_t hash = 0; in HashKey() local 54 uint32_t mix(uint32_t hash, uint32_t data) in mix()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/dfx/ |
H A D | softbus_adapter_hiview.cpp | 64 …std::string hash = HiView::GenTruncatedHash(input, HiView::ALGORITHM_SHA_256, HiView::DEFAULT_TRUN… in SoftBusGenHiviewHash() local
|
/ohos5.0/base/security/huks/test/unittest/huks_lite_test/liteos_a_adapter/ |
H A D | hks_hash_test.cpp | 80 struct HksBlob *hash = NULL; variable
|
/ohos5.0/base/security/huks/test/unittest/huks_standard_test/interface_inner_test/sdk_test/src/ |
H A D | hks_hash_test.cpp | 78 struct HksBlob *hash = NULL; variable
|
/ohos5.0/base/security/huks/test/fuzz_test/innerapi_fuzzer/hkshash_fuzzer/ |
H A D | hkshash_fuzzer.cpp | 43 struct HksBlob hash = { hashBuf.size(), hashBuf.data() }; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_common_utils_test/src/ |
H A D | medialibrary_common_utils_test.cpp | 79 unsigned char hash[64] = ""; variable 88 unsigned char hash[64] = ""; variable
|
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/standard/ |
H A D | crypto_hash_to_point.c | 158 static int32_t CurveHashToPointCalcB(const struct HksBlob *hash, in CurveHashToPointCalcB() 329 static int32_t CurveHashToPoint(const struct HksBlob *hash, struct HksBlob *point) in CurveHashToPoint() 393 int32_t OpensslHashToPoint(const struct HksBlob *hash, struct HksBlob *point) in OpensslHashToPoint()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/nodecontext/ |
H A D | node_context_pso_manager.cpp | 35 uint64_t BASE_NS::hash(const RENDER_NS::ShaderSpecializationConstantDataView& specialization) in hash() function in BASE_NS 73 uint64_t hash = 0; in HashGraphicsShader() local 192 const uint64_t hash = HashComputeShader(shaderHandle, shaderSpecialization); in GetComputePsoHandle() local 268 …const uint64_t hash = HashGraphicsShader(shader, graphicsState, dynamicStates, shaderSpecializatio… in GetGraphicsPsoHandleImpl() local 413 const uint64_t hash = in GetGraphicsPso() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/ |
H A D | array_view.h | 157 inline uint64_t hash(const array_view<T>& view) in hash() function
|
/ohos5.0/base/hiviewdfx/hitrace/test/unittest/common/native/ |
H A D | hitracechaincpp_test.cpp | 47 uint64_t hash = 0; in HashFunc() local 66 uint64_t hash = HashFunc(hashData, HASH_DATA_LENGTH * sizeof(uint64_t)); in GenerateChainId() local 81 uint64_t hash = HashFunc(hashData, HASH_DATA_LENGTH * sizeof(uint64_t)); in GenerateSpanId() local 95 uint64_t hash = HashFunc(hashData, HASH_DATA_LENGTH * sizeof(uint64_t)); in GenerateParentSpanId() local
|
H A D | hitracechainc_test.cpp | 76 uint64_t hash = 0; in HashFunc() local 95 uint64_t hash = HashFunc(hashData, HASH_DATA_LENGTH * sizeof(uint64_t)); in GenerateChainId() local 109 uint64_t hash = HashFunc(hashData, HASH_DATA_LENGTH * sizeof(uint64_t)); in GenerateSpanId() local 123 uint64_t hash = HashFunc(hashData, HASH_DATA_LENGTH * sizeof(uint64_t)); in GenerateParentSpanId() local
|
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/crypto/ |
H A D | dm_crypto.cpp | 97 unsigned char hash[SHA256_DIGEST_LENGTH * HEX_TO_UINT8 + 1] = ""; in Sha256() local 115 unsigned char hash[SHA256_DIGEST_LENGTH] = ""; in GetUdidHash() local 167 unsigned char hash[SHA256_DIGEST_LENGTH] = ""; in GetGroupIdHash() local
|
/ohos5.0/foundation/ability/dmsfwk/services/dtbschedmgr/src/ |
H A D | continue_scene_session_handler.cpp | 44 … std::size_t hash = std::hash<std::string>()(bundleName + abilityName + std::to_string(timeStamp)); in UpdateContinueSessionId() local
|
/ohos5.0/base/hiviewdfx/hiview/utility/common_utils/test/unittest/common/ |
H A D | utility_common_utils_test.cpp | 76 char hash[SHA256_DIGEST_LENGTH] = {0}; variable 101 char hash[SHA256_DIGEST_LENGTH] = {0}; variable
|
/ohos5.0/base/security/device_auth/deps_adapter/key_management_adapter/impl/src/common/ |
H A D | mbedtls_ec_adapter.c | 215 static int32_t CalTmpParab(mbedtls_mpi *tmpX, const mbedtls_mpi *modP, const uint8_t *hash, uint32_… in CalTmpParab() 270 static int32_t Elligator(unsigned char *point, int pointLength, const unsigned char *hash, int hash… in Elligator() 447 static int32_t EcHashToPoint(const Blob *hash, Blob *point) in EcHashToPoint() 487 int32_t MbedtlsHashToPoint(const Uint8Buff *hash, Uint8Buff *outEcPoint) in MbedtlsHashToPoint() 514 int32_t MbedtlsHashToPoint25519(const Uint8Buff *hash, Uint8Buff *outEcPoint) in MbedtlsHashToPoint25519()
|
/ohos5.0/foundation/communication/dsoftbus/adapter/common/mbedtls/ |
H A D | softbus_aes_encrypt_virtual.c | 20 …const EncryptKey *randomKey, const uint8_t *rootKey, uint32_t rootKeyLen, uint8_t *hash, uint32_t … in SoftBusGenerateHmacHash()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/utils/ |
H A D | crypto.cpp | 38 unsigned char hash[SHA256_DIGEST_LENGTH * 2 + 1] = ""; in Sha256() local
|
/ohos5.0/base/startup/init/services/modules/udid/ |
H A D | udid_adp.c | 35 unsigned char hash[HASH_LENGTH] = { 0 }; in GetSha256Value() local
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/util/ |
H A D | uid.h | 166 inline uint64_t hash(const Uid& value) in hash() function
|