Home
last modified time | relevance | path

Searched refs:smb2_transform_hdr (Results 1 – 6 of 6) sorted by relevance

/fs/smb/client/
A Dsmb2ops.c519 sizeof(struct smb2_transform_hdr)); in smb3_negotiate_wsize()
570 sizeof(struct smb2_transform_hdr)); in smb3_negotiate_rsize()
4185 memset(tr_hdr, 0, sizeof(struct smb2_transform_hdr)); in fill_transform_hdr()
4319 struct smb2_transform_hdr *tr_hdr = in crypt_message()
4320 (struct smb2_transform_hdr *)rqst[0].rq_iov[0].iov_base; in crypt_message()
4540 struct smb2_transform_hdr *trhdr = buf; in smb3_is_transform_hdr()
4557 iov[0].iov_len = sizeof(struct smb2_transform_hdr); in decrypt_raw_data()
4851 struct smb2_transform_hdr *tr_hdr = (struct smb2_transform_hdr *)buf; in receive_encrypted_read()
5055 struct smb2_transform_hdr *tr_hdr = (struct smb2_transform_hdr *)buf; in smb3_receive_transform()
5058 if (pdu_length < sizeof(struct smb2_transform_hdr) + in smb3_receive_transform()
[all …]
A Dsmb2misc.c155 struct smb2_transform_hdr *thdr = in smb2_check_message()
156 (struct smb2_transform_hdr *)buf; in smb2_check_message()
A Dtransport.c385 struct smb2_transform_hdr tr_hdr; in smb_send_rqst()
/fs/smb/server/
A Dauth.c1020 unsigned int assoc_data_len = sizeof(struct smb2_transform_hdr) - 20; in ksmbd_init_sg()
1093 struct smb2_transform_hdr *tr_hdr = smb2_get_msg(iov[0].iov_base); in ksmbd_crypt_message()
1094 unsigned int assoc_data_len = sizeof(struct smb2_transform_hdr) - 20; in ksmbd_crypt_message()
A Dsmb2pdu.c9031 struct smb2_transform_hdr *tr_hdr = tr_buf + 4; in fill_transform_hdr()
9045 inc_rfc1001_len(tr_buf, sizeof(struct smb2_transform_hdr)); in fill_transform_hdr()
9055 tr_buf = kzalloc(sizeof(struct smb2_transform_hdr) + 4, KSMBD_DEFAULT_GFP); in smb3_encrypt_resp()
9063 iov[0].iov_len = sizeof(struct smb2_transform_hdr) + 4; in smb3_encrypt_resp()
9071 struct smb2_transform_hdr *trhdr = smb2_get_msg(buf); in smb3_is_transform_hdr()
9082 int buf_data_size = pdu_length - sizeof(struct smb2_transform_hdr); in smb3_decrypt_req()
9083 struct smb2_transform_hdr *tr_hdr = smb2_get_msg(buf); in smb3_decrypt_req()
9086 if (pdu_length < sizeof(struct smb2_transform_hdr) || in smb3_decrypt_req()
9107 iov[0].iov_len = sizeof(struct smb2_transform_hdr) + 4; in smb3_decrypt_req()
9108 iov[1].iov_base = buf + sizeof(struct smb2_transform_hdr) + 4; in smb3_decrypt_req()
/fs/smb/common/
A Dsmb2pdu.h204 struct smb2_transform_hdr { struct

Completed in 38 milliseconds