Lines Matching refs:response
132 server->session_key.response, server->session_key.len); in cifs_calc_signature()
275 ses->auth_key.response = kmalloc(temp_len, GFP_KERNEL); in setup_ntlm_response()
276 if (!ses->auth_key.response) in setup_ntlm_response()
282 ses->auth_key.response + CIFS_SESS_KEY_SIZE, nls_cp); in setup_ntlm_response()
296 rc = mdfour(ses->auth_key.response, temp_key, CIFS_SESS_KEY_SIZE); in setup_ntlm_response()
375 ses->auth_key.response = kzalloc(ses->auth_key.len, GFP_KERNEL); in build_avpair_blob()
376 if (!ses->auth_key.response) { in build_avpair_blob()
381 blobptr = ses->auth_key.response; in build_avpair_blob()
416 if (!ses->auth_key.len || !ses->auth_key.response) in find_domain_name()
419 blobptr = ses->auth_key.response; in find_domain_name()
469 if (!ses->auth_key.len || !ses->auth_key.response) in find_timestamp()
472 blobptr = ses->auth_key.response; in find_timestamp()
605 (ses->auth_key.response + CIFS_SESS_KEY_SIZE); in CalcNTLMv2_response()
693 tiblob = ses->auth_key.response; in setup_ntlmv2_rsp()
695 ses->auth_key.response = kmalloc(baselen + tilen, GFP_KERNEL); in setup_ntlmv2_rsp()
696 if (!ses->auth_key.response) { in setup_ntlmv2_rsp()
704 (ses->auth_key.response + CIFS_SESS_KEY_SIZE); in setup_ntlmv2_rsp()
712 memcpy(ses->auth_key.response + baselen, tiblob, tilen); in setup_ntlmv2_rsp()
761 ses->auth_key.response); in setup_ntlmv2_rsp()
790 arc4_setkey(ctx_arc4, ses->auth_key.response, CIFS_SESS_KEY_SIZE); in calc_seckey()
795 memcpy(ses->auth_key.response, sec_key, CIFS_SESS_KEY_SIZE); in calc_seckey()