Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb3_encrypt.c26 #define SMB3_NONCE_OFFS 20 macro
409 authdata = th_raw + SMB3_NONCE_OFFS; in smb3_decrypt_sr()
410 authlen = SMB3_TFORM_HDR_SIZE - SMB3_NONCE_OFFS; in smb3_decrypt_sr()
574 authdata = th_raw + SMB3_NONCE_OFFS; in smb3_encrypt_sr()
575 authlen = SMB3_TFORM_HDR_SIZE - SMB3_NONCE_OFFS; in smb3_encrypt_sr()