Home
last modified time | relevance | path

Searched refs:TEE_STORAGE_PRIVATE (Results 1 – 7 of 7) sorted by relevance

/optee_os/core/include/tee/
H A Dtee_fs.h98 case TEE_STORAGE_PRIVATE: in tee_svc_storage_file_ops()
/optee_os/ta/pkcs11/src/
H A Dpersistent_token.c48 return TEE_OpenPersistentObject(TEE_STORAGE_PRIVATE, file, sizeof(file), in open_db_file()
481 res = TEE_OpenPersistentObject(TEE_STORAGE_PRIVATE, in load_persistent_object_attributes()
553 res = TEE_OpenPersistentObject(TEE_STORAGE_PRIVATE, in update_persistent_object_attributes()
685 res = TEE_CreatePersistentObject(TEE_STORAGE_PRIVATE, in init_persistent_db()
H A Dobject.c114 res = TEE_OpenPersistentObject(TEE_STORAGE_PRIVATE, in cleanup_persistent_object()
257 res = TEE_CreatePersistentObject(TEE_STORAGE_PRIVATE, in create_object()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h190 #define TEE_STORAGE_PRIVATE 0x00000001 macro
/optee_os/core/pta/
H A Dattestation.c299 res = sec_storage_obj_read(&pta_uuid, TEE_STORAGE_PRIVATE, in load_key()
321 res = sec_storage_obj_write(&pta_uuid, TEE_STORAGE_PRIVATE, in write_key()
/optee_os/core/tee/
H A Dtadb.c225 db->ops = tee_svc_storage_file_ops(TEE_STORAGE_PRIVATE); in tadb_open()
/optee_os/core/kernel/
H A Dree_fs_ta.c103 ops = tee_svc_storage_file_ops(TEE_STORAGE_PRIVATE); in check_update_version()