Home
last modified time | relevance | path

Searched defs:RIPEMD160 (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/digest/
H A Dripemd.d92 struct RIPEMD160 struct
108 // F, G, H, I and J are basic RIPEMD160 functions argument
111 uint F(uint x, uint y, uint z) { return x ^ y ^ z; } in F()
112 uint G(uint x, uint y, uint z) { return (x & y) | (~x & z); } in G()
113 uint H(uint x, uint y, uint z) { return (x | ~y) ^ z; } in H()
114 uint I(uint x, uint y, uint z) { return (x & z) | (y & ~z); } in I()
115 uint J(uint x, uint y, uint z) { return x ^ (y | ~z); } in J()
124 static void FF(ref uint a, uint b, ref uint c, uint d, uint e, uint x, uint s) in FF()
132 static void GG(ref uint a, uint b, ref uint c, uint d, uint e, uint x, uint s) in GG()
140 static void HH(ref uint a, uint b, ref uint c, uint d, uint e, uint x, uint s) in HH()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/digest/
H A Dripemd.d100 struct RIPEMD160 struct
115 // F, G, H, I and J are basic RIPEMD160 functions argument
118 uint F(uint x, uint y, uint z) { return x ^ y ^ z; } in F()
119 uint G(uint x, uint y, uint z) { return (x & y) | (~x & z); } in G()
120 uint H(uint x, uint y, uint z) { return (x | ~y) ^ z; } in H()
121 uint I(uint x, uint y, uint z) { return (x & z) | (y & ~z); } in I()
122 uint J(uint x, uint y, uint z) { return x ^ (y | ~z); } in J()
131 static void FF(ref uint a, uint b, ref uint c, uint d, uint e, uint x, uint s) in FF()
139 static void GG(ref uint a, uint b, ref uint c, uint d, uint e, uint x, uint s) in GG()
147 static void HH(ref uint a, uint b, ref uint c, uint d, uint e, uint x, uint s) in HH()
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ripemd/
H A Drmd_one.c21 unsigned char *RIPEMD160(const unsigned char *d, size_t n, unsigned char *md) in RIPEMD160() function
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ripemd/
H A Drmd_one.c15 unsigned char *RIPEMD160(const unsigned char *d, size_t n, unsigned char *md) in RIPEMD160() function