Searched refs:smb2_transform_hdr (Results 1 – 7 of 7) sorted by relevance
530 sizeof(struct smb2_transform_hdr)); in smb3_negotiate_wsize()581 sizeof(struct smb2_transform_hdr)); in smb3_negotiate_rsize()4595 fill_transform_hdr(struct smb2_transform_hdr *tr_hdr, unsigned int orig_len, in fill_transform_hdr()4601 memset(tr_hdr, 0, sizeof(struct smb2_transform_hdr)); in fill_transform_hdr()4734 struct smb2_transform_hdr *tr_hdr = in crypt_message()4735 (struct smb2_transform_hdr *)rqst[0].rq_iov[0].iov_base; in crypt_message()4736 unsigned int assoc_data_len = sizeof(struct smb2_transform_hdr) - 20; in crypt_message()4850 struct smb2_transform_hdr *tr_hdr = new_rq[0].rq_iov[0].iov_base; in smb3_init_transform_rq()4900 struct smb2_transform_hdr *trhdr = buf; in smb3_is_transform_hdr()4917 iov[0].iov_len = sizeof(struct smb2_transform_hdr); in decrypt_raw_data()[all …]
162 struct smb2_transform_hdr *thdr = in smb2_check_message()163 (struct smb2_transform_hdr *)buf; in smb2_check_message()
388 struct smb2_transform_hdr tr_hdr; in smb_send_rqst()
767 unsigned int assoc_data_len = sizeof(struct smb2_transform_hdr) - 20; in ksmbd_init_sg()1022 struct smb2_transform_hdr *tr_hdr = smb_get_msg(iov[0].iov_base); in ksmbd_crypt_message()1023 unsigned int assoc_data_len = sizeof(struct smb2_transform_hdr) - 20; in ksmbd_crypt_message()
612 (sizeof(struct smb2_transform_hdr) + sizeof(struct smb2_hdr))
12297 struct smb2_transform_hdr *tr_hdr = tr_buf + 4; in fill_transform_hdr()12311 inc_rfc1001_len(tr_buf, sizeof(struct smb2_transform_hdr)); in fill_transform_hdr()12321 tr_buf = kzalloc(sizeof(struct smb2_transform_hdr) + 4, KSMBD_DEFAULT_GFP); in smb3_encrypt_resp()12329 iov[0].iov_len = sizeof(struct smb2_transform_hdr) + 4; in smb3_encrypt_resp()12337 struct smb2_transform_hdr *trhdr = smb_get_msg(buf); in smb3_is_transform_hdr()12348 struct smb2_transform_hdr *tr_hdr = smb_get_msg(buf); in smb3_decrypt_req()12352 if (pdu_length < sizeof(struct smb2_transform_hdr)) { in smb3_decrypt_req()12358 buf_data_size = pdu_length - sizeof(struct smb2_transform_hdr); in smb3_decrypt_req()12373 iov[0].iov_len = sizeof(struct smb2_transform_hdr) + 4; in smb3_decrypt_req()12374 iov[1].iov_base = buf + sizeof(struct smb2_transform_hdr) + 4; in smb3_decrypt_req()
207 struct smb2_transform_hdr { struct