Lines Matching refs:CIFS_SESS_KEY_SIZE
981 - CIFS_SESS_KEY_SIZE + CIFS_CPHTXT_SIZE + 2;
1217 memcpy(tmp, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
1218 ses->auth_key.len - CIFS_SESS_KEY_SIZE);
1219 tmp += ses->auth_key.len - CIFS_SESS_KEY_SIZE;
1222 cpu_to_le16(ses->auth_key.len - CIFS_SESS_KEY_SIZE);
1224 cpu_to_le16(ses->auth_key.len - CIFS_SESS_KEY_SIZE);
1469 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
1470 ses->auth_key.len - CIFS_SESS_KEY_SIZE);
1471 bcc_ptr += ses->auth_key.len - CIFS_SESS_KEY_SIZE;
1477 cpu_to_le16(ses->auth_key.len - CIFS_SESS_KEY_SIZE);