Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb3_encrypt.c316 size_t nonce_size; in smb3_decrypt_sr() local
328 nonce_size = SMB3_AES_CCM_NONCE_SIZE; in smb3_decrypt_sr()
333 nonce_size = SMB3_AES_GCM_NONCE_SIZE; in smb3_decrypt_sr()
338 nonce_size = SMB3_AES_CCM_NONCE_SIZE; in smb3_decrypt_sr()
343 nonce_size = SMB3_AES_GCM_NONCE_SIZE; in smb3_decrypt_sr()
414 sr->th_nonce, nonce_size, in smb3_decrypt_sr()
418 sr->th_nonce, nonce_size, in smb3_decrypt_sr()
498 size_t nonce_size; in smb3_encrypt_sr() local
509 nonce_size = SMB3_AES_CCM_NONCE_SIZE; in smb3_encrypt_sr()
579 sr->th_nonce, nonce_size, in smb3_encrypt_sr()
[all …]