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

/osnet-11/usr/src/lib/libsmb/common/
H A Dsmb_auth.c123 unsigned char S21[21]; local
130 bzero(&S21[SMBAUTH_HASH_SZ], 5);
131 bcopy(hash, S21, SMBAUTH_HASH_SZ);
134 rc = smb_auth_DES(lm_rsp, SMBAUTH_RESP_SZ, S21, 21, challenge, clen);
179 unsigned char S21[21]; local
181 bcopy(hash, S21, SMBAUTH_HASH_SZ);
182 bzero(&S21[SMBAUTH_HASH_SZ], 5);
184 S21, 21, challenge, clen) == SMBAUTH_FAILURE)
222 unsigned char S21[21]; local
228 bzero(S21, 2
[all...]
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_ntlm.c148 uchar_t S21[21]; local
155 bzero(&S21, sizeof (S21));
156 bcopy(hash, S21, NTLM_HASH_SZ);
160 S21, 21, chal, clen);
/osnet-11/usr/src/lib/libsasl/lib/
H A Dmd5.c58 #define S21 5 macro
236 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
240 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
244 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
248 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/osnet-11/usr/src/lib/gss_mechs/mech_dh/backend/crypto/
H A Dmd5.c228 #define S21 5 macro
232 GG (a, b, c, d, in[ 1], S21, 4129170786U); /* 17 */
236 GG (a, b, c, d, in[ 5], S21, 3593408605U); /* 21 */
240 GG (a, b, c, d, in[ 9], S21, 568446438U); /* 25 */
244 GG (a, b, c, d, in[13], S21, 2850285829U); /* 29 */
/osnet-11/usr/src/lib/libsum/common/
H A Dsum-md5.c153 #define S21 5 macro
228 GG (a, b, c, d, x[ 1], S21, 0xf61e2562); /* 17 */
232 GG (a, b, c, d, x[ 5], S21, 0xd62f105d); /* 21 */
236 GG (a, b, c, d, x[ 9], S21, 0x21e1cde6); /* 25 */
240 GG (a, b, c, d, x[13], S21, 0xa9e3e905); /* 29 */
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Digest/MD5/
H A DMD5.xs168 #define S21 5
309 GG (a, b, c, d, 1, S21, 0xf61e2562); /* 17 */
313 GG (a, b, c, d, 5, S21, 0xd62f105d); /* 21 */
317 GG (a, b, c, d, 9, S21, 0x21e1cde6); /* 25 */
321 GG (a, b, c, d, 13, S21, 0xa9e3e905); /* 29 */

Completed in 22 milliseconds