Searched refs:challenges (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_auth.c | 48 uchar_t challenges[2 * NTLM_CHAL_SZ]; in smb_auth_ntlm2_mkchallenge() local 54 (void) memcpy(challenges, srv_chal, NTLM_CHAL_SZ); in smb_auth_ntlm2_mkchallenge() 55 (void) memcpy(challenges + NTLM_CHAL_SZ, clnt_chal, NTLM_CHAL_SZ); in smb_auth_ntlm2_mkchallenge() 61 MD5Update(&context, challenges, sizeof (challenges)); in smb_auth_ntlm2_mkchallenge() 74 uchar_t challenges[2 * NTLM_CHAL_SZ]; in smb_auth_ntlm2_kxkey() local 79 (void) memcpy(challenges, srv_chal, NTLM_CHAL_SZ); in smb_auth_ntlm2_kxkey() 80 (void) memcpy(challenges + NTLM_CHAL_SZ, clnt_chal, NTLM_CHAL_SZ); in smb_auth_ntlm2_kxkey() 84 (void) SMBAUTH_HMACT64(challenges, sizeof (challenges), in smb_auth_ntlm2_kxkey()
|
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | ntlm.c | 251 uchar_t challenges[2 * NTLM_CHAL_SZ]; in ntlm_put_v1x_responses() local 267 memcpy(challenges, ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlm_put_v1x_responses() 268 memcpy(challenges + NTLM_CHAL_SZ, ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlm_put_v1x_responses() 274 MD5Update(&context, challenges, sizeof (challenges)); in ntlm_put_v1x_responses()
|
/titanic_50/usr/src/cmd/ssh/doc/ |
H A D | WARNING.RNG | 8 cryptographic challenges. If the random numbers that it uses are
|