Searched refs:__cifs_calc_signature (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/fs/smb/client/ |
H A D | cifsencrypt.c | 171 int __cifs_calc_signature(struct smb_rqst *rqst, in __cifs_calc_signature() function 251 return __cifs_calc_signature(rqst, server, signature, server->secmech.md5); in cifs_calc_signature()
|
H A D | smb2transport.c | 325 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb2_calc_signature() 651 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb3_calc_signature()
|
H A D | cifsproto.h | 621 int __cifs_calc_signature(struct smb_rqst *rqst,
|