Searched refs:Nonce (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/fs/smb/server/ |
H A D | auth.c | 1187 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 D | smb2pdu.c | 8571 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 D | smb2ops.c | 4170 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 D | smb2pdu.h | 139 __u8 Nonce[16]; member 190 /* u8 Nonce[] */
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | smb2ops.c | 4229 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 D | smb2pdu.h | 203 __u8 Nonce[16]; member
|
Completed in 32 milliseconds