summaryrefslogtreecommitdiffstats
path: root/include/tee/optee_ta_scp03.h
blob: 13f9956d983b51f002a52174ed8e9ca3f1a36ebf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/* SPDX-License-Identifier: BSD-3-Clause */
/*
 * (C) Copyright 2021, Foundries.IO
 *
 */
#ifndef __TA_SCP03_H
#define __TA_SCP03_H

#define PTA_SCP03_UUID { 0xbe0e5821, 0xe718, 0x4f77, \
			{ 0xab, 0x3e, 0x8e, 0x6c, 0x73, 0xa9, 0xc7, 0x35 } }

/*
 * Enable Secure Channel Protocol functionality (SCP03) on the Secure Element.
 *   Setting the operation value to something different than NULL will trigger
 *   the SCP03 provisioning request.
 *
 *   in	params[0].a = operation
 */
#define PTA_CMD_ENABLE_SCP03	0

#endif /*__TA_SCP03_H*/