Searched refs:SMB3_AES_GCM_NONCE (Results 1 – 5 of 5) sorted by relevance
1187 memcpy(iv, (char *)tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in ksmbd_crypt_message()
161 #define SMB3_AES_GCM_NONCE 12 macro
8573 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in fill_transform_hdr()
119 #define SMB3_AES_GCM_NONCE 12 macro
4415 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in fill_transform_hdr()4590 memcpy(iv, (char *)tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in crypt_message()