Home
last modified time | relevance | path

Searched refs:ComputeHash (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/security/huks/frameworks/huks_standard/main/os_dependency/sysinfo/src/
H A Dhks_get_udid.c34 static int32_t ComputeHash(const char *data, uint32_t len, struct HksBlob *hash) in ComputeHash() function
54 ret = ComputeHash(devUdidString, sizeof(devUdidString), &hashData); in HksGetHardwareUdid()
/ohos5.0/base/account/os_account/frameworks/appaccount/native/src/
H A Dapp_account_info.cpp57 static void ComputeHash(const std::string &input, std::string &output) in ComputeHash() function
317 ComputeHash(credentialType, credentialTypeAlias); in SetAccountCredential()
383 ComputeHash(authType, authTypeAlias); in SetOAuthToken()
659 ComputeHash(GetPrimeKey(), alias_); in GetAlias()