Searched refs:what_we_think_sig_should_be (Results 1 - 1 of 1) sorted by path

/linux-master/fs/smb/client/
H A Dcifsencrypt.c328 char what_we_think_sig_should_be[20]; local
365 rc = cifs_calc_signature(rqst, server, what_we_think_sig_should_be);
372 what_we_think_sig_should_be, 16); */
374 if (memcmp(server_response_sig, what_we_think_sig_should_be, 8))

Completed in 331 milliseconds