Searched refs:p21 (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | smbencrypt.c | 105 E_P24(unsigned char *p21, const unsigned char *c8, unsigned char *p24) in E_P24() argument 109 rc = smbhash(p24, c8, p21); in E_P24() 112 rc = smbhash(p24 + 8, c8, p21 + 7); in E_P24() 115 rc = smbhash(p24 + 16, c8, p21 + 14); in E_P24() 159 unsigned char p14[14], p16[16], p21[21]; in SMBencrypt() local 163 memset(p21, '\0', 21); in SMBencrypt() 170 memcpy(p21, p16, 16); in SMBencrypt() 171 rc = E_P24(p21, c8, p24); in SMBencrypt() 208 unsigned char p16[16], p21[21]; in SMBNTencrypt() local 211 memset(p21, '\0', 21); in SMBNTencrypt() [all …]
|