Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/fs/smb/server/
H A Dauth.c1187 memcpy(iv, (char *)tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in ksmbd_crypt_message()
1190 memcpy(iv + 1, (char *)tr_hdr->Nonce, SMB3_AES_CCM_NONCE); in ksmbd_crypt_message()
H A Dsmb2pdu.c8571 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in fill_transform_hdr()
8573 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_CCM_NONCE); in fill_transform_hdr()
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2ops.c4170 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in fill_transform_hdr()
4172 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_CCM_NONCE); in fill_transform_hdr()
4345 memcpy(iv, (char *)tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in crypt_message()
4348 memcpy(iv + 1, (char *)tr_hdr->Nonce, SMB3_AES_CCM_NONCE); in crypt_message()
H A Dsmb2pdu.h139 __u8 Nonce[16]; member
190 /* u8 Nonce[] */
/kernel/linux/linux-6.6/fs/smb/client/
H A Dsmb2ops.c4229 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in fill_transform_hdr()
4231 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_CCM_NONCE); in fill_transform_hdr()
4416 memcpy(iv, (char *)tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in crypt_message()
4419 memcpy(iv + 1, (char *)tr_hdr->Nonce, SMB3_AES_CCM_NONCE); in crypt_message()
/kernel/linux/linux-6.6/fs/smb/common/
H A Dsmb2pdu.h203 __u8 Nonce[16]; member

Completed in 32 milliseconds