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