xref: /OK3568_Linux_fs/external/security/rk_tee_user/v2/ta/aes_perf/include/ta_aes_perf_priv.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright (c) 2015, Linaro Limited
4  * All rights reserved.
5  */
6 
7 #ifndef TA_EAS_PERF_PRIV_H
8 #define TA_EAS_PERF_PRIV_H
9 
10 #include <tee_api.h>
11 
12 TEE_Result cmd_prepare_key(uint32_t param_types, TEE_Param params[4]);
13 TEE_Result cmd_process(uint32_t param_types, TEE_Param params[4], bool sdp);
14 void cmd_clean_res(void);
15 
16 #endif /* TA_EAS_PERF_PRIV_H */
17