xref: /freebsd/sys/dev/qat/qat_api/common/include/lac_module.h (revision 59c8e88e72633afbc47a4ace0d2170d00d51f7dc)
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