Searched refs:smbhash (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/fs/cifs/ |
D | smbencrypt.c | 70 smbhash(unsigned char *out, const unsigned char *in, unsigned char *key) in smbhash() function 97 rc = smbhash(p16, sp8, p14); in E_P16() 100 rc = smbhash(p16 + 8, sp8, p14 + 7); in E_P16() 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()
|