1 /* SPDX-License-Identifier: GPL-2.0+ */
3 * (C) Copyright 2021, Foundries.IO
11 * Requests to OPTEE to enable or provision the Secure Channel Protocol on its
14 * If key provisioning is requested, OPTEE shall generate new SCP03 keys and
15 * write them to the Secure Element.
17 * Both functions return < 0 on error else 0.
19 int tee_enable_scp03(void);
20 int tee_provision_scp03(void);