Home
last modified time | relevance | path

Searched refs:TEE_ERROR_OVERFLOW (Results 1 – 14 of 14) sorted by relevance

/optee_os/lib/libutils/isoc/
H A Dstack_check.c16 # define PANIC() _utee_panic(TEE_ERROR_OVERFLOW)
/optee_os/core/pta/
H A Dwidevine.c91 return TEE_ERROR_OVERFLOW; in init_widevine_dt_data()
102 return TEE_ERROR_OVERFLOW; in init_widevine_dt_data()
H A Drtc.c142 return TEE_ERROR_OVERFLOW; in rtc_pta_get_offset()
/optee_os/core/tee/
H A Dtee_time_generic.c85 res = TEE_ERROR_OVERFLOW; in tee_time_get_ta_time()
91 res = TEE_ERROR_OVERFLOW; in tee_time_get_ta_time()
H A Dtee_svc_storage.c108 res = TEE_ERROR_OVERFLOW; in tee_svc_storage_read_head()
741 res = TEE_ERROR_OVERFLOW; in syscall_storage_obj_read()
749 res = TEE_ERROR_OVERFLOW; in syscall_storage_obj_read()
793 res = TEE_ERROR_OVERFLOW; in syscall_storage_obj_write()
855 res = TEE_ERROR_OVERFLOW; in syscall_storage_obj_trunc()
859 res = TEE_ERROR_OVERFLOW; in syscall_storage_obj_trunc()
901 return TEE_ERROR_OVERFLOW; in syscall_storage_obj_seek()
905 return TEE_ERROR_OVERFLOW; in syscall_storage_obj_seek()
H A Dtee_svc_cryp.c695 return TEE_ERROR_OVERFLOW; in op_u32_to_binary_helper()
772 return TEE_ERROR_OVERFLOW; in op_attr_secret_value_to_binary()
892 return TEE_ERROR_OVERFLOW; in op_attr_bignum_to_binary()
1053 return TEE_ERROR_OVERFLOW; in op_attr_25519_to_binary()
1161 return TEE_ERROR_OVERFLOW; in get_user_u64_as_size_t()
1738 return TEE_ERROR_OVERFLOW; in copy_in_attrs()
2018 return TEE_ERROR_OVERFLOW; in syscall_cryp_obj_populate()
2455 return TEE_ERROR_OVERFLOW; in syscall_obj_generate_key()
3704 return TEE_ERROR_OVERFLOW; in syscall_cryp_derive_key()
3747 res = TEE_ERROR_OVERFLOW; in syscall_cryp_derive_key()
[all …]
H A Dtee_svc.c996 if (res == TEE_SUCCESS || res == TEE_ERROR_OVERFLOW) { in syscall_get_time()
/optee_os/lib/libutee/
H A Dtee_api_arith_mpi.c70 return TEE_ERROR_OVERFLOW; in copy_mpi_to_bigint()
149 res = TEE_ERROR_OVERFLOW; in TEE_BigIntConvertFromOctetString()
227 res = TEE_ERROR_OVERFLOW; in TEE_BigIntConvertToS32()
233 res = TEE_ERROR_OVERFLOW; in TEE_BigIntConvertToS32()
236 res = TEE_ERROR_OVERFLOW; in TEE_BigIntConvertToS32()
361 res = TEE_ERROR_OVERFLOW; in TEE_BigIntSetBit()
379 return TEE_ERROR_OVERFLOW; in TEE_BigIntAssign()
H A Dtee_api_objects.c944 res = TEE_ERROR_OVERFLOW; in TEE_WriteObjectData()
953 res != TEE_ERROR_OVERFLOW && in TEE_WriteObjectData()
1012 res = TEE_ERROR_OVERFLOW; in TEE_SeekObjectData()
1020 res = TEE_ERROR_OVERFLOW; in TEE_SeekObjectData()
1029 res = TEE_ERROR_OVERFLOW; in TEE_SeekObjectData()
1042 res != TEE_ERROR_OVERFLOW && in TEE_SeekObjectData()
H A Dtee_api.c667 if (res != TEE_SUCCESS && res != TEE_ERROR_OVERFLOW) { in TEE_GetTAPersistentTime()
675 res != TEE_ERROR_OVERFLOW && in TEE_GetTAPersistentTime()
/optee_os/core/drivers/pinctrl/
H A Dpinctrl.c85 return TEE_ERROR_OVERFLOW; in pinctrl_get_state_by_idx()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h126 #define TEE_ERROR_OVERFLOW 0xFFFF300F macro
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c545 res = TEE_ERROR_OVERFLOW; in load_binary_sp()
891 return TEE_ERROR_OVERFLOW; in handle_fdt_load_relative_mem_regions()
1219 return TEE_ERROR_OVERFLOW; in handle_fdt_mem_regions()
/optee_os/core/kernel/
H A Dtee_ta_manager.c623 res = TEE_ERROR_OVERFLOW; in tee_ta_init_session()