Searched refs:S11 (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/common/crypto/md4/
H A Dmd4.c48 #define S11 3 macro
199 FF(a, b, c, d, x[ 0], S11); /* 1 */
203 FF(a, b, c, d, x[ 4], S11); /* 5 */
207 FF(a, b, c, d, x[ 8], S11); /* 9 */
211 FF(a, b, c, d, x[12], S11); /* 13 */
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_os.h66 #ifdef S11
75 #endif /* S11 */
95 #if defined(S10) || defined(S11)
97 #endif /* S10 or S11 */
142 #ifdef S11
145 #else /* !S11 */
248 #endif /* S11 */
259 #ifdef S11
265 #else /* !S11 */
285 #endif /* S11 */
[all...]
/illumos-gate/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c206 #define S11 7 macro
210 FF (a, b, c, d, in[ 0], S11, 3614090360U); /* 1 */
214 FF (a, b, c, d, in[ 4], S11, 4118548399U); /* 5 */
218 FF (a, b, c, d, in[ 8], S11, 1770035416U); /* 9 */
222 FF (a, b, c, d, in[12], S11, 1804603682U); /* 13 */
/illumos-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c54 #define S11 7 macro
218 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
222 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
226 FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */
230 FF (a, b, c, d, x[12], S11, 0x6b901122); /* 13 */
/illumos-gate/usr/src/lib/libsum/common/
H A Dsum-md5.c149 #define S11 7 macro
210 FF (a, b, c, d, x[ 0], S11, 0xd76aa478); /* 1 */
214 FF (a, b, c, d, x[ 4], S11, 0xf57c0faf); /* 5 */
218 FF (a, b, c, d, x[ 8], S11, 0x698098d8); /* 9 */
222 FF (a, b, c, d, x[12], S11, 0x6b901122); /* 13 */
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_solaris.c122 #ifdef S11
124 #endif /* S11 */
456 #ifdef S11
458 #endif /* S11 */
5668 #ifdef S11
5717 #endif /* S11 */
5898 #ifdef S11
5932 #endif /* S11 */

Completed in 115 milliseconds