Searched refs:smbhash (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/fs/cifs/ |
D | smbencrypt.c | 69 smbhash(unsigned char *out, const unsigned char *in, unsigned char *key) in smbhash() function 109 rc = smbhash(p16, sp8, p14); in E_P16() 112 rc = smbhash(p16 + 8, sp8, p14 + 7); in E_P16() 121 rc = smbhash(p24, c8, p21); in E_P24() 124 rc = smbhash(p24 + 8, c8, p21 + 7); in E_P24() 127 rc = smbhash(p24 + 16, c8, p21 + 14); in E_P24()
|