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