Searched refs:__cifs_calc_signature (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | smb2transport.c | 266 * For SMB2+, __cifs_calc_signature() expects to sign only the actual in smb2_calc_signature() 270 * __cifs_calc_signature(). in smb2_calc_signature() 286 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb2_calc_signature() 582 * For SMB2+, __cifs_calc_signature() expects to sign only the actual in smb3_calc_signature() 586 * __cifs_calc_signature(). in smb3_calc_signature() 601 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb3_calc_signature()
|
H A D | cifsencrypt.c | 40 int __cifs_calc_signature(struct smb_rqst *rqst, in __cifs_calc_signature() function 138 return __cifs_calc_signature(rqst, server, signature, in cifs_calc_signature()
|
H A D | cifsproto.h | 591 int __cifs_calc_signature(struct smb_rqst *rqst,
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2transport.c | 277 * For SMB2+, __cifs_calc_signature() expects to sign only the actual in smb2_calc_signature() 281 * __cifs_calc_signature(). in smb2_calc_signature() 297 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb2_calc_signature() 606 * For SMB2+, __cifs_calc_signature() expects to sign only the actual in smb3_calc_signature() 610 * __cifs_calc_signature(). in smb3_calc_signature() 625 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb3_calc_signature()
|
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 | cifsproto.h | 612 int __cifs_calc_signature(struct smb_rqst *rqst,
|
Completed in 6 milliseconds