Searched refs:res2 (Results 1 – 5 of 5) sorted by relevance
67 int res2 = 0; in ___ftmn_callee_done_memcmp() local72 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() local147 res2 = my_memcmp(p1, p2, nb); in ___ftmn_set_check_res_memcmp()148 if (res2 != res) in ___ftmn_set_check_res_memcmp()
453 TEE_Result res2 = TEE_SUCCESS; in syscall_get_property() local489 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() local958 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() local1080 if (res2 != TEE_SUCCESS) in syscall_get_time()[all …]
2966 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() local3094 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 …]
175 TEE_Result res2 = tee_unmap(tmp_buf, tmp_len); in TEE_OpenTASession() local177 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() local235 if (res2) in TEE_InvokeTACommand()236 TEE_Panic(res2); in TEE_InvokeTACommand()
1218 uint32_t res2 = 0; in thread_rpc_free() local1226 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