Home
last modified time | relevance | path

Searched defs:Hashing (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/aosp_15_r20/system/incremental_delivery/incfs/tests/include/
H A DIncFsTestBase.h98 struct __attribute__((packed)) Hashing { in makeFileWithHash() struct
99 uint32_t algo = INCFS_HASH_TREE_SHA256; in makeFileWithHash()
100 uint8_t log2Blocksize = 12; in makeFileWithHash()
101 uint32_t saltSize = 0; in makeFileWithHash()
102 uint32_t rootHashSize = INCFS_MAX_HASH_SIZE; in makeFileWithHash()
103 char rootHash[INCFS_MAX_HASH_SIZE] = {}; in makeFileWithHash()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DHashing.java32 final class Hashing { class
33 private Hashing() {} in Hashing() method in Hashing
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DHashing.java32 final class Hashing { class
33 private Hashing() {} in Hashing() method in Hashing
/aosp_15_r20/external/pigweed/pw_tokenizer/
H A Dhash_test.cc51 TEST(Hashing, GeneratedCasesAtRuntime) { in TEST() argument
68 TEST(Hashing, Runtime) PW_NO_SANITIZE("unsigned-integer-overflow") { in TEST() argument
/aosp_15_r20/system/incremental_delivery/incfs/
H A Dincfs.cpp727 struct __attribute__((packed)) Hashing { in validateSignatureFormat() struct
728 int32_t size; in validateSignatureFormat()
729 int32_t algorithm; in validateSignatureFormat()
730 int8_t log2_blocksize; in validateSignatureFormat()
731 int32_t salt_size; in validateSignatureFormat()
732 int32_t raw_root_hash_size; in validateSignatureFormat()
/aosp_15_r20/external/guava/android/guava/src/com/google/common/hash/
H A DHashing.java46 public final class Hashing { class
750 private Hashing() {} in Hashing() method in Hashing
/aosp_15_r20/external/guava/guava/src/com/google/common/hash/
H A DHashing.java51 public final class Hashing { class
846 private Hashing() {} in Hashing() method in Hashing
/aosp_15_r20/external/okio/docs/
H A Dmultiplatform.md30 ### Hashing subsection in Multiplatform
/aosp_15_r20/external/coreboot/Documentation/vendorcode/eltan/
H A Dsecurity.md74 ### Hashing subsection
/aosp_15_r20/external/okio/samples/src/jvmMain/java/okio/samples/
H A DHashing.java30 public final class Hashing { class
/aosp_15_r20/external/federated-compute/fcp/base/
H A Drandom_token_test.cc43 TEST(RandomTokenTest, Hashing) { in TEST() argument
/aosp_15_r20/device/google/cuttlefish/host/commands/metrics/
Dutils.cc36 static std::string Hashing(const std::string& input) { in Hashing() function
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dstring.rst342 Hashing chapter
Dcmake_path.rst774 Hashing chapter
/aosp_15_r20/external/llvm/unittests/ADT/
H A DStringRefTest.cpp404 TEST(StringRefTest, Hashing) { in TEST() argument
/aosp_15_r20/external/starlark-go/doc/
H A Dspec.md1505 ### Hashing subsection
/aosp_15_r20/external/guice/lib/
HDguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
HDguava-21.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDguava-18.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
HDguava-22.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
HDguava-17.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-jre/linux_glibc_common/javac/
Dguava-jre.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava-jre/linux_glibc_common/local-javac-header/
Dguava-jre.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/google/guava/guava/32.1.1-jre/
HDguava-32.1.1-jre.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE META-INF ...
/aosp_15_r20/out/soong/.intermediates/external/guava/guava/linux_glibc_common/javac-header/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...

12345678910>>...14