Lines Matching refs:smb2_transform_hdr
8417 static void fill_transform_hdr(struct smb2_transform_hdr *tr_hdr, char *old_buf, in fill_transform_hdr()
8423 memset(tr_hdr, 0, sizeof(struct smb2_transform_hdr)); in fill_transform_hdr()
8433 inc_rfc1001_len(tr_hdr, sizeof(struct smb2_transform_hdr) - 4); in fill_transform_hdr()
8440 struct smb2_transform_hdr *tr_hdr; in smb3_encrypt_resp()
8448 tr_hdr = kzalloc(sizeof(struct smb2_transform_hdr), GFP_KERNEL); in smb3_encrypt_resp()
8456 iov[0].iov_len = sizeof(struct smb2_transform_hdr); in smb3_encrypt_resp()
8484 struct smb2_transform_hdr *trhdr = buf; in smb3_is_transform_hdr()
8498 sizeof(struct smb2_transform_hdr); in smb3_decrypt_req()
8499 struct smb2_transform_hdr *tr_hdr = (struct smb2_transform_hdr *)buf; in smb3_decrypt_req()
8521 iov[0].iov_len = sizeof(struct smb2_transform_hdr); in smb3_decrypt_req()
8522 iov[1].iov_base = buf + sizeof(struct smb2_transform_hdr); in smb3_decrypt_req()