1 /*
2  * teek_client_ext.h
3  *
4  * ext api for teek
5  *
6  * Copyright (C) 2022 Huawei Technologies Co., Ltd.
7  *
8  * This software is licensed under the terms of the GNU General Public
9  * License version 2, as published by the Free Software Foundation, and
10  * may be copied, distributed, and modified under those terms.
11  *
12  * This program is distributed in the hope that it will be useful,
13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15  * GNU General Public License for more details.
16  */
17 #ifndef TEEK_CLIENT_EXT_H
18 #define TEEK_CLIENT_EXT_H
19 
20 #include <linux/types.h>
21 
22 /* update crl */
23 #ifdef CONFIG_CMS_SIGNATURE
24 uint32_t teek_update_crl(uint8_t *crl, uint32_t crl_len);
25 #endif
26 
27 #endif