Searched refs:p21 (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/fs/cifs/ |
D | smbencrypt.c | 93 E_P24(unsigned char *p21, const unsigned char *c8, unsigned char *p24) in E_P24() argument 97 rc = smbhash(p24, c8, p21); in E_P24() 100 rc = smbhash(p24 + 8, c8, p21 + 7); in E_P24() 103 rc = smbhash(p24 + 16, c8, p21 + 14); in E_P24() 147 unsigned char p14[14], p16[16], p21[21]; in SMBencrypt() local 151 memset(p21, '\0', 21); in SMBencrypt() 158 memcpy(p21, p16, 16); in SMBencrypt() 159 rc = E_P24(p21, c8, p24); in SMBencrypt() 196 unsigned char p16[16], p21[21]; in SMBNTencrypt() local 199 memset(p21, '\0', 21); in SMBNTencrypt() [all …]
|