Lines Matching refs:response

101 		server->session_key.response, server->session_key.len);  in cifs_calc_signature()
274 ses->auth_key.response = kmalloc(temp_len, GFP_KERNEL); in setup_ntlm_response()
275 if (!ses->auth_key.response) in setup_ntlm_response()
281 ses->auth_key.response + CIFS_SESS_KEY_SIZE, nls_cp); in setup_ntlm_response()
295 rc = mdfour(ses->auth_key.response, temp_key, CIFS_SESS_KEY_SIZE); in setup_ntlm_response()
370 ses->auth_key.response = kzalloc(ses->auth_key.len, GFP_KERNEL); in build_avpair_blob()
371 if (!ses->auth_key.response) { in build_avpair_blob()
376 blobptr = ses->auth_key.response; in build_avpair_blob()
411 if (!ses->auth_key.len || !ses->auth_key.response) in find_domain_name()
414 blobptr = ses->auth_key.response; in find_domain_name()
463 if (!ses->auth_key.len || !ses->auth_key.response) in find_timestamp()
466 blobptr = ses->auth_key.response; in find_timestamp()
598 (ses->auth_key.response + CIFS_SESS_KEY_SIZE); in CalcNTLMv2_response()
713 tiblob = ses->auth_key.response; in setup_ntlmv2_rsp()
715 ses->auth_key.response = kmalloc(baselen + tilen, GFP_KERNEL); in setup_ntlmv2_rsp()
716 if (!ses->auth_key.response) { in setup_ntlmv2_rsp()
724 (ses->auth_key.response + CIFS_SESS_KEY_SIZE); in setup_ntlmv2_rsp()
732 memcpy(ses->auth_key.response + baselen, tiblob, tilen); in setup_ntlmv2_rsp()
778 ses->auth_key.response); in setup_ntlmv2_rsp()
808 rc = crypto_blkcipher_setkey(tfm_arc4, ses->auth_key.response, in calc_seckey()
827 memcpy(ses->auth_key.response, sec_key, CIFS_SESS_KEY_SIZE); in calc_seckey()