Lines Matching refs:response
326 ses->auth_key.response = kmemdup(bcc_ptr + tioffset, tilen, in decode_ntlmssp_challenge()
328 if (!ses->auth_key.response) { in decode_ntlmssp_challenge()
441 memcpy(tmp, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in build_ntlmssp_auth_blob()
637 ses->server->session_key.response = in sess_establish_session()
638 kmemdup(ses->auth_key.response, in sess_establish_session()
640 if (!ses->server->session_key.response) { in sess_establish_session()
835 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in sess_auth_ntlm()
838 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in sess_auth_ntlm()
904 kfree(ses->auth_key.response); in sess_auth_ntlm()
905 ses->auth_key.response = NULL; in sess_auth_ntlm()
942 memcpy(bcc_ptr, ses->auth_key.response + CIFS_SESS_KEY_SIZE, in sess_auth_ntlmv2()
1012 kfree(ses->auth_key.response); in sess_auth_ntlmv2()
1013 ses->auth_key.response = NULL; in sess_auth_ntlmv2()
1061 ses->auth_key.response = kmemdup(msg->data, msg->sesskey_len, in sess_auth_kerberos()
1063 if (!ses->auth_key.response) { in sess_auth_kerberos()
1151 kfree(ses->auth_key.response); in sess_auth_kerberos()
1152 ses->auth_key.response = NULL; in sess_auth_kerberos()
1285 kfree(ses->auth_key.response); in sess_auth_rawntlmssp_negotiate()
1286 ses->auth_key.response = NULL; in sess_auth_rawntlmssp_negotiate()
1392 kfree(ses->auth_key.response); in sess_auth_rawntlmssp_authenticate()
1393 ses->auth_key.response = NULL; in sess_auth_rawntlmssp_authenticate()