Searched refs:CIFS_AUTH_RESP_SIZE (Results 1 – 4 of 4) sorted by relevance
692 char lnm_session_key[CIFS_AUTH_RESP_SIZE]; in sess_auth_lanman()710 pSMB->old_req.PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_lanman()723 memcpy(bcc_ptr, (char *)lnm_session_key, CIFS_AUTH_RESP_SIZE); in sess_auth_lanman()724 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_lanman()815 cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()817 cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()829 CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()830 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_ntlm()832 CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()833 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_ntlm()
253 unsigned int temp_len = CIFS_SESS_KEY_SIZE + CIFS_AUTH_RESP_SIZE; in setup_ntlm_response()
4078 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in CIFSTCon()4103 bcc_ptr += CIFS_AUTH_RESP_SIZE; in CIFSTCon()
138 #define CIFS_AUTH_RESP_SIZE (24) macro