Crate tee

Source

Structs§

TeecOperation

Constants§

TEEC_ERROR_NOT_SUPPORTED
TEEC_ERROR_SHORT_BUFFER
TEEC_MEMREF_TEMP_INPUT
TEEC_MEMREF_TEMP_OUTPUT
TEEC_NONE
TEEC_SUCCESS
TEEC_VALUE_INPUT

Statics§

KEYSAFE_TA_UUID
The TA UUID for keysafe: the trust side app for KMS.

Functions§

call_command
Creates a temporary session and call a command.
call_command_on_device
Creates a temporary session using the provided device and call a command.
create_operation
Creates an operation object that would be used in call_command.
get_memref_input_parameter
Gets a temp memory reference parameter as input.
get_memref_output_parameter
Gets a temp memory reference parameter as output.
get_value_parameter
Gets a value parameter.
get_zero_parameter
Gets a None parameter.
teec_param_types
This is the same macro definition as TEEC_PARAM_TYPES in tee-client-types.h

Unions§

TeecParameter