Expand description
AEAD parameters for SMB3 transform (encrypted) messages ([MS-SMB2] §3.1.4.3).
Constants§
- AES128_
KEY_ LEN - Key length for the AES-128 cipher variants ([MS-SMB2] §2.2.3.1.2).
- AES256_
KEY_ LEN - Key length for the AES-256 cipher variants ([MS-SMB2] §2.2.3.1.2).
- CCM_
NONCE_ LEN - AES-128-CCM nonce length.
- GCM_
NONCE_ LEN - AES-128-GCM nonce length.
- TAG_LEN
- AEAD authentication tag length (lands in the transform Signature field).