Searched refs:CIFS_AUTH_RESP_SIZE (Results 1 – 4 of 4) sorted by relevance
700 char lnm_session_key[CIFS_AUTH_RESP_SIZE]; in sess_auth_lanman()717 pSMB->old_req.PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_lanman()730 memcpy(bcc_ptr, (char *)lnm_session_key, CIFS_AUTH_RESP_SIZE); in sess_auth_lanman()731 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_lanman()822 cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()824 cpu_to_le16(CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()836 CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()837 bcc_ptr += CIFS_AUTH_RESP_SIZE; in sess_auth_ntlm()839 CIFS_AUTH_RESP_SIZE); in sess_auth_ntlm()840 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
4983 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in CIFSTCon()5008 bcc_ptr += CIFS_AUTH_RESP_SIZE; in CIFSTCon()