Home
last modified time | relevance | path

Searched refs:TEE_ERROR_CORRUPT_OBJECT (Results 1 – 13 of 13) sorted by relevance

/optee_os-3.20.0/lib/libutee/
A Dtee_api_objects.c74 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_GetObjectInfo1()
118 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_RestrictObjectUsage1()
154 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_GetObjectBufferAttribute()
191 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_GetObjectValueAttribute()
387 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_CopyObjectAttributes1()
432 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_OpenPersistentObject()
466 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_CreatePersistentObject()
528 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_RenamePersistentObject()
595 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_StartPersistentObjectEnumerator()
636 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_GetNextPersistentObject()
[all …]
A Dtee_api_operations.c592 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_SetOperationKey()
661 if (res == TEE_ERROR_CORRUPT_OBJECT) in TEE_SetOperationKey2()
703 if (res == TEE_ERROR_CORRUPT_OBJECT) in TEE_SetOperationKey2()
714 res != TEE_ERROR_CORRUPT_OBJECT && in TEE_SetOperationKey2()
/optee_os-3.20.0/core/tee/
A Dtee_svc_storage.c105 if (res == TEE_ERROR_CORRUPT_OBJECT) in tee_svc_storage_read_head()
115 res = TEE_ERROR_CORRUPT_OBJECT; in tee_svc_storage_read_head()
144 res = TEE_ERROR_CORRUPT_OBJECT; in tee_svc_storage_read_head()
223 if (res == TEE_ERROR_CORRUPT_OBJECT) { in syscall_storage_obj_open()
242 res = TEE_ERROR_CORRUPT_OBJECT; in syscall_storage_obj_open()
243 if (res == TEE_ERROR_CORRUPT_OBJECT && o) in syscall_storage_obj_open()
412 res = TEE_ERROR_CORRUPT_OBJECT; in syscall_storage_obj_create()
413 if (res == TEE_ERROR_CORRUPT_OBJECT && po) in syscall_storage_obj_create()
732 if (res == TEE_ERROR_CORRUPT_OBJECT) { in syscall_storage_obj_read()
788 if (res == TEE_ERROR_CORRUPT_OBJECT) { in syscall_storage_obj_write()
[all …]
A Dfs_htree.c125 return TEE_ERROR_CORRUPT_OBJECT; in rpc_read()
341 return TEE_ERROR_CORRUPT_OBJECT; in init_head_from_data()
519 return TEE_ERROR_CORRUPT_OBJECT; in authenc_decrypt_final()
575 return TEE_ERROR_CORRUPT_OBJECT; in verify_node()
765 return TEE_ERROR_CORRUPT_OBJECT; in tee_fs_htree_sync_to_storage()
822 return TEE_ERROR_CORRUPT_OBJECT; in tee_fs_htree_write_block()
873 return TEE_ERROR_CORRUPT_OBJECT; in tee_fs_htree_read_block()
890 res = TEE_ERROR_CORRUPT_OBJECT; in tee_fs_htree_read_block()
914 return TEE_ERROR_CORRUPT_OBJECT; in tee_fs_htree_truncate()
A Dtee_obj.c65 if (res == TEE_ERROR_CORRUPT_OBJECT) { in tee_obj_verify()
A Dtee_ree_fs.c641 res = TEE_ERROR_CORRUPT_OBJECT; in ree_fs_open()
A Dtee_svc_cryp.c1334 return TEE_ERROR_CORRUPT_OBJECT; in tee_obj_attr_from_binary()
/optee_os-3.20.0/core/kernel/
A Dsecstor_ta.c29 res = TEE_ERROR_CORRUPT_OBJECT; in secstor_ta_open()
/optee_os-3.20.0/lib/libutee/include/
A Dtee_api_defines.h106 #define TEE_ERROR_CORRUPT_OBJECT 0xF0100001 macro
/optee_os-3.20.0/ta/avb/
A Dentry.c204 res = TEE_ERROR_CORRUPT_OBJECT; in read_lock_state()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dstmm_sp.c677 if (res == TEE_ERROR_CORRUPT_OBJECT) { in sec_storage_obj_read()
681 res = TEE_ERROR_CORRUPT_OBJECT; in sec_storage_obj_read()
/optee_os-3.20.0/core/pta/
A Dattestation.c236 if (res == TEE_ERROR_CORRUPT_OBJECT) { in sec_storage_obj_read()
/optee_os-3.20.0/
A DCHANGELOG.md1644 * [#230][pr230]: Persistent object corruption support (TEE_ERROR_CORRUPT_OBJECT/_2)

Completed in 33 milliseconds