Searched refs:Sha1 (Results 1 - 9 of 9) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A 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()
|
H A 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_TRUE; } 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/ |
H A D | sha.rs | 112 pub struct Sha1(ffi::SHA_CTX); structure names 114 impl Default for Sha1 { 116 fn default() -> Sha1 { in default() 117 Sha1::new() in default() 121 impl Sha1 { impls 125 pub fn new() -> Sha1 { in new() 129 Sha1(ctx.assume_init()) in new() 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/ |
H A D | FuzzerCorpus.h | 28 uint8_t Sha1[kSHA1NumBytes]; // Checksum. member 76 memcpy(II.Sha1, Hash, kSHA1NumBytes); in AddToCorpus() 102 Sha1ToString(II.Sha1).c_str(), II.U.size(), 122 RemoveFile(DirPlusFile(OutputCorpus, Sha1ToString(II.Sha1)));
|
H A D | FuzzerSHA1.h | 27 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]);
|
H A D | FuzzerSHA1.cpp | 209 std::string Sha1ToString(const uint8_t Sha1[kSHA1NumBytes]) { in Sha1ToString() argument 212 SS << std::hex << std::setfill('0') << std::setw(2) << (unsigned)Sha1[i]; in Sha1ToString()
|
H A D | FuzzerLoop.cpp | 710 memcpy(BaseSha1, II.Sha1, sizeof(BaseSha1)); in MutateAndTestOne()
|
/third_party/lzma/C/ |
H A D | 7zip_gcc_c.mak | 268 $O/Sha1.o: ../../../C/Sha1.c
|
/third_party/lzma/CPP/7zip/ |
H A D | 7zip_gcc.mak | 1174 $O/Sha1.o: ../../../../C/Sha1.c
|
Completed in 6 milliseconds