Home
last modified time | relevance | path

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

/linux-6.6.21/fs/smb/server/
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()
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()
/linux-6.6.21/fs/smb/common/
Dsmb2pdu.h203 __u8 Nonce[16]; member
/linux-6.6.21/Documentation/ABI/testing/
Dsysfs-class-firmware-attributes434 "Nonce": <16-bit unsigned number display in base 10>,
/linux-6.6.21/Documentation/crypto/
Duserspace-if.rst321 - the concatenation of *Entropy* and *Nonce* can be provided to the RNG via
/linux-6.6.21/fs/smb/client/
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()