Home
last modified time | relevance | path

Searched defs:exp_param_types (Results 1 – 6 of 6) sorted by relevance

/optee_examples/hello_world/ta/
A Dhello_world_ta.c63 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_NONE, in TA_OpenSessionEntryPoint() local
100 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INOUT, in inc_value() local
120 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INOUT, in dec_value() local
/optee_examples/random/ta/
A Drandom_example_ta.c46 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_NONE, in TA_OpenSessionEntryPoint() local
67 uint32_t exp_param_types = in random_number_generate() local
/optee_examples/plugins/ta/
A Dplugin_ta.c29 uint32_t exp_param_types = in TA_OpenSessionEntryPoint() local
70 uint32_t exp_param_types = in TA_InvokeCommandEntryPoint() local
/optee_examples/secure_storage/ta/
A Dsecure_storage_ta.c35 const uint32_t exp_param_types = in delete_object() local
80 const uint32_t exp_param_types = in create_raw_object() local
147 const uint32_t exp_param_types = in read_raw_object() local
/optee_examples/hotp/ta/
A Dhotp_ta.c133 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_MEMREF_INPUT, in register_shared_key() local
163 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in get_hotp() local
204 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_NONE, in TA_OpenSessionEntryPoint() local
/optee_examples/aes/ta/
A Daes_ta.c113 const uint32_t exp_param_types = in alloc_resources() local
228 const uint32_t exp_param_types = in set_aes_key() local
298 const uint32_t exp_param_types = in reset_aes_iv() local
332 const uint32_t exp_param_types = in cipher_buffer() local

Completed in 6 milliseconds