Home
last modified time | relevance | path

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

/optee_os/core/tee/
A Dtee_svc.c400 TEE_Result res2 = TEE_SUCCESS; in syscall_get_property() local
436 if (res2 != TEE_SUCCESS) in syscall_get_property()
437 return res2; in syscall_get_property()
455 if (res2 != TEE_SUCCESS) in syscall_get_property()
456 return res2; in syscall_get_property()
874 TEE_Result res2 = TEE_SUCCESS; in syscall_invoke_ta_command() local
903 if (res2 != TEE_SUCCESS) { in syscall_invoke_ta_command()
916 res = res2; in syscall_invoke_ta_command()
1005 TEE_Result res2 = TEE_SUCCESS; in syscall_get_time() local
1025 if (res2 != TEE_SUCCESS) in syscall_get_time()
[all …]
A Dtee_svc_cryp.c2527 if (res2 != TEE_SUCCESS) in syscall_hash_final()
2528 return res2; in syscall_hash_final()
2647 TEE_Result res2; in tee_svc_cipher_update_helper() local
2650 if (res2 != TEE_SUCCESS) in tee_svc_cipher_update_helper()
2651 res = res2; in tee_svc_cipher_update_helper()
3337 if (res2 != TEE_SUCCESS) in syscall_authenc_update_payload()
3338 res = res2; in syscall_authenc_update_payload()
3419 return res2; in syscall_authenc_enc_final()
3424 return res2; in syscall_authenc_enc_final()
3495 return res2; in syscall_authenc_dec_final()
[all …]
/optee_os/lib/libutee/
A Dtee_api.c175 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in TEE_OpenTASession() local
177 if (res2) in TEE_OpenTASession()
178 TEE_Panic(res2); in TEE_OpenTASession()
233 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in TEE_InvokeTACommand() local
235 if (res2) in TEE_InvokeTACommand()
236 TEE_Panic(res2); in TEE_InvokeTACommand()
/optee_os/core/arch/arm/kernel/
A Dthread_spmc.c1216 uint32_t res2 = 0; in thread_rpc_free() local
1224 res2 = mobj_ffa_unregister_by_cookie(cookie); in thread_rpc_free()
1225 if (res2) in thread_rpc_free()
1227 cookie, res2); in thread_rpc_free()

Completed in 14 milliseconds