xref: /OK3568_Linux_fs/buildroot/package/rockchip/tee-user-app/extra_app/ta/include/ta_keybox.h (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1 /* SPDX-License-Identifier: BSD-2-Clause */
2 /*
3  * Copyright (c) 2014, STMicroelectronics International N.V.
4  * All rights reserved.
5  */
6 
7 #ifndef __TA_KEYBOX_H
8 #define __TA_KEYBOX_H
9 
10 #define TA_KEYBOX_UUID  { 0x8c6cf810, 0x685d, 0x4654, \
11 	{ 0xae, 0x71, 0x80, 0x31, 0xbe, 0xee, 0x46, 0x7e } }
12 
13 #define TA_KEY_READ		1
14 #define TA_KEY_WRITE		2
15 #define TA_KEY_RNG		3
16 #define TA_KEY_VER		4
17 
18 #endif /* __TA_KEYBOX_H */
19