Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dsmb2ops.c2618 fill_transform_hdr(struct smb2_transform_hdr *tr_hdr, unsigned int orig_len, in fill_transform_hdr()
2624 memset(tr_hdr, 0, sizeof(struct smb2_transform_hdr)); in fill_transform_hdr()
2728 struct smb2_transform_hdr *tr_hdr = in crypt_message()
2729 (struct smb2_transform_hdr *)rqst[0].rq_iov[0].iov_base; in crypt_message()
2730 unsigned int assoc_data_len = sizeof(struct smb2_transform_hdr) - 20; in crypt_message()
2849 struct smb2_transform_hdr *tr_hdr = new_rq[0].rq_iov[0].iov_base; in smb3_init_transform_rq()
2912 struct smb2_transform_hdr *trhdr = buf; in smb3_is_transform_hdr()
2927 iov[0].iov_len = sizeof(struct smb2_transform_hdr); in decrypt_raw_data()
2928 iov[1].iov_base = buf + sizeof(struct smb2_transform_hdr); in decrypt_raw_data()
3146 struct smb2_transform_hdr *tr_hdr = (struct smb2_transform_hdr *)buf; in receive_encrypted_read()
[all …]
Dsmb2misc.c146 struct smb2_transform_hdr *thdr = in smb2_check_message()
147 (struct smb2_transform_hdr *)buf; in smb2_check_message()
Dsmb2pdu.h128 struct smb2_transform_hdr { struct
Dtransport.c395 struct smb2_transform_hdr *tr_hdr; in smb_send_rqst()