1 /* SPDX-License-Identifier: BSD-3-Clause */ 2 /* Copyright(c) 2007-2022 Intel Corporation */ 3 /* $FreeBSD$ */ 4 #ifndef __LAC_MODULE_H__ 5 #define __LAC_MODULE_H__ 6 7 #include "icp_qat_hw.h" 8 9 /* Lac module getter/setter for TUNABLE_INT in lac_module.c */ 10 icp_qat_hw_auth_mode_t Lac_GetQatHmacMode(void); 11 void Lac_SetQatHmacMode(const icp_qat_hw_auth_mode_t); 12 13 #endif 14