Home
last modified time | relevance | path

Searched refs:DoHash (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/account/src/
H A Daccount_delegate_impl.h52 std::string DoHash(const void *data, size_t size, bool isUpper) const;
H A Daccount_delegate_impl.cpp122 std::string AccountDelegateImpl::DoHash(const void *data, size_t size, bool isUpper) const in DoHash() function in OHOS::DistributedKv::AccountDelegateImpl
H A Daccount_delegate_normal_impl.cpp193 return DoHash(static_cast<void *>(&plainVal), sizeof(plainVal), true); in Sha256AccountId()