Home
last modified time | relevance | path

Searched refs:smbhash (Results 1 – 1 of 1) sorted by relevance

/fs/cifs/
Dsmbdes.c321 smbhash(unsigned char *out, const unsigned char *in, unsigned char *key, in smbhash() function
362 smbhash(p16, sp8, p14, 1); in E_P16()
363 smbhash(p16 + 8, sp8, p14 + 7, 1); in E_P16()
369 smbhash(p24, c8, p21, 1); in E_P24()
370 smbhash(p24 + 8, c8, p21 + 7, 1); in E_P24()
371 smbhash(p24 + 16, c8, p21 + 14, 1); in E_P24()
378 smbhash(out, in, p14, 0);
379 smbhash(out + 8, in + 8, p14 + 7, 0);
385 smbhash(out, in, p14, 1);
386 smbhash(out + 8, in + 8, p14 + 7, 1);
[all …]