Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dtee_pobj.h22 bool temporary; /* can be changed while creating == true */ member
/optee_os/core/tee/
H A Dtee_pobj.c129 o->temporary = true; in tee_pobj_get()
156 po->temporary = false; in tee_pobj_create_final()
H A Dtee_rpmb_fs.c2014 bool temporary) in alloc_file_handle() argument
2024 temporary); in alloc_file_handle()
2683 struct rpmb_file_handle *fh = alloc_file_handle(po, po->temporary); in rpmb_fs_remove()
2712 fh_old = alloc_file_handle(old, old->temporary); in rpmb_fs_rename_internal()
2721 fh_new = alloc_file_handle(new, new->temporary); in rpmb_fs_rename_internal()
3023 struct rpmb_file_handle *fh = alloc_file_handle(po, po->temporary); in rpmb_fs_open()
3053 struct rpmb_file_handle *fh = alloc_file_handle(po, po->temporary); in rpmb_fs_create()
3102 if (po->temporary) { in rpmb_fs_create()
3108 po->temporary = false; in rpmb_fs_create()
3111 po->temporary = true; in rpmb_fs_create()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog150 * Zeroize a temporary heap buffer used in psa_key_derivation_output_key()
152 * Zeroize temporary heap buffers used in PSA operations.
1648 temporary variable on the heap. Suggested by Sergey Kanatov in #5304.