Home
last modified time | relevance | path

Searched refs: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
70 if (param_types != exp_param_types) in TA_OpenSessionEntryPoint()
100 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INOUT, in inc_value() local
107 if (param_types != exp_param_types) in inc_value()
120 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_INOUT, in dec_value() local
127 if (param_types != exp_param_types) in dec_value()
/optee_examples/plugins/ta/
A Dplugin_ta.c29 uint32_t exp_param_types = in TA_OpenSessionEntryPoint() local
33 if (param_types != exp_param_types) in TA_OpenSessionEntryPoint()
70 uint32_t exp_param_types = in TA_InvokeCommandEntryPoint() local
74 if (param_types != exp_param_types) in TA_InvokeCommandEntryPoint()
/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
50 if (param_types != exp_param_types) in TA_OpenSessionEntryPoint()
67 uint32_t exp_param_types = in random_number_generate() local
75 if (param_types != exp_param_types) in random_number_generate()
/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
138 if (param_types != exp_param_types) { in register_shared_key()
139 EMSG("Expected: 0x%x, got: 0x%x", exp_param_types, param_types); in register_shared_key()
163 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_VALUE_OUTPUT, in get_hotp() local
168 if (param_types != exp_param_types) { in get_hotp()
169 EMSG("Expected: 0x%x, got: 0x%x", exp_param_types, param_types); in get_hotp()
204 uint32_t exp_param_types = TEE_PARAM_TYPES(TEE_PARAM_TYPE_NONE, in TA_OpenSessionEntryPoint() local
208 if (param_types != exp_param_types) in TA_OpenSessionEntryPoint()
/optee_examples/secure_storage/ta/
A Dsecure_storage_ta.c35 const uint32_t exp_param_types = in delete_object() local
48 if (param_types != exp_param_types) in delete_object()
80 const uint32_t exp_param_types = in create_raw_object() local
96 if (param_types != exp_param_types) in create_raw_object()
147 const uint32_t exp_param_types = in read_raw_object() local
164 if (param_types != exp_param_types) in read_raw_object()
/optee_examples/aes/ta/
A Daes_ta.c113 const uint32_t exp_param_types = in alloc_resources() local
128 if (param_types != exp_param_types) in alloc_resources()
228 const uint32_t exp_param_types = in set_aes_key() local
244 if (param_types != exp_param_types) in set_aes_key()
298 const uint32_t exp_param_types = in reset_aes_iv() local
312 if (param_types != exp_param_types) in reset_aes_iv()
332 const uint32_t exp_param_types = in cipher_buffer() local
344 if (param_types != exp_param_types) in cipher_buffer()

Completed in 11 milliseconds