Searched refs:CIFS_SESS_KEY_SIZE (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dsess.c455 char ntlm_session_key[CIFS_SESS_KEY_SIZE];
484 memcpy(tmp, ntlm_session_key, CIFS_SESS_KEY_SIZE);
486 sec_blob->NtChallengeResponse.Length = cpu_to_le16(CIFS_SESS_KEY_SIZE);
488 cpu_to_le16(CIFS_SESS_KEY_SIZE);
490 tmp += CIFS_SESS_KEY_SIZE;
649 char lnm_session_key[CIFS_SESS_KEY_SIZE];
655 pSMB->old_req.PasswordLength = cpu_to_le16(CIFS_SESS_KEY_SIZE);
664 memcpy(bcc_ptr, (char *)lnm_session_key, CIFS_SESS_KEY_SIZE);
665 bcc_ptr += CIFS_SESS_KEY_SIZE;
677 char ntlm_session_key[CIFS_SESS_KEY_SIZE];
[all...]
H A Dcifsencrypt.c221 memcpy(key->data.ntlm+16, rn, CIFS_SESS_KEY_SIZE);
238 memset(lnm_session_key, 0, CIFS_SESS_KEY_SIZE);
H A Dcifsglob.h103 char ntlm[CIFS_SESS_KEY_SIZE + 16];
104 char krb5[CIFS_SESS_KEY_SIZE + 16]; /* BB: length correct? */
H A Dconnect.c2816 pSMB->PasswordLength = cpu_to_le16(CIFS_SESS_KEY_SIZE);
2829 bcc_ptr += CIFS_SESS_KEY_SIZE;
H A Dcifspdu.h136 #define CIFS_SESS_KEY_SIZE (24) macro

Completed in 65 milliseconds