Searched refs:Sha1 (Results 1 – 11 of 11) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deSha1.cpp | 29 Sha1 Sha1::parse (const std::string& str) in parse() 36 return Sha1(hash); in parse() 39 Sha1 Sha1::compute (size_t size, const void* data) in compute() 44 return Sha1(hash); in compute() 57 Sha1 Sha1Stream::finalize (void) in finalize() 62 return Sha1(hash); in finalize()
|
D | deSha1.hpp | 36 class Sha1 class 39 Sha1 (const deSha1& hash) : m_hash(hash) {} in Sha1() function in de::Sha1 41 static Sha1 parse (const std::string& str); 42 static Sha1 compute (size_t size, const void* data); 44 …bool operator== (const Sha1& other) const { return deSha1_equal(&m_hash, &other.m_hash) == DE_TRU… in operator ==() 45 bool operator!= (const Sha1& other) const { return !(*this == other); } in operator !=() 56 Sha1 finalize (void);
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
D | sha.rs | 112 pub struct Sha1(ffi::SHA_CTX); 114 impl Default for Sha1 { 116 fn default() -> Sha1 { 117 Sha1::new() 121 impl Sha1 { impl 125 pub fn new() -> Sha1 { 129 Sha1(ctx.assume_init()) 359 let mut hasher = Sha1::new(); in struct_1() 370 let mut hasher = Sha1::new(); in cloning_allows_incremental_hashing()
|
/third_party/json/tests/thirdparty/Fuzzer/ |
D | FuzzerCorpus.h | 28 uint8_t Sha1[kSHA1NumBytes]; // Checksum. member 76 memcpy(II.Sha1, Hash, kSHA1NumBytes); 102 Sha1ToString(II.Sha1).c_str(), II.U.size(), in PrintStats() 122 RemoveFile(DirPlusFile(OutputCorpus, Sha1ToString(II.Sha1))); in DeleteInput()
|
D | FuzzerSHA1.h | 27 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]);
|
D | FuzzerSHA1.cpp | 209 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]) { in Sha1ToString() 212 SS << std::hex << std::setfill('0') << std::setw(2) << (unsigned)Sha1[i]; in Sha1ToString()
|
D | FuzzerLoop.cpp | 710 memcpy(BaseSha1, II.Sha1, sizeof(BaseSha1)); in MutateAndTestOne()
|
/third_party/elfutils/tests/debuginfod-debs/ |
D | hithere_1.0-1.dsc | 11 Checksums-Sha1:
|
/third_party/lzma/C/ |
D | 7zip_gcc_c.mak | 226 $O/Sha1.o: ../../../C/Sha1.c
|
/third_party/lzma/CPP/7zip/ |
D | 7zip_gcc.mak | 1116 $O/Sha1.o: ../../../../C/Sha1.c
|
/third_party/rust/crates/rust-openssl/openssl/ |
D | CHANGELOG.md | 391 * Added `Clone` implementations for `Sha1`, `Sha224`, `Sha256`, `Sha384`, and `Sha512`.
|