Home
last modified time | relevance | path

Searched refs:temp_key (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/fs/cifs/
Dcifsencrypt.c211 char temp_key[CIFS_SESS_KEY_SIZE]; in setup_ntlm_response() local
231 rc = E_md4hash(ses->password, temp_key, nls_cp); in setup_ntlm_response()
237 rc = mdfour(ses->auth_key.response, temp_key, CIFS_SESS_KEY_SIZE); in setup_ntlm_response()