Searched refs:Nonce (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/fs/ksmbd/ |
D | auth.c | 1172 memcpy(iv, (char *)tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in ksmbd_crypt_message() 1175 memcpy(iv + 1, (char *)tr_hdr->Nonce, SMB3_AES_CCM_NONCE); in ksmbd_crypt_message()
|
D | smb2pdu.c | 8554 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in fill_transform_hdr() 8556 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_CCM_NONCE); in fill_transform_hdr()
|
/Linux-v6.1/fs/smbfs_common/ |
D | smb2pdu.h | 181 __u8 Nonce[16]; member
|
/Linux-v6.1/Documentation/crypto/ |
D | userspace-if.rst | 321 - the concatenation of *Entropy* and *Nonce* can be provided to the RNG via
|
/Linux-v6.1/fs/cifs/ |
D | smb2ops.c | 4201 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in fill_transform_hdr() 4203 get_random_bytes(&tr_hdr->Nonce, SMB3_AES_CCM_NONCE); in fill_transform_hdr() 4383 memcpy(iv, (char *)tr_hdr->Nonce, SMB3_AES_GCM_NONCE); in crypt_message() 4386 memcpy(iv + 1, (char *)tr_hdr->Nonce, SMB3_AES_CCM_NONCE); in crypt_message()
|