Searched defs:GG (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/gss_mechs/mech_krb5/crypto/md4/ |
H A D | md4.c | 75 #define GG(a, b, c, d, x, s) \ macro
|
/titanic_41/usr/src/common/crypto/md4/ |
H A D | md4.c | 90 #define GG(a, b, c, d, x, s) { \ macro
|
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/crypto/ |
H A D | md5.c | 85 #define GG(a, b, c, d, x, s, ac) \ macro
|
/titanic_41/usr/src/common/crypto/md5/ |
H A D | md5.c | 92 #define GG(a, b, c, d, x, s, ac) { \ macro
|
/titanic_41/usr/src/lib/libsum/common/ |
H A D | sum-md5.c | 182 #define GG(a, b, c, d, x, s, ac) { \ macro
|
/titanic_41/usr/src/lib/libsasl/lib/ |
H A D | md5.c | 113 #define GG(a, b, c, d, x, s, ac) { (a) += G ((b), (c), (d)) + (x) + (UINT4)(ac); (a) … macro
|