Home
last modified time | relevance | path

Searched refs:rename (Results 1 – 6 of 6) sorted by relevance

/optee_os/core/include/tee/
H A Dtee_fs.h47 TEE_Result (*rename)(struct tee_pobj *old_po, struct tee_pobj *new_po, member
/optee_os/lib/libmbedtls/mbedtls/library/
H A Dpsa_its_file.c53 #define rename_replace_existing(oldpath, newpath) rename(oldpath, newpath)
/optee_os/core/tee/
H A Dtee_svc_storage.c524 res = fops->rename(o->pobj, po, false /* no overwrite */); in syscall_storage_obj_rename()
H A Dtee_ree_fs.c1105 .rename = ree_fs_rename,
H A Dtee_rpmb_fs.c3137 .rename = rpmb_fs_rename,
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1854 header compat-1.3.h and the script rename.pl.
2587 * In the PSA API, rename the types of elliptic curve and Diffie-Hellman
4769 Migration helpers scripts/rename.pl and include/mbedtls/compat-1.3.h are
4770 provided. Full list of renamings in scripts/data_files/rename-1.3-2.0.txt
4789 (see rename.pl and compat-1.3.h above) and their first argument's type
4880 * Removed sig_oid2 and rename sig_oid1 to sig_oid in x509_crt and x509_crl.