Home
last modified time | relevance | path

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

/optee_os-3.20.0/lib/libutils/ext/
A Dfault_mitigation.c67 int res2 = 0; in ___ftmn_callee_done_memcmp() local
72 res2 = my_memcmp(p1, p2, nb); in ___ftmn_callee_done_memcmp()
73 if (res2 != res) in ___ftmn_callee_done_memcmp()
142 int res2 = 0; in ___ftmn_set_check_res_memcmp() local
147 res2 = my_memcmp(p1, p2, nb); in ___ftmn_set_check_res_memcmp()
148 if (res2 != res) in ___ftmn_set_check_res_memcmp()
/optee_os-3.20.0/core/tee/
A Dtee_svc.c453 TEE_Result res2 = TEE_SUCCESS; in syscall_get_property() local
489 if (res2 != TEE_SUCCESS) in syscall_get_property()
490 return res2; in syscall_get_property()
508 if (res2 != TEE_SUCCESS) in syscall_get_property()
509 return res2; in syscall_get_property()
929 TEE_Result res2 = TEE_SUCCESS; in syscall_invoke_ta_command() local
958 if (res2 != TEE_SUCCESS) { in syscall_invoke_ta_command()
971 res = res2; in syscall_invoke_ta_command()
1060 TEE_Result res2 = TEE_SUCCESS; in syscall_get_time() local
1080 if (res2 != TEE_SUCCESS) in syscall_get_time()
[all …]
A Dtee_svc_cryp.c2966 if (res2 != TEE_SUCCESS) in syscall_hash_final()
2967 return res2; in syscall_hash_final()
3091 TEE_Result res2; in tee_svc_cipher_update_helper() local
3094 if (res2 != TEE_SUCCESS) in tee_svc_cipher_update_helper()
3095 res = res2; in tee_svc_cipher_update_helper()
3827 if (res2 != TEE_SUCCESS) in syscall_authenc_update_payload()
3828 res = res2; in syscall_authenc_update_payload()
3913 return res2; in syscall_authenc_enc_final()
3918 return res2; in syscall_authenc_enc_final()
3993 return res2; in syscall_authenc_dec_final()
[all …]
/optee_os-3.20.0/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-3.20.0/core/arch/arm/kernel/
A Dthread_spmc.c1218 uint32_t res2 = 0; in thread_rpc_free() local
1226 res2 = mobj_ffa_unregister_by_cookie(cookie); in thread_rpc_free()
1227 if (res2) in thread_rpc_free()
1229 cookie, res2); in thread_rpc_free()

Completed in 18 milliseconds