Skip to main content

Module aead

Module aead 

Source
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).