Home
last modified time | relevance | path

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

/fs/cifs/
Dsmb2ops.c3522 get_random_bytes(&tr_hdr->Nonce, SMB3_AES128GCM_NONCE); in fill_transform_hdr()
3524 get_random_bytes(&tr_hdr->Nonce, SMB3_AES128CCM_NONCE); in fill_transform_hdr()
3692 memcpy(iv, (char *)tr_hdr->Nonce, SMB3_AES128GCM_NONCE); in crypt_message()
3695 memcpy(iv + 1, (char *)tr_hdr->Nonce, SMB3_AES128CCM_NONCE); in crypt_message()
Dsmb2pdu.h132 __u8 Nonce[16]; member