/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/ |
H A D | md.d | 96 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 D | md.d | 88 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 D | md5_one.c | 19 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 D | md5_one.c | 25 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 D | PrecompiledPreamble.h | 216 llvm::MD5::MD5Result MD5 = {}; member
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/driver/ |
H A D | cc1gen_reproducer_main.cpp | 33 std::string MD5; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 119 enum class PDB_Checksum { None = 0, MD5 = 1, SHA1 = 2, SHA256 = 3 }; enumerator
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 76 llvm::MD5 MD5; member in __anona4a975a40111::PGOHash
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 950 MD5, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 779 StringView MD5(Start, MangledName.begin()); in demangleMD5Name() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 561 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 }; enumerator
|