Home
last modified time | relevance | path

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

/linux-4.4.14/fs/cifs/
Dsmbencrypt.c183 SMBencrypt(unsigned char *passwd, const unsigned char *c8, unsigned char *p24) in SMBencrypt() argument
192 memcpy(p14, passwd, 14); in SMBencrypt()
208 E_md4hash(const unsigned char *passwd, unsigned char *p16, in E_md4hash() argument
216 if (passwd) /* Password must be converted to NT unicode */ in E_md4hash()
217 len = cifs_strtoUTF16(wpwd, passwd, 128, codepage); in E_md4hash()
231 SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24, in SMBNTencrypt() argument
240 rc = E_md4hash(passwd, p16, codepage); in SMBNTencrypt()
Dcifsproto.h491 extern int E_md4hash(const unsigned char *passwd, unsigned char *p16,
493 extern int SMBencrypt(unsigned char *passwd, const unsigned char *c8,
/linux-4.4.14/tools/perf/util/
Dtarget.c70 struct passwd pwd, *result; in target__parse_uid()
/linux-4.4.14/Documentation/prctl/
Dno_new_privs.txt12 /etc/passwd to be replaced from the point of view of a process that
/linux-4.4.14/tools/lguest/
Dlguest.c3229 struct passwd *user_details = NULL; in main()