Searched refs:p14 (Results 1 – 1 of 1) sorted by relevance
/fs/cifs/ |
D | smbencrypt.c | 91 E_P16(unsigned char *p14, unsigned char *p16) in E_P16() argument 97 rc = smbhash(p16, sp8, p14); in E_P16() 100 rc = smbhash(p16 + 8, sp8, p14 + 7); in E_P16() 174 unsigned char p14[14], p16[16], p21[21]; in SMBencrypt() local 176 memset(p14, '\0', 14); in SMBencrypt() 180 memcpy(p14, passwd, 14); in SMBencrypt() 181 rc = E_P16(p14, p16); in SMBencrypt()
|