Home
last modified time | relevance | path

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

/ohos5.0/drivers/peripheral/usb/ddk_service/src/
H A Dusb_ddk_hash.cpp29 int32_t UsbDdkHash(const InterfaceInfo &info, uint64_t &hashVal) in UsbDdkHash()
42 int32_t UsbDdkUnHash(uint64_t hashVal, uint64_t &addr) in UsbDdkUnHash()
53 void UsbDdkDelHashRecord(uint64_t hashVal) in UsbDdkDelHashRecord()
59 bool UsbDdkGetRecordByVal(const InterfaceInfo &info, uint64_t &hashVal) in UsbDdkGetRecordByVal()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/fillp/src/fillp_lib/src/
H A Dsha256.c213 void FillpSha256Fin(FillpSha256Ctx ctx[1], FILLP_UINT8 hashVal[], FILLP_UINT32 hashValLen) in FillpSha256Fin()
/ohos5.0/base/update/updater/services/package/pkg_package/
H A Dpkg_upgradefile.cpp977 std::vector<uint8_t> hashVal; in Verify() local
/ohos5.0/base/security/device_auth/test/unittest/deviceauth/source/
H A Ddeviceauth_interface_test.cpp607 uint8_t hashVal[64] = { 0 }; variable