Searched refs:SMB3_AES_CCM_NONCE_SIZE (Results 1 – 7 of 7) sorted by relevance
328 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()
76 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()
80 ASSERT3U(noncesize, >=, SMB3_AES_CCM_NONCE_SIZE); in nsmb_crypto_init_ccm_param()83 ctx->param.ccm.ulNonceSize = SMB3_AES_CCM_NONCE_SIZE; in nsmb_crypto_init_ccm_param()
52 #define SMB3_AES_CCM_NONCE_SIZE 11 macro
94 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()
99 ASSERT3U(noncesize, >=, SMB3_AES_CCM_NONCE_SIZE); in nsmb_crypto_init_ccm_param()104 ctx->param.ccm.ulNonceLen = SMB3_AES_CCM_NONCE_SIZE; in nsmb_crypto_init_ccm_param()
48 #define SMB3_AES_CCM_NONCE_SIZE 11 macro