Searched refs:__cifs_calc_signature (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/fs/smb/client/ |
D | cifsencrypt.c | 57 int __cifs_calc_signature(struct smb_rqst *rqst, in __cifs_calc_signature() function 137 return __cifs_calc_signature(rqst, server, signature, server->secmech.md5); in cifs_calc_signature()
|
D | smb2transport.c | 299 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb2_calc_signature() 627 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb3_calc_signature()
|
D | cifsproto.h | 613 int __cifs_calc_signature(struct smb_rqst *rqst,
|