Home
last modified time | relevance | path

Searched refs:err_origin (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/xtest/
H A Dinstall_ta.c63 uint32_t err_origin = 0; in install_ta() local
72 &err_origin); in install_ta()
75 " err_origin %#" PRIx32, res, err_origin); in install_ta()
117 uint32_t err_origin = 0; in install_ta_runner_cmd_parser() local
128 NULL, &err_origin); in install_ta_runner_cmd_parser()
131 res, err_origin); in install_ta_runner_cmd_parser()
H A Dsdp_basic.c166 uint32_t err_origin = 0; in create_tee_ctx() local
186 TEEC_LOGIN_PUBLIC, NULL, NULL, &err_origin); in create_tee_ctx()
190 teerc, err_origin); in create_tee_ctx()
234 uint32_t err_origin = 0; in inject_sdp_data() local
265 teerc = TEEC_InvokeCommand(&ctx->sess, cmd, &op, &err_origin); in inject_sdp_data()
268 teerc, err_origin); in inject_sdp_data()
279 uint32_t err_origin = 0; in transform_sdp_data() local
305 teerc = TEEC_InvokeCommand(&ctx->sess, cmd, &op, &err_origin); in transform_sdp_data()
308 teerc, err_origin); in transform_sdp_data()
319 uint32_t err_origin = 0; in dump_sdp_data() local
[all …]
H A Dsha_perf.c56 uint32_t err_origin = 0; in open_ta() local
62 NULL, &err_origin); in open_ta()
63 check_res(res,"TEEC_OpenSession", &err_origin); in open_ta()
H A Daes_perf.c114 uint32_t err_origin = 0; in open_ta() local
120 NULL, &err_origin); in open_ta()
121 check_res(res, "TEEC_OpenSession", &err_origin); in open_ta()