Lines Matching refs:response
604 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen, in decode_ntlmssp_challenge()
606 if (!ses->auth_key.response) { in decode_ntlmssp_challenge()
720 memcpy(tmp, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in build_ntlmssp_auth_blob()
916 ses->server->session_key.response = in sess_establish_session()
917 kmemdup(ses->auth_key.response, in sess_establish_session()
919 if (!ses->server->session_key.response) { in sess_establish_session()
1113 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in sess_auth_ntlm()
1116 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in sess_auth_ntlm()
1182 kfree(ses->auth_key.response); in sess_auth_ntlm()
1183 ses->auth_key.response = NULL; in sess_auth_ntlm()
1220 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in sess_auth_ntlmv2()
1290 kfree(ses->auth_key.response); in sess_auth_ntlmv2()
1291 ses->auth_key.response = NULL; in sess_auth_ntlmv2()
1338 ses->auth_key.response = kmemdup(msg->data, msg->sesskey_len, in sess_auth_kerberos()
1340 if (!ses->auth_key.response) { in sess_auth_kerberos()
1428 kfree(ses->auth_key.response); in sess_auth_kerberos()
1429 ses->auth_key.response = NULL; in sess_auth_kerberos()
1562 kfree(ses->auth_key.response); in sess_auth_rawntlmssp_negotiate()
1563 ses->auth_key.response = NULL; in sess_auth_rawntlmssp_negotiate()
1669 kfree(ses->auth_key.response); in sess_auth_rawntlmssp_authenticate()
1670 ses->auth_key.response = NULL; in sess_auth_rawntlmssp_authenticate()