Home
last modified time | relevance | path

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

/Linux-v6.1/fs/cifs/
Dsmb2ops.c452 sizeof(struct smb2_transform_hdr)); in smb3_negotiate_wsize()
500 sizeof(struct smb2_transform_hdr)); in smb3_negotiate_rsize()
4189 fill_transform_hdr(struct smb2_transform_hdr *tr_hdr, unsigned int orig_len, in fill_transform_hdr()
4195 memset(tr_hdr, 0, sizeof(struct smb2_transform_hdr)); in fill_transform_hdr()
4309 struct smb2_transform_hdr *tr_hdr = in crypt_message()
4310 (struct smb2_transform_hdr *)rqst[0].rq_iov[0].iov_base; in crypt_message()
4311 unsigned int assoc_data_len = sizeof(struct smb2_transform_hdr) - 20; in crypt_message()
4441 struct smb2_transform_hdr *tr_hdr = new_rq[0].rq_iov[0].iov_base; in smb3_init_transform_rq()
4504 struct smb2_transform_hdr *trhdr = buf; in smb3_is_transform_hdr()
4520 iov[0].iov_len = sizeof(struct smb2_transform_hdr); in decrypt_raw_data()
[all …]
Dsmb2misc.c155 struct smb2_transform_hdr *thdr = in smb2_check_message()
156 (struct smb2_transform_hdr *)buf; in smb2_check_message()
Dtransport.c446 struct smb2_transform_hdr *tr_hdr; in smb_send_rqst()
/Linux-v6.1/fs/ksmbd/
Dauth.c1026 unsigned int assoc_data_len = sizeof(struct smb2_transform_hdr) - 20; in ksmbd_init_sg()
1091 struct smb2_transform_hdr *tr_hdr = smb2_get_msg(iov[0].iov_base); in ksmbd_crypt_message()
1092 unsigned int assoc_data_len = sizeof(struct smb2_transform_hdr) - 20; in ksmbd_crypt_message()
Dconnection.c182 sizeof(struct smb2_transform_hdr) + 4 }; in ksmbd_conn_write()
Dsmb2pdu.c8544 struct smb2_transform_hdr *tr_hdr = tr_buf + 4; in fill_transform_hdr()
8558 inc_rfc1001_len(tr_buf, sizeof(struct smb2_transform_hdr)); in fill_transform_hdr()
8572 work->tr_buf = kzalloc(sizeof(struct smb2_transform_hdr) + 4, GFP_KERNEL); in smb3_encrypt_resp()
8580 iov[0].iov_len = sizeof(struct smb2_transform_hdr) + 4; in smb3_encrypt_resp()
8607 struct smb2_transform_hdr *trhdr = smb2_get_msg(buf); in smb3_is_transform_hdr()
8618 int buf_data_size = pdu_length - sizeof(struct smb2_transform_hdr); in smb3_decrypt_req()
8619 struct smb2_transform_hdr *tr_hdr = smb2_get_msg(buf); in smb3_decrypt_req()
8641 iov[0].iov_len = sizeof(struct smb2_transform_hdr) + 4; in smb3_decrypt_req()
8642 iov[1].iov_base = buf + sizeof(struct smb2_transform_hdr) + 4; in smb3_decrypt_req()
/Linux-v6.1/fs/smbfs_common/
Dsmb2pdu.h178 struct smb2_transform_hdr { struct