Searched refs:what_we_think_sig_should_be (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/cifs/ |
H A D | cifsencrypt.c | 212 char what_we_think_sig_should_be[20]; in cifs_verify_signature() local 249 rc = cifs_calc_signature(rqst, server, what_we_think_sig_should_be); in cifs_verify_signature() 256 what_we_think_sig_should_be, 16); */ in cifs_verify_signature() 258 if (memcmp(server_response_sig, what_we_think_sig_should_be, 8)) in cifs_verify_signature()
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsencrypt.c | 328 char what_we_think_sig_should_be[20]; in cifs_verify_signature() local 365 rc = cifs_calc_signature(rqst, server, what_we_think_sig_should_be); in cifs_verify_signature() 372 what_we_think_sig_should_be, 16); */ in cifs_verify_signature() 374 if (memcmp(server_response_sig, what_we_think_sig_should_be, 8)) in cifs_verify_signature()
|
Completed in 3 milliseconds