Home
last modified time | relevance | path

Searched defs:param_types (Results 1 – 7 of 7) sorted by relevance

/optee_examples/hello_world/ta/
A Dhello_world_ta.c59 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint()
97 static TEE_Result inc_value(uint32_t param_types, in inc_value()
117 static TEE_Result dec_value(uint32_t param_types, in dec_value()
143 uint32_t param_types, TEE_Param params[4]) in TA_InvokeCommandEntryPoint()
/optee_examples/random/ta/
A Drandom_example_ta.c42 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint()
64 static TEE_Result random_number_generate(uint32_t param_types, in random_number_generate()
99 uint32_t param_types, TEE_Param params[4]) in TA_InvokeCommandEntryPoint()
/optee_examples/secure_storage/ta/
A Dsecure_storage_ta.c33 static TEE_Result delete_object(uint32_t param_types, TEE_Param params[4]) in delete_object()
78 static TEE_Result create_raw_object(uint32_t param_types, TEE_Param params[4]) in create_raw_object()
145 static TEE_Result read_raw_object(uint32_t param_types, TEE_Param params[4]) in read_raw_object()
241 TEE_Result TA_OpenSessionEntryPoint(uint32_t __unused param_types, in TA_OpenSessionEntryPoint()
256 uint32_t param_types, in TA_InvokeCommandEntryPoint()
/optee_examples/aes/ta/
A Daes_ta.c110 static TEE_Result alloc_resources(void *session, uint32_t param_types, in alloc_resources()
225 static TEE_Result set_aes_key(void *session, uint32_t param_types, in set_aes_key()
295 static TEE_Result reset_aes_iv(void *session, uint32_t param_types, in reset_aes_iv()
329 static TEE_Result cipher_buffer(void *session, uint32_t param_types, in cipher_buffer()
375 TEE_Result TA_OpenSessionEntryPoint(uint32_t __unused param_types, in TA_OpenSessionEntryPoint()
417 uint32_t param_types, in TA_InvokeCommandEntryPoint()
/optee_examples/hotp/ta/
A Dhotp_ta.c129 static TEE_Result register_shared_key(uint32_t param_types, TEE_Param params[4]) in register_shared_key()
155 static TEE_Result get_hotp(uint32_t param_types, TEE_Param params[4]) in get_hotp()
200 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint()
220 uint32_t param_types, TEE_Param params[4]) in TA_InvokeCommandEntryPoint()
/optee_examples/plugins/ta/
A Dplugin_ta.c25 TEE_Result TA_OpenSessionEntryPoint(uint32_t param_types, in TA_OpenSessionEntryPoint()
67 uint32_t cmd_id, uint32_t param_types, in TA_InvokeCommandEntryPoint()
/optee_examples/acipher/ta/
A Dacipher_ta.c121 TEE_Result TA_OpenSessionEntryPoint(uint32_t __unused param_types, in TA_OpenSessionEntryPoint()
150 uint32_t param_types, in TA_InvokeCommandEntryPoint()

Completed in 23 milliseconds