Searched refs:err_origin (Results 1 – 4 of 4) sorted by relevance
/optee_test-3.20.0/host/xtest/ |
A D | install_ta.c | 63 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()
|
A D | sdp_basic.c | 201 uint32_t err_origin = 0; in create_tee_ctx() local 221 TEEC_LOGIN_PUBLIC, NULL, NULL, &err_origin); in create_tee_ctx() 225 teerc, err_origin); in create_tee_ctx() 269 uint32_t err_origin = 0; in inject_sdp_data() local 300 teerc = TEEC_InvokeCommand(&ctx->sess, cmd, &op, &err_origin); in inject_sdp_data() 303 teerc, err_origin); in inject_sdp_data() 314 uint32_t err_origin = 0; in transform_sdp_data() local 340 teerc = TEEC_InvokeCommand(&ctx->sess, cmd, &op, &err_origin); in transform_sdp_data() 343 teerc, err_origin); in transform_sdp_data() 354 uint32_t err_origin = 0; in dump_sdp_data() local [all …]
|
A D | hash_perf.c | 56 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()
|
A D | aes_perf.c | 114 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()
|
Completed in 28 milliseconds