Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/cifs/
H A Dsmbencrypt.c192 SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24, in SMBNTencrypt() function
H A Dcifsencrypt.c281 rc = SMBNTencrypt(ses->password, ses->server->cryptkey, in setup_ntlm_response()
H A Dcifsproto.h496 extern int SMBNTencrypt(unsigned char *, unsigned char *, unsigned char *,
H A Dconnect.c4886 rc = SMBNTencrypt(tcon->password, ses->server->cryptkey, in CIFSTCon()