Home
last modified time | relevance | path

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

/Linux-v5.10/fs/cifs/
Dcifsencrypt.c305 int calc_lanman_hash(const char *password, const char *cryptkey, bool encrypt, in calc_lanman_hash() function
Dcifsproto.h504 extern int calc_lanman_hash(const char *password, const char *cryptkey,
Dsess.c994 rc = calc_lanman_hash(ses->password, ses->server->cryptkey, in sess_auth_lanman()
Dconnect.c4862 calc_lanman_hash(tcon->password, ses->server->cryptkey, in CIFSTCon()