Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsencrypt.c57 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()
H A Dsmb2transport.c305 * For SMB2+, __cifs_calc_signature() expects to sign only the actual in smb2_calc_signature()
309 * __cifs_calc_signature(). in smb2_calc_signature()
325 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb2_calc_signature()
632 * For SMB2+, __cifs_calc_signature() expects to sign only the actual in smb3_calc_signature()
636 * __cifs_calc_signature(). in smb3_calc_signature()
651 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb3_calc_signature()
H A Dcifsproto.h635 int __cifs_calc_signature(struct smb_rqst *rqst,