Searched refs:Nonce (Results 1 – 2 of 2) sorted by relevance
3522 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()
132 __u8 Nonce[16]; member