Searched refs:sigptr (Results 1 – 1 of 1) sorted by relevance
/fs/cifs/ |
D | smb2transport.c | 219 unsigned char *sigptr = smb2_signature; in smb2_calc_signature() local 286 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb2_calc_signature() 288 memcpy(shdr->Signature, sigptr, SMB2_SIGNATURE_SIZE); in smb2_calc_signature() 537 unsigned char *sigptr = smb3_signature; in smb3_calc_signature() local 601 rc = __cifs_calc_signature(&drqst, server, sigptr, shash); in smb3_calc_signature() 603 memcpy(shdr->Signature, sigptr, SMB2_SIGNATURE_SIZE); in smb3_calc_signature()
|