Searched refs:CIFS_AUTH_RESP_SIZE (Results 1 – 4 of 4) sorted by relevance
978 char lnm_session_key[CIFS_AUTH_RESP_SIZE]; in sess_auth_lanman()995 pSMB->old_req.PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_lanman()1008 memcpy(bcc_ptr, (char *)lnm_session_key, CIFS_AUTH_RESP_SIZE); in sess_auth_lanman()1009 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_lanman()1100 cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()1102 cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()1114 CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()1115 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_ntlm()1117 CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()1118 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_ntlm()
269 unsigned int temp_len = CIFS_SESS_KEY_SIZE + CIFS_AUTH_RESP_SIZE; in setup_ntlm_response()
138 #define CIFS_AUTH_RESP_SIZE (24) macro
4870 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in CIFSTCon()4895 bcc_ptr += CIFS_AUTH_RESP_SIZE; in CIFSTCon()