Home
last modified time | relevance | path

Searched refs:SMB3_AES128CMM_NONCE (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/fs/cifs/
Dsmb2pdu.h125 #define SMB3_AES128CMM_NONCE 11 macro
Dsmb2ops.c2628 get_random_bytes(&tr_hdr->Nonce, SMB3_AES128CMM_NONCE); in fill_transform_hdr()
2795 memcpy(iv + 1, (char *)tr_hdr->Nonce, SMB3_AES128CMM_NONCE); in crypt_message()