Searched refs:CIFS_AUTH_RESP_SIZE (Results 1 – 4 of 4) sorted by relevance
665 char lnm_session_key[CIFS_AUTH_RESP_SIZE]; in sess_auth_lanman()683 pSMB->old_req.PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_lanman()694 memcpy(bcc_ptr, (char *)lnm_session_key, CIFS_AUTH_RESP_SIZE); in sess_auth_lanman()695 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_lanman()786 cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()788 cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()800 CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()801 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_ntlm()803 CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()804 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_ntlm()
268 unsigned int temp_len = CIFS_SESS_KEY_SIZE + CIFS_AUTH_RESP_SIZE; in setup_ntlm_response()
3771 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in CIFSTCon()3796 bcc_ptr += CIFS_AUTH_RESP_SIZE; in CIFSTCon()
138 #define CIFS_AUTH_RESP_SIZE (24) macro