Searched refs:temporary (Results 1 – 4 of 4) sorted by relevance
22 bool temporary; /* can be changed while creating == true */ member
129 o->temporary = true; in tee_pobj_get()156 po->temporary = false; in tee_pobj_create_final()
2014 bool temporary) in alloc_file_handle() argument2024 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()
150 * 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.