Home
last modified time | relevance | path

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

/dports/net/samba412/samba-4.12.15/libcli/smb/
H A Dsmb2_signing.c406 if (vector[0].iov_len != SMB2_TF_HDR_SIZE) { in smb2_signing_encrypt_pdu()
417 a_total = SMB2_TF_HDR_SIZE - SMB2_TF_NONCE; in smb2_signing_encrypt_pdu()
602 if (vector[0].iov_len != SMB2_TF_HDR_SIZE) { in smb2_signing_decrypt_pdu()
613 a_total = SMB2_TF_HDR_SIZE - SMB2_TF_NONCE; in smb2_signing_decrypt_pdu()
H A Dsmb2_constants.h34 #define SMB2_TF_HDR_SIZE 0x34 /* 52 bytes */ macro
H A DsmbXcli_base.c270 uint8_t transform[SMB2_TF_HDR_SIZE];
3186 nbt_len += SMB2_TF_HDR_SIZE; in smb2cli_req_compound_submit()
3357 size_t buflen = nbt_len - SMB2_TF_HDR_SIZE; in smb2cli_req_compound_submit()
3539 if (len < SMB2_TF_HDR_SIZE) { in smb2cli_inbuf_parse_compound()
3541 (int)len, SMB2_TF_HDR_SIZE)); in smb2cli_inbuf_parse_compound()
3545 tf_len = SMB2_TF_HDR_SIZE; in smb2cli_inbuf_parse_compound()
3552 if (len < SMB2_TF_HDR_SIZE + enc_len) { in smb2cli_inbuf_parse_compound()
3555 (int)(SMB2_TF_HDR_SIZE + enc_len))); in smb2cli_inbuf_parse_compound()
3840 if (cur[0].iov_len == SMB2_TF_HDR_SIZE) { in smb2cli_conn_dispatch_incoming()
/dports/net/samba412/samba-4.12.15/source3/smbd/
H A Dsmb2_server.c400 if (len < SMB2_TF_HDR_SIZE) { in smbd_smb2_inbuf_parse_compound()
402 (int)len, SMB2_TF_HDR_SIZE)); in smbd_smb2_inbuf_parse_compound()
406 tf_len = SMB2_TF_HDR_SIZE; in smbd_smb2_inbuf_parse_compound()
413 if (len < SMB2_TF_HDR_SIZE + enc_len) { in smbd_smb2_inbuf_parse_compound()
416 (int)(SMB2_TF_HDR_SIZE + enc_len))); in smbd_smb2_inbuf_parse_compound()
1184 if (srctf_len == SMB2_TF_HDR_SIZE) { in dup_smb2_vec4()
1659 hdr = tf + SMB2_TF_HDR_SIZE; in smbd_smb2_request_pending_timer()
1712 SMB2_TF_HDR_SIZE; in smbd_smb2_request_pending_timer()
2901 SMB2_TF_HDR_SIZE); in smbd_smb2_request_reply()
2912 firsttf->iov_len = SMB2_TF_HDR_SIZE; in smbd_smb2_request_reply()
[all …]