Lines Matching defs:signature
172 struct TCP_Server_Info *server, char *signature,
212 rc = crypto_shash_final(shash, signature);
220 * Calculate and return the CIFS signature based on the mac key and SMB PDU.
221 * The 16 byte signature must be allocated by the caller. Note we only use the
222 * 1st eight bytes and that the smb header signature field on input contains
227 struct TCP_Server_Info *server, char *signature)
231 if (!rqst->rq_iov || !signature || !server)
251 return __cifs_calc_signature(rqst, server, signature, server->secmech.md5);
351 /* Do not need to verify session setups with signature "BSRSPYL " */
353 cifs_dbg(FYI, "dummy signature received for smb command 0x%x\n",
356 /* save off the origiginal signature so we can modify the smb and check
357 its signature against what the server sent */