Home
last modified time | relevance | path

Searched defs:expectedHash (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/widget/
H A DLockscreenCredentialTest.java185 String expectedHash = "BCFB17409F2CD0A00D8627F76D080FB547B0B6A30CB7A375A34720D2312EDAC7"; in testPasswordToHistoryHash() local
228 String expectedHash = in testLegacyPasswordToHash() local
/aosp12/packages/modules/Virtualization/authfs/tests/java/src/com/android/fs/
H A DAuthFsHostTest.java184 String expectedHash = computeFileHashInGuest(srcPath); in testWriteThroughCorrectly() local
253 String authFsPath, String backendPath, String expectedHash) in expectBackingFileConsistency()
/aosp12/frameworks/native/cmds/installd/binder/android/os/
H A DIInstalld.aidl98 void assertFsverityRootHashMatches(@utf8InCpp String filePath, in byte[] expectedHash); in assertFsverityRootHashMatches()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/
H A DInstaller.java695 public void assertFsverityRootHashMatches(String filePath, @NonNull byte[] expectedHash) in assertFsverityRootHashMatches()
/aosp12/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp2789 const std::vector<uint8_t>& expectedHash) { in assertFsverityRootHashMatches()