|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
@driver_ops{TEE} More...
#include <tee.h>
Data Fields | |
| tee_get_version_t | get_version |
| @driver_ops_optional Get the current TEE version info. | |
| tee_open_session_t | open_session |
| @driver_ops_optional Open session for Trusted Environment. | |
| tee_close_session_t | close_session |
| @driver_ops_optional Close session for Trusted Environment. | |
| tee_cancel_t | cancel |
| @driver_ops_optional Cancel session or invoke function for Trusted Environment. | |
| tee_invoke_func_t | invoke_func |
| @driver_ops_optional Invoke function for Trusted Environment Application. | |
| tee_shm_register_t | shm_register |
| @driver_ops_optional Register shared memory for Trusted Environment. | |
| tee_shm_unregister_t | shm_unregister |
| @driver_ops_optional Unregister shared memory for Trusted Environment. | |
| tee_suppl_recv_t | suppl_recv |
| @driver_ops_optional Receive a request for TEE Supplicant. | |
| tee_suppl_send_t | suppl_send |
| @driver_ops_optional Send a request for TEE Supplicant function. | |
@driver_ops{TEE}
| tee_cancel_t tee_driver_api::cancel |
@driver_ops_optional Cancel session or invoke function for Trusted Environment.
| tee_close_session_t tee_driver_api::close_session |
@driver_ops_optional Close session for Trusted Environment.
| tee_get_version_t tee_driver_api::get_version |
@driver_ops_optional Get the current TEE version info.
| tee_invoke_func_t tee_driver_api::invoke_func |
@driver_ops_optional Invoke function for Trusted Environment Application.
| tee_open_session_t tee_driver_api::open_session |
@driver_ops_optional Open session for Trusted Environment.
| tee_shm_register_t tee_driver_api::shm_register |
@driver_ops_optional Register shared memory for Trusted Environment.
| tee_shm_unregister_t tee_driver_api::shm_unregister |
@driver_ops_optional Unregister shared memory for Trusted Environment.
| tee_suppl_recv_t tee_driver_api::suppl_recv |
@driver_ops_optional Receive a request for TEE Supplicant.
| tee_suppl_send_t tee_driver_api::suppl_send |
@driver_ops_optional Send a request for TEE Supplicant function.