Searched defs:p24 (Results 1 - 1 of 1) sorted by relevance

/fs/cifs/
H A Dsmbencrypt.c117 E_P24(unsigned char *p21, const unsigned char *c8, unsigned char *p24) argument
121 rc = smbhash(p24, c8, p21);
124 rc = smbhash(p24 + 8, c8, p21 + 7);
127 rc = smbhash(p24 + 16, c8, p21 + 14);
180 encrypted password into p24 */
183 SMBencrypt(unsigned char *passwd, const unsigned char *c8, unsigned char *p24) argument
198 rc = E_P24(p21, c8, p24);
231 SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24, argument
247 rc = E_P24(p21, c8, p24);

Completed in 90 milliseconds