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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dsess.c376 char lnm_session_key[CIFS_SESS_KEY_SIZE];
380 pSMB->old_req.PasswordLength = cpu_to_le16(CIFS_SESS_KEY_SIZE);
388 CIFS_SESS_KEY_SIZE);
390 memcpy(bcc_ptr, (char *)lnm_session_key, CIFS_SESS_KEY_SIZE);
391 bcc_ptr += CIFS_SESS_KEY_SIZE;
403 char ntlm_session_key[CIFS_SESS_KEY_SIZE];
407 cpu_to_le16(CIFS_SESS_KEY_SIZE);
409 cpu_to_le16(CIFS_SESS_KEY_SIZE);
421 memcpy(bcc_ptr, (char *)ntlm_session_key,CIFS_SESS_KEY_SIZE);
422 bcc_ptr += CIFS_SESS_KEY_SIZE;
[all...]
H A Dcifsencrypt.c52 MD5Update(&context,key,CIFS_SESS_KEY_SIZE+16);
97 MD5Update(&context,key,CIFS_SESS_KEY_SIZE+16);
211 memcpy(key+16,rn, CIFS_SESS_KEY_SIZE);
H A Dconnect.c2139 char session_key[CIFS_SESS_KEY_SIZE],
2197 cpu_to_le16(CIFS_SESS_KEY_SIZE);
2200 cpu_to_le16(CIFS_SESS_KEY_SIZE);
2202 memcpy(bcc_ptr, (char *) session_key, CIFS_SESS_KEY_SIZE);
2203 bcc_ptr += CIFS_SESS_KEY_SIZE;
2204 memcpy(bcc_ptr, (char *) session_key, CIFS_SESS_KEY_SIZE);
2205 bcc_ptr += CIFS_SESS_KEY_SIZE;
2855 cpu_to_le16(CIFS_SESS_KEY_SIZE);
2857 cpu_to_le16(CIFS_SESS_KEY_SIZE);
2858 memcpy(bcc_ptr, ntlm_session_key, CIFS_SESS_KEY_SIZE);
[all...]
H A Dcifsglob.h162 char mac_signing_key[CIFS_SESS_KEY_SIZE + 16];
H A Dcifspdu.h122 #define CIFS_SESS_KEY_SIZE (24) macro

Completed in 73 milliseconds