Lines Matching refs:response
921 returned by old servers in the SMB negprot response */
992 kfree_sensitive(ses->auth_key.response);
993 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen,
995 if (!ses->auth_key.response) {
1238 memcpy(tmp, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
1413 server->session_key.response =
1414 kmemdup(ses->auth_key.response,
1416 if (!server->session_key.response) {
1482 /* calculate nlmv2 response and session key */
1489 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE,
1559 kfree_sensitive(ses->auth_key.response);
1560 ses->auth_key.response = NULL;
1599 * sending us a response in an expected form
1608 kfree_sensitive(ses->auth_key.response);
1609 ses->auth_key.response = kmemdup(msg->data, msg->sesskey_len,
1611 if (!ses->auth_key.response) {
1698 kfree_sensitive(ses->auth_key.response);
1699 ses->auth_key.response = NULL;
1843 kfree_sensitive(ses->auth_key.response);
1844 ses->auth_key.response = NULL;
1885 * the uid that it just gave us back on the response
1952 kfree_sensitive(ses->auth_key.response);
1953 ses->auth_key.response = NULL;