Home
last modified time | relevance | path

Searched refs:CIFS_AUTH_RESP_SIZE (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsess.c978 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()
H A Dcifsencrypt.c269 unsigned int temp_len = CIFS_SESS_KEY_SIZE + CIFS_AUTH_RESP_SIZE; in setup_ntlm_response()
H A Dcifspdu.h138 #define CIFS_AUTH_RESP_SIZE (24) macro
H A Dconnect.c4870 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE); in CIFSTCon()
4895 bcc_ptr += CIFS_AUTH_RESP_SIZE; in CIFSTCon()