Searched refs:check_res (Results 1 – 2 of 2) sorted by relevance
/optee_test/host/xtest/ |
A D | sha_perf.c | 46 static void check_res(TEEC_Result res, const char *errmsg, uint32_t *orig) in check_res() function 59 check_res(res,"TEEC_InitializeContext", NULL); in open_ta() 63 check_res(res,"TEEC_OpenSession", &err_origin); in open_ta() 155 check_res(res, "TEEC_AllocateSharedMemory", NULL); in alloc_shm() 160 check_res(res, "TEEC_AllocateSharedMemory", NULL); in alloc_shm() 230 check_res(res, "TEEC_InvokeCommand", &ret_origin); in run_test_once() 247 check_res(res, "TEEC_InvokeCommand", &ret_origin); in prepare_op()
|
A D | aes_perf.c | 104 static void check_res(TEEC_Result res, const char *errmsg, uint32_t *orig) in check_res() function 117 check_res(res, "TEEC_InitializeContext", NULL); in open_ta() 121 check_res(res, "TEEC_OpenSession", &err_origin); in open_ta() 236 check_res(res, "TEEC_RegisterSharedMemoryFileDescriptor", NULL); in register_shm() 247 check_res(res, "TEEC_AllocateSharedMemory", NULL); in allocate_shm() 366 check_res(res, "TEEC_InvokeCommand", &ret_origin); in prepare_key() 506 check_res(res, "TEEC_InvokeCommand", &ret_origin); in aes_perf_run_test()
|
Completed in 5 milliseconds