Home
last modified time | relevance | path

Searched defs:MD5 (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dmd.d96 struct MD5 struct
111 // F, G, H and I are basic MD5 functions argument
114 uint F(uint x, uint y, uint z) { return (x & y) | (~x & z); } in F()
115 uint G(uint x, uint y, uint z) { return (x & z) | (y & ~z); } in G()
116 uint H(uint x, uint y, uint z) { return x ^ y ^ z; } in H()
117 uint I(uint x, uint y, uint z) { return y ^ (x | ~z); } in I()
125 static void FF(ref uint a, uint b, uint c, uint d, uint x, uint s, uint ac) in FF()
133 static void GG(ref uint a, uint b, uint c, uint d, uint x, uint s, uint ac) in GG()
158 * MD5 basic transformation. Transforms state based on block. argument
163 {
[all …]
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dmd.d88 struct MD5 struct
104 // F, G, H and I are basic MD5 functions argument
107 uint F(uint x, uint y, uint z) { return (x & y) | (~x & z); } in F()
108 uint G(uint x, uint y, uint z) { return (x & z) | (y & ~z); } in G()
109 uint H(uint x, uint y, uint z) { return x ^ y ^ z; } in H()
110 uint I(uint x, uint y, uint z) { return y ^ (x | ~z); } in I()
118 static void FF(ref uint a, uint b, uint c, uint d, uint x, uint s, uint ac) in FF()
126 static void GG(ref uint a, uint b, uint c, uint d, uint x, uint s, uint ac) in GG()
151 * MD5 basic transformation. Transforms state based on block. argument
156 {
[all …]
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/md5/
H A Dmd5_one.c19 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) in MD5() function
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/md5/
H A Dmd5_one.c25 unsigned char *MD5(const unsigned char *d, size_t n, unsigned char *md) in MD5() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h216 llvm::MD5::MD5Result MD5 = {}; member
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/
H A Dcc1gen_reproducer_main.cpp33 std::string MD5; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/
H A DPDBTypes.h119 enum class PDB_Checksum { None = 0, MD5 = 1, SHA1 = 2, SHA256 = 3 }; enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp76 llvm::MD5 MD5; member in __anona4a975a40111::PGOHash
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DInstrProf.h950 MD5, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/
H A DMicrosoftDemangle.cpp779 StringView MD5(Start, MangledName.begin()); in demangleMD5Name() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h561 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 }; enumerator