Lines Matching refs:CIFS_SESS_KEY_SIZE
268 unsigned int temp_len = CIFS_SESS_KEY_SIZE + CIFS_AUTH_RESP_SIZE; in setup_ntlm_response()
269 char temp_key[CIFS_SESS_KEY_SIZE]; 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()
598 (ses->auth_key.response + CIFS_SESS_KEY_SIZE); in CalcNTLMv2_response()
602 hash_len = ses->auth_key.len - (CIFS_SESS_KEY_SIZE + in CalcNTLMv2_response()
711 baselen = CIFS_SESS_KEY_SIZE + sizeof(struct ntlmv2_resp); in setup_ntlmv2_rsp()
724 (ses->auth_key.response + CIFS_SESS_KEY_SIZE); in setup_ntlmv2_rsp()
795 unsigned char sec_key[CIFS_SESS_KEY_SIZE]; /* a nonce */ in calc_seckey()
797 get_random_bytes(sec_key, CIFS_SESS_KEY_SIZE); in calc_seckey()
809 CIFS_SESS_KEY_SIZE); in calc_seckey()
816 sg_init_one(&sgin, sec_key, CIFS_SESS_KEY_SIZE); in calc_seckey()
827 memcpy(ses->auth_key.response, sec_key, CIFS_SESS_KEY_SIZE); in calc_seckey()
829 ses->auth_key.len = CIFS_SESS_KEY_SIZE; in calc_seckey()