Searched refs:MD5 (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm_syntax.c20 #define MD5 CTM_F_MD5 macro
36 MD5|After|Chunk, Count, Bytes,0 };
40 MD5|Before|Force, MD5|After|Chunk, Count, Bytes,0 };
44 MD5|Before, MD5|After, Count, Bytes,0 };
47 { Name|File|Subst, MD5|Before, 0 };
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DMD5.h5 * MD5 Message-Digest Algorithm (RFC 1321).
41 class MD5 { class in namespace:llvm
66 // Our MD5 implementation returns the result in little endian, so the low
82 MD5();
104 inline bool operator==(const MD5::MD5Result &LHS, const MD5::MD5Result &RHS) {
108 /// Helper to compute and return lower 64 bits of the given string's MD5 hash.
112 MD5 Hash;
114 MD5::MD5Result Result;
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dcheck-cracklib.pl36 use Digest::MD5;
65 my $md5context = new Digest::MD5;
/freebsd-11-stable/crypto/openssl/crypto/md5/
H A Dmd5.h70 # error MD5 is disabled.
113 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md);
H A Dmd5_one.c68 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp18 #include "llvm/Support/MD5.h"
39 MD5 Hasher;
54 MD5::MD5Result Hash;
57 MD5::stringifyResult(Hash, Result);
H A DSplitModule.cpp37 #include "llvm/Support/MD5.h"
118 // the MD5-based partitioning.
239 // Partition by MD5 hash. We only need a few bits for evenness as the number
242 MD5 H;
243 MD5::MD5Result R;
H A DModuleUtils.cpp254 MD5 Md5;
277 MD5::MD5Result R;
281 MD5::stringifyResult(R, Str);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DMD5.cpp5 * MD5 Message-Digest Algorithm (RFC 1321).
40 #include "llvm/Support/MD5.h"
50 // The basic MD5 functions.
60 // The MD5 transformation for all four rounds.
79 const uint8_t *MD5::body(ArrayRef<uint8_t> Data) {
186 MD5::MD5() = default;
189 void MD5::update(ArrayRef<uint8_t> Data) {
227 void MD5::update(StringRef Str) {
234 void MD5
[all...]
/freebsd-11-stable/tools/tools/commitsdb/
H A Dmake_commit_db10 use Digest::MD5 qw(md5_hex);
H A Dquery_commit_db11 use Digest::MD5 qw(md5_hex);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.h18 #include "llvm/Support/MD5.h"
103 MD5 Hash;
H A DDIEHash.cpp23 #include "llvm/Support/MD5.h"
393 MD5::MD5Result Result;
396 // ... take the least significant 8 bytes and return those. Our MD5
417 MD5::MD5Result Result;
420 // ... take the least significant 8 bytes and return those. Our MD5
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h20 #include "llvm/Support/MD5.h"
204 /// Memory buffers have MD5 instead of modification time. We don't
205 /// compute MD5 for on-disk files because we hope that modification time is
207 llvm::MD5::MD5Result MD5 = {}; member in struct:clang::PrecompiledPreamble::PreambleFileHash
216 LHS.MD5 == RHS.MD5;
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h24 #include "llvm/Support/MD5.h"
59 /// The MD5 checksum, if there is one. Non-owning pointer to data allocated
61 Optional<MD5::MD5Result> Checksum;
229 Optional<MD5::MD5Result> Checksum,
253 Optional<MD5::MD5Result> Checksum,
283 Optional<MD5::MD5Result> Checksum,
291 Optional<MD5::MD5Result> Checksum, uint16_t DwarfVersion,
315 Optional<MD5::MD5Result> Checksum,
320 Optional<MD5::MD5Result> Checksum, Optional<StringRef> Source,
327 Optional<MD5
[all...]
H A DMCStreamer.h26 #include "llvm/Support/MD5.h"
819 Optional<MD5::MD5Result> Checksum = None,
834 Optional<MD5::MD5Result> Checksum = None, Optional<StringRef> Source = None,
839 Optional<MD5::MD5Result> Checksum,
/freebsd-11-stable/usr.sbin/fmtree/
H A Dmisc.c63 #ifdef MD5
H A Dcompare.c46 #ifdef MD5
247 #ifdef MD5
264 #endif /* MD5 */
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DIssueHash.cpp19 #include "llvm/Support/MD5.h"
171 llvm::MD5 Hash;
172 llvm::MD5::MD5Result MD5Res;
177 llvm::MD5::stringifyResult(MD5Res, Res);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCloneDetection.cpp17 #include "llvm/Support/MD5.h"
224 static size_t createHash(llvm::MD5 &Hash) {
228 llvm::MD5::MD5Result HashResult;
251 llvm::MD5 Hash;
254 CloneTypeIIStmtDataCollector<llvm::MD5>(S, Context, Hash);
278 llvm::MD5 Hash;
288 llvm::MD5 SubHash = Hash;
/freebsd-11-stable/crypto/openssl/util/
H A Dx86asm.sh28 echo MD5
/freebsd-11-stable/contrib/bmake/
H A Dos.sh185 [ -x /usr/bin/md5sum ] && { MD5=/usr/bin/md5sum; export MD5; }
/freebsd-11-stable/contrib/llvm-project/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp32 std::string MD5; member in struct:__anon1081::UnsavedFileHash
55 IO.mapRequired("md5", Info.MD5);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp23 #include "llvm/Support/MD5.h"
75 llvm::MD5 MD5; member in class:__anon434::PGOHash
133 : Working(0), Count(0), HashVersion(HashVersion), MD5() {}
728 // Pass through MD5 if enough work has built up.
732 MD5.update(llvm::makeArrayRef((uint8_t *)&Swapped, sizeof(Swapped)));
742 // Use Working as the hash directly if we never used MD5.
751 MD5.update(Working);
753 // Finalize the MD5 and return the hash.
754 llvm::MD5
[all...]
/freebsd-11-stable/lib/clang/libllvmminimal/
H A DMakefile32 SRCS+= Support/MD5.cpp

Completed in 152 milliseconds

123