Home
last modified time | relevance | path

Searched refs:TEEC_ORIGIN_TRUSTED_APP (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dxtest_helpers.c63 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_allocate_operation()
93 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_allocate_transient_object()
222 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_populate_transient_object()
251 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_set_operation_key()
274 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_free_transient_object()
313 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_derive_key()
346 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_get_object_buffer_attribute()
372 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_free_operation()
396 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_is_algo_supported()
H A Dregression_4100.c29 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, ret_orig); in cmd_new_var()
48 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, ret_orig); in cmd_new_fmm_var()
69 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, ret_orig); in cmd_new_fmm_ctx()
91 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, ret_orig); in cmd_free_handle()
113 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, ret_orig); in cmd_from_octet_string()
131 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, ret_orig); in cmd_from_s32()
148 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, ret_orig); in cmd_get_bit()
167 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, ret_orig); in cmd_get_bit_count()
187 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, ret_orig); in cmd_binary_cmd()
204 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, ret_orig); in cmd_unary_cmd()
[all …]
H A Dregression_4000.c41 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_reset_operation()
68 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_copy_operation()
95 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_digest_update()
129 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_digest_do_final()
164 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_set_operation_key2()
196 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_mac_init()
224 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_mac_update()
260 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_mac_final_compute()
296 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_cipher_init()
328 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in ta_crypt_cmd_cipher_update()
[all …]
H A Dxtest_test.c75 ADBG_ENUM_TABLE_ENTRY(TEEC_ORIGIN_TRUSTED_APP)
H A Dsdp_basic.c551 if ((valid_ref && orig != TEEC_ORIGIN_TRUSTED_APP) || in invoke_out_of_bounds()
552 (!valid_ref && ((orig == TEEC_ORIGIN_TRUSTED_APP) || in invoke_out_of_bounds()
H A Dregression_5000.c156 ADBG_EXPECT_COMPARE_UNSIGNED(cs->c, TEEC_ORIGIN_TRUSTED_APP, !=, in OpenSession_error_notExistingTA()
H A Dregression_1000.c805 TEEC_ORIGIN_TRUSTED_APP, in xtest_tee_test_1009_subcase()
1384 ADBG_EXPECT_COMPARE_UNSIGNED(c, ret_orig, !=, TEEC_ORIGIN_TRUSTED_APP); in invoke_1byte_out_of_bounds()
1447 ADBG_EXPECT_COMPARE_UNSIGNED(c, ret_orig, !=, TEEC_ORIGIN_TRUSTED_APP); in xtest_tee_test_1018()
1538 (void)ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, in xtest_tee_test_1020()
/OK3568_Linux_fs/external/security/rk_tee_user/v1/client_export/public/
H A Dtee_client_api.h197 #define TEEC_ORIGIN_TRUSTED_APP 0x00000004 macro
/OK3568_Linux_fs/u-boot/include/optee_include/
H A Dtee_client_api.h172 #define TEEC_ORIGIN_TRUSTED_APP 0x00000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/client_export/public/
H A Dtee_client_api.h205 #define TEEC_ORIGIN_TRUSTED_APP 0x00000004 macro
/OK3568_Linux_fs/external/security/librkcrypto/third_party/optee_client/public/
H A Dtee_client_api.h205 #define TEEC_ORIGIN_TRUSTED_APP 0x00000004 macro
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/gp/include/
H A Dxml_client_api.h210 ADBG_EXPECT_TEEC_ERROR_ORIGIN(c, TEEC_ORIGIN_TRUSTED_APP, \