Searched refs:Nonce (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/smb/server/
H A Dauth.c1189 memcpy(iv, (char *)tr_hdr->Nonce, SMB3_AES_GCM_NONCE);
1192 memcpy(iv + 1, (char *)tr_hdr->Nonce, SMB3_AES_CCM_NONCE);
H A Dsmb2pdu.c8868 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_GCM_NONCE);
8870 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_CCM_NONCE);
/linux-master/fs/smb/client/
H A Dsmb2ops.c4096 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_GCM_NONCE);
4098 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_CCM_NONCE);
4283 memcpy(iv, (char *)tr_hdr->Nonce, SMB3_AES_GCM_NONCE);
4286 memcpy(iv + 1, (char *)tr_hdr->Nonce, SMB3_AES_CCM_NONCE);
/linux-master/fs/smb/common/
H A Dsmb2pdu.h204 __u8 Nonce[16]; member in struct:smb2_transform_hdr

Completed in 149 milliseconds