Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmbencrypt.c121 mdfour(unsigned char *md4_hash, unsigned char *link_str, int link_len) in mdfour() function
196 rc = mdfour(p16, (unsigned char *) wpwd, len * sizeof(__le16)); in E_md4hash()
Dcifsproto.h523 extern int mdfour(unsigned char *, unsigned char *, int);
Dcifsencrypt.c295 rc = mdfour(ses->auth_key.response, temp_key, CIFS_SESS_KEY_SIZE); in setup_ntlm_response()