1419b0af8Sopenharmony_ci/*
2419b0af8Sopenharmony_ci * teek_client_ext.h
3419b0af8Sopenharmony_ci *
4419b0af8Sopenharmony_ci * ext api for teek
5419b0af8Sopenharmony_ci *
6419b0af8Sopenharmony_ci * Copyright (C) 2022 Huawei Technologies Co., Ltd.
7419b0af8Sopenharmony_ci *
8419b0af8Sopenharmony_ci * This software is licensed under the terms of the GNU General Public
9419b0af8Sopenharmony_ci * License version 2, as published by the Free Software Foundation, and
10419b0af8Sopenharmony_ci * may be copied, distributed, and modified under those terms.
11419b0af8Sopenharmony_ci *
12419b0af8Sopenharmony_ci * This program is distributed in the hope that it will be useful,
13419b0af8Sopenharmony_ci * but WITHOUT ANY WARRANTY; without even the implied warranty of
14419b0af8Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15419b0af8Sopenharmony_ci * GNU General Public License for more details.
16419b0af8Sopenharmony_ci */
17419b0af8Sopenharmony_ci#ifndef TEEK_CLIENT_EXT_H
18419b0af8Sopenharmony_ci#define TEEK_CLIENT_EXT_H
19419b0af8Sopenharmony_ci
20419b0af8Sopenharmony_ci#include <linux/types.h>
21419b0af8Sopenharmony_ci
22419b0af8Sopenharmony_ci/* update crl */
23419b0af8Sopenharmony_ci#ifdef CONFIG_CMS_SIGNATURE
24419b0af8Sopenharmony_ciuint32_t teek_update_crl(uint8_t *crl, uint32_t crl_len);
25419b0af8Sopenharmony_ci#endif
26419b0af8Sopenharmony_ci
27419b0af8Sopenharmony_ci#endif