Lines Matching refs:auth_key
604 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen,
606 if (!ses->auth_key.response) {
610 ses->auth_key.len = tilen;
655 int sz = sizeof(AUTHENTICATE_MESSAGE) + ses->auth_key.len
720 memcpy(tmp, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
721 ses->auth_key.len - CIFS_SESS_KEY_SIZE);
722 tmp += ses->auth_key.len - CIFS_SESS_KEY_SIZE;
725 cpu_to_le16(ses->auth_key.len - CIFS_SESS_KEY_SIZE);
727 cpu_to_le16(ses->auth_key.len - CIFS_SESS_KEY_SIZE);
917 kmemdup(ses->auth_key.response,
918 ses->auth_key.len, GFP_KERNEL);
924 ses->auth_key.len;
1113 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
1116 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
1182 kfree(ses->auth_key.response);
1183 ses->auth_key.response = NULL;
1220 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
1221 ses->auth_key.len - CIFS_SESS_KEY_SIZE);
1222 bcc_ptr += ses->auth_key.len - CIFS_SESS_KEY_SIZE;
1228 cpu_to_le16(ses->auth_key.len - CIFS_SESS_KEY_SIZE);
1290 kfree(ses->auth_key.response);
1291 ses->auth_key.response = NULL;
1338 ses->auth_key.response = kmemdup(msg->data, msg->sesskey_len,
1340 if (!ses->auth_key.response) {
1346 ses->auth_key.len = msg->sesskey_len;
1428 kfree(ses->auth_key.response);
1429 ses->auth_key.response = NULL;
1562 kfree(ses->auth_key.response);
1563 ses->auth_key.response = NULL;
1669 kfree(ses->auth_key.response);
1670 ses->auth_key.response = NULL;