Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmbencrypt.c105 E_P24(unsigned char *p21, const unsigned char *c8, unsigned char *p24) in E_P24() argument
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()
156 SMBencrypt(unsigned char *passwd, const unsigned char *c8, unsigned char *p24) in SMBencrypt() argument
171 rc = E_P24(p21, c8, p24); in SMBencrypt()
204 SMBNTencrypt(unsigned char *passwd, unsigned char *c8, unsigned char *p24, in SMBNTencrypt() argument
220 rc = E_P24(p21, c8, p24); in SMBNTencrypt()
Dcifsproto.h527 unsigned char *p24);