Home
last modified time | relevance | path

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

/fs/cifs/
Dsmbencrypt.c93 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()
144 SMBencrypt(unsigned char *passwd, const unsigned char *c8, unsigned char *p24) in SMBencrypt() argument
159 rc = E_P24(p21, c8, p24); in SMBencrypt()
192 SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24, in SMBNTencrypt() argument
208 rc = E_P24(p21, c8, p24); in SMBNTencrypt()
Dcifsproto.h554 extern int SMBencrypt(unsigned char *passwd, const unsigned char *c8,