Home
last modified time | relevance | path

Searched refs:TEE_ERROR_STORAGE_NOT_AVAILABLE (Results 1 – 10 of 10) sorted by relevance

/optee_os/lib/libutee/
H A Dtee_api_objects.c123 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in TEE_GetObjectInfo1()
147 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in __GP11_TEE_GetObjectInfo1()
191 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in TEE_RestrictObjectUsage1()
227 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in TEE_GetObjectBufferAttribute()
278 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in TEE_GetObjectValueAttribute()
540 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in TEE_CopyObjectAttributes1()
604 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in TEE_OpenPersistentObject()
651 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in TEE_CreatePersistentObject()
704 if (res != TEE_SUCCESS && res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in TEE_CloseAndDeletePersistentObject1()
729 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in TEE_RenamePersistentObject()
[all …]
H A Dtee_api_operations.c656 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in TEE_SetOperationKey()
796 res != TEE_ERROR_STORAGE_NOT_AVAILABLE && in set_operation_key2()
/optee_os/core/include/tee/
H A Dtee_fs.h79 return TEE_ERROR_STORAGE_NOT_AVAILABLE; in tee_rpmb_reinit()
85 return TEE_ERROR_STORAGE_NOT_AVAILABLE; in rpmb_mem_stats()
/optee_os/core/tee/
H A Dtee_obj.c61 return TEE_ERROR_STORAGE_NOT_AVAILABLE; in tee_obj_verify()
H A Dtee_rpmb_fs.c1104 return TEE_ERROR_STORAGE_NOT_AVAILABLE; in tee_rpmb_write_and_verify_key()
/optee_os/core/pta/
H A Ddevice.c111 return TEE_ERROR_STORAGE_NOT_AVAILABLE; in invoke_command()
/optee_os/core/kernel/
H A Dldelf_syscalls.c169 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in ldelf_syscall_open_bin()
181 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in ldelf_syscall_open_bin()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h103 #define TEE_ERROR_STORAGE_NOT_AVAILABLE 0xF0100003 macro
/optee_os/core/arch/arm/kernel/
H A Dsecure_partition.c486 res != TEE_ERROR_STORAGE_NOT_AVAILABLE) in sp_binary_open()
/optee_os/
H A DCHANGELOG.md1975 * [#230][pr230]: Persistent object access support (TEE_ERROR_STORAGE_NOT_AVAILABLE/_2)