1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

libcli:smb: Define SMB2_AES_128_CCM_NONCE_SIZE

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Andreas Schneider 2019-02-26 18:06:46 +01:00 committed by Andreas Schneider
parent 068da56a20
commit 43a941f51b

View File

@ -282,4 +282,7 @@
*/
#define SMB2_DHANDLE_FLAG_PERSISTENT 0x00000002
/* The AES CCM nonce N of 15 - L octets. Where L=4 */
#define SMB2_AES_128_CCM_NONCE_SIZE 11
#endif