Searched refs:CIFS_AUTH_RESP_SIZE (Results 1 – 4 of 4) sorted by relevance
970 char lnm_session_key[CIFS_AUTH_RESP_SIZE]; in sess_auth_lanman()987 pSMB->old_req.PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_lanman()1000 memcpy(bcc_ptr, (char *)lnm_session_key, CIFS_AUTH_RESP_SIZE); in sess_auth_lanman()1001 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_lanman()1092 cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()1094 cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()1106 CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()1107 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_ntlm()1109 CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()1110 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
4852 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in CIFSTCon()4877 bcc_ptr += CIFS_AUTH_RESP_SIZE; in CIFSTCon()