Searched refs:NTLM_CHAL_SZ (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_auth.c | 37 #define NTLM_CHAL_SZ SMBAUTH_CHAL_SZ /* challenge size */ macro 48 uchar_t challenges[2 * NTLM_CHAL_SZ]; in smb_auth_ntlm2_mkchallenge() 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() 67 (void) memcpy(result, digest, NTLM_CHAL_SZ); in smb_auth_ntlm2_mkchallenge() 74 uchar_t challenges[2 * NTLM_CHAL_SZ]; in smb_auth_ntlm2_kxkey() 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() 189 challenge, NTLM_CHAL_SZ)); in smb_auth_lm_response() 240 S21, 21, challenge, NTLM_CHAL_SZ) == SMBAUTH_FAILURE) in smb_auth_ntlm_response() [all …]
|
/titanic_50/usr/src/lib/libsmbfs/smb/ |
H A D | ntlm.c | 209 ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlm_put_v1_responses() 224 ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlm_put_v1_responses() 251 uchar_t challenges[2 * NTLM_CHAL_SZ]; in ntlm_put_v1x_responses() 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() 287 digest, NTLM_CHAL_SZ); in ntlm_put_v1x_responses() 297 memcpy(lmresp, ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlm_put_v1x_responses() 525 ctx->ct_clnonce, NTLM_CHAL_SZ); in ntlm_put_v2_responses() 528 mb_put_mem(lm_mbp, ctx->ct_clnonce, NTLM_CHAL_SZ, MB_MSYSTEM); in ntlm_put_v2_responses() 625 mb_put_mem(mbp, ctx->ct_clnonce, NTLM_CHAL_SZ, MB_MSYSTEM); in ntlm_build_target_info() [all …]
|
H A D | negprot.c | 376 if (bc < eklen || eklen < NTLM_CHAL_SZ) { in smb_negprot() 381 NTLM_CHAL_SZ, MB_MSYSTEM); in smb_negprot() 448 (void) smb_get_urandom(ctx->ct_clnonce, NTLM_CHAL_SZ); in smb_negprot()
|
H A D | ntlmssp.c | 337 (void) md_get_mem(in_mb, &hdr.h_challenge, NTLM_CHAL_SZ, MB_MSYSTEM); in ntlmssp_get_type2() 343 bcopy(&hdr.h_challenge, ctx->ct_srv_chal, NTLM_CHAL_SZ); in ntlmssp_get_type2()
|
/titanic_50/usr/src/lib/libsmbfs/netsmb/ |
H A D | smb_lib.h | 74 #define NTLM_CHAL_SZ 8 /* challenge size */ macro 121 uchar_t ct_clnonce[NTLM_CHAL_SZ]; 122 uchar_t ct_srv_chal[NTLM_CHAL_SZ];
|