Lines Matching refs:response
61 server->session_key.response, server->session_key.len); in cifs_calc_signature()
216 ses->auth_key.response = kmalloc(temp_len, GFP_KERNEL); in setup_ntlm_response()
217 if (!ses->auth_key.response) { in setup_ntlm_response()
224 ses->auth_key.response + CIFS_SESS_KEY_SIZE, nls_cp); in setup_ntlm_response()
237 rc = mdfour(ses->auth_key.response, temp_key, CIFS_SESS_KEY_SIZE); in setup_ntlm_response()
313 ses->auth_key.response = kzalloc(ses->auth_key.len, GFP_KERNEL); in build_avpair_blob()
314 if (!ses->auth_key.response) { in build_avpair_blob()
320 blobptr = ses->auth_key.response; in build_avpair_blob()
355 if (!ses->auth_key.len || !ses->auth_key.response) in find_domain_name()
358 blobptr = ses->auth_key.response; in find_domain_name()
522 memcpy(ses->auth_key.response + offset, in CalcNTLMv2_response()
525 memcpy(ses->auth_key.response + offset, in CalcNTLMv2_response()
528 ses->auth_key.response + offset, ses->auth_key.len - offset); in CalcNTLMv2_response()
535 ses->auth_key.response + CIFS_SESS_KEY_SIZE); in CalcNTLMv2_response()
571 tiblob = ses->auth_key.response; in setup_ntlmv2_rsp()
573 ses->auth_key.response = kmalloc(baselen + tilen, GFP_KERNEL); in setup_ntlmv2_rsp()
574 if (!ses->auth_key.response) { in setup_ntlmv2_rsp()
583 (ses->auth_key.response + CIFS_SESS_KEY_SIZE); in setup_ntlmv2_rsp()
590 memcpy(ses->auth_key.response + baselen, tiblob, tilen); in setup_ntlmv2_rsp()
621 ses->auth_key.response + CIFS_SESS_KEY_SIZE, in setup_ntlmv2_rsp()
629 ses->auth_key.response); in setup_ntlmv2_rsp()
659 rc = crypto_blkcipher_setkey(tfm_arc4, ses->auth_key.response, in calc_seckey()
677 memcpy(ses->auth_key.response, sec_key, CIFS_SESS_KEY_SIZE); in calc_seckey()