Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dtee_fs.h36 TEE_Result (*create)(struct tee_pobj *po, bool overwrite,
48 bool overwrite);
/optee_os/core/tee/
H A Dtee_ree_fs.c748 bool overwrite) in set_name() argument
756 if (!overwrite && !res) in set_name()
795 static TEE_Result ree_fs_create(struct tee_pobj *po, bool overwrite, in ree_fs_create() argument
851 res = set_name(dirh, fdp, po, overwrite); in ree_fs_create()
903 bool overwrite) in ree_fs_rename() argument
920 if (!res && !overwrite) { in ree_fs_rename()
H A Dtee_rpmb_fs.c2700 bool overwrite) in rpmb_fs_rename_internal() argument
2735 if (!overwrite) { in rpmb_fs_rename_internal()
2761 bool overwrite) in rpmb_fs_rename() argument
2766 res = rpmb_fs_rename_internal(old, new, overwrite); in rpmb_fs_rename()
3044 static TEE_Result rpmb_fs_create(struct tee_pobj *po, bool overwrite, in rpmb_fs_create() argument
3109 res = rpmb_fs_rename_internal(po, NULL, overwrite); in rpmb_fs_create()
H A Dtee_svc_storage.c247 static TEE_Result tee_svc_storage_init_file(struct tee_obj *o, bool overwrite, in tee_svc_storage_init_file() argument
297 res = fops->create(o->pobj, overwrite, &head, sizeof(head), attr, in tee_svc_storage_init_file()
/optee_os/lib/libmbedtls/mbedtls/
H A DREADME.md171 Note that it is possible to build in-place; this will however overwrite the
H A DChangeLog1286 * Fix potential heap buffer overread and overwrite in DTLS if
1923 In Mbed TLS 2.X, the API prescribes that later calls overwrite
2479 those functions as documented with NIST_KW could have a buffer overwrite
5295 * Potential buffer overwrite in pem_write_buffer() because of low length
/optee_os/
H A DCHANGELOG.md863 attempts to create an existing persistent object without the overwrite flag