Searched refs:__cifs_calc_signature (Results 1 - 3 of 3) sorted by relevance

/linux-master/fs/smb/client/
H A Dcifsencrypt.c171 int __cifs_calc_signature(struct smb_rqst *rqst, function
251 return __cifs_calc_signature(rqst, server, signature, server->secmech.md5);
H A Dsmb2transport.c279 * For SMB2+, __cifs_calc_signature() expects to sign only the actual
283 * __cifs_calc_signature().
299 rc = __cifs_calc_signature(&drqst, server, sigptr, shash);
608 * For SMB2+, __cifs_calc_signature() expects to sign only the actual
612 * __cifs_calc_signature().
627 rc = __cifs_calc_signature(&drqst, server, sigptr, shash);
H A Dcifsproto.h617 int __cifs_calc_signature(struct smb_rqst *rqst,

Completed in 220 milliseconds