Searched refs:session_key_length (Results 1 – 2 of 2) sorted by relevance
404 out.session_key_length = CIFS_SESS_KEY_SIZE; in cifs_ioctl() 409 out.session_key_length = ses->auth_key.len; in cifs_ioctl() 418 if (out.in_size < sizeof(out) + out.session_key_length + out.server_in_key_length in cifs_ioctl() 435 if (copy_to_user(end, ses->auth_key.response, out.session_key_length)) { in cifs_ioctl() 439 end += out.session_key_length; in cifs_ioctl()
82 __u8 session_key_length; member