Home
last modified time | relevance | path

Searched refs:TEE_DATA_FLAG_OVERWRITE (Results 1 – 4 of 4) sorted by relevance

/optee_os/ta/avb/
H A Dentry.c29 TEE_DATA_FLAG_OVERWRITE; in create_rb_state()
260 TEE_DATA_FLAG_OVERWRITE; in write_persist_value()
/optee_os/core/tee/
H A Dtee_pobj.c106 !(flags & TEE_DATA_FLAG_OVERWRITE))) { in tee_pobj_get()
H A Dtee_svc_storage.c319 TEE_DATA_FLAG_OVERWRITE; in syscall_storage_obj_create()
384 flags & TEE_DATA_FLAG_OVERWRITE, in syscall_storage_obj_create()
404 flags & TEE_DATA_FLAG_OVERWRITE, in syscall_storage_obj_create()
/optee_os/lib/libutee/include/
H A Dtee_api_defines.h197 #define TEE_DATA_FLAG_OVERWRITE 0x00000400 macro