Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb3_encrypt.c328 nonce_size = SMB3_AES_CCM_NONCE_SIZE; in smb3_decrypt_sr()
338 nonce_size = SMB3_AES_CCM_NONCE_SIZE; in smb3_decrypt_sr()
509 nonce_size = SMB3_AES_CCM_NONCE_SIZE; in smb3_encrypt_sr()
519 nonce_size = SMB3_AES_CCM_NONCE_SIZE; in smb3_encrypt_sr()
H A Dsmb3_encrypt_kcf.c76 ASSERT3U(noncesize, >=, SMB3_AES_CCM_NONCE_SIZE); in smb3_crypto_init_ccm_param()
79 ctx->param.ccm.ulNonceSize = SMB3_AES_CCM_NONCE_SIZE; in smb3_crypto_init_ccm_param()
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfksmb_encrypt_pkcs.c94 ASSERT3U(noncesize, >=, SMB3_AES_CCM_NONCE_SIZE); in smb3_crypto_init_ccm_param()
99 ctx->param.ccm.ulNonceLen = SMB3_AES_CCM_NONCE_SIZE; in smb3_crypto_init_ccm_param()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kcrypt.h48 #define SMB3_AES_CCM_NONCE_SIZE 11 macro