Searched refs:smb2_sess_setup_rsp (Results 1 – 4 of 4) sorted by relevance
323 ((struct smb2_sess_setup_rsp *)shdr)->SecurityBufferOffset); in smb2_get_data_area_len()325 ((struct smb2_sess_setup_rsp *)shdr)->SecurityBufferLength); in smb2_get_data_area_len()
1381 struct smb2_sess_setup_rsp *rsp = NULL; in SMB2_auth_kerberos()1428 rsp = (struct smb2_sess_setup_rsp *)sess_data->iov[0].iov_base; in SMB2_auth_kerberos()1462 struct smb2_sess_setup_rsp *rsp = NULL; in SMB2_sess_auth_rawntlmssp_negotiate()1498 rsp = (struct smb2_sess_setup_rsp *)sess_data->iov[0].iov_base; in SMB2_sess_auth_rawntlmssp_negotiate()1508 if (offsetof(struct smb2_sess_setup_rsp, Buffer) != in SMB2_sess_auth_rawntlmssp_negotiate()1549 struct smb2_sess_setup_rsp *rsp = NULL; in SMB2_sess_auth_rawntlmssp_authenticate()1581 rsp = (struct smb2_sess_setup_rsp *)sess_data->iov[0].iov_base; in SMB2_sess_auth_rawntlmssp_authenticate()
575 struct smb2_sess_setup_rsp { struct
1298 struct smb2_sess_setup_rsp *rsp = smb2_get_msg(work->response_buf); in ntlm_negotiate()1407 struct smb2_sess_setup_rsp *rsp = smb2_get_msg(work->response_buf); in ntlm_authenticate()1542 struct smb2_sess_setup_rsp *rsp = smb2_get_msg(work->response_buf); in krb5_authenticate()1630 struct smb2_sess_setup_rsp *rsp = smb2_get_msg(work->response_buf); in smb2_sess_setup()
Completed in 30 milliseconds