Lines Matching refs:response
318 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen, in decode_ntlmssp_challenge()
320 if (!ses->auth_key.response) { in decode_ntlmssp_challenge()
409 memcpy(tmp, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in build_ntlmssp_auth_blob()
605 ses->server->session_key.response = in sess_establish_session()
606 kmemdup(ses->auth_key.response, in sess_establish_session()
608 if (!ses->server->session_key.response) { in sess_establish_session()
799 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in sess_auth_ntlm()
802 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in sess_auth_ntlm()
868 kfree(ses->auth_key.response); in sess_auth_ntlm()
869 ses->auth_key.response = NULL; in sess_auth_ntlm()
906 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in sess_auth_ntlmv2()
976 kfree(ses->auth_key.response); in sess_auth_ntlmv2()
977 ses->auth_key.response = NULL; in sess_auth_ntlmv2()
1025 ses->auth_key.response = kmemdup(msg->data, msg->sesskey_len, in sess_auth_kerberos()
1027 if (!ses->auth_key.response) { in sess_auth_kerberos()
1115 kfree(ses->auth_key.response); in sess_auth_kerberos()
1116 ses->auth_key.response = NULL; in sess_auth_kerberos()
1251 kfree(ses->auth_key.response); in sess_auth_rawntlmssp_negotiate()
1252 ses->auth_key.response = NULL; in sess_auth_rawntlmssp_negotiate()
1370 kfree(ses->auth_key.response); in sess_auth_rawntlmssp_authenticate()
1371 ses->auth_key.response = NULL; in sess_auth_rawntlmssp_authenticate()