Searched refs:cifs_calc_signature (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsencrypt.c | 112 static int cifs_calc_signature(struct smb_rqst *rqst, in cifs_calc_signature() function 173 rc = cifs_calc_signature(rqst, server, smb_signature); in cifs_sign_rqst() 249 rc = cifs_calc_signature(rqst, server, what_we_think_sig_should_be); in cifs_verify_signature()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsencrypt.c | 226 static int cifs_calc_signature(struct smb_rqst *rqst, in cifs_calc_signature() function 289 rc = cifs_calc_signature(rqst, server, smb_signature); in cifs_sign_rqst() 365 rc = cifs_calc_signature(rqst, server, what_we_think_sig_should_be); in cifs_verify_signature()
|
Completed in 3 milliseconds