Home
last modified time | relevance | path

Searched refs:create (Results 1 – 17 of 17) sorted by relevance

/optee_os-3.20.0/core/include/tee/
A Dfs_dirfile.h37 TEE_Result (*open)(bool create, uint8_t *hash, const TEE_UUID *uuid,
56 TEE_Result tee_fs_dirfile_open(bool create, uint8_t *hash,
A Dtee_fs.h34 TEE_Result (*create)(struct tee_pobj *po, bool overwrite, member
60 TEE_Result tee_rpmb_fs_raw_open(const char *fname, bool create,
A Dtadb.h33 TEE_Result (*create)(uint32_t file_number, int *fd); member
A Dfs_htree.h113 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, const TEE_UUID *uuid,
/optee_os-3.20.0/lib/libmbedtls/mbedtls/
A DBUGS.md17 4. Please [create an issue on on GitHub](https://github.com/Mbed-TLS/mbedtls/issues).
A DREADME.md41 The Make and CMake build systems create three libraries: libmbedcrypto, libmbedx509, and libmbedtls…
136 remove the build directory and create it again.
A DChangeLog294 to create is not valid, bringing them in line with version 1.0.0 of the
659 * Attempting to create a volatile key with a non-zero key identifier now
662 * Attempting to create or register a key with a key identifier in the vendor
2699 Cannot be triggered remotely unless you create X.509 certificates based
4539 how to create a test PKI
/optee_os-3.20.0/core/tee/
A Dfs_htree.c254 static TEE_Result get_node(struct tee_fs_htree *ht, bool create, in get_node() argument
271 if (!create) in get_node()
614 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, const TEE_UUID *uuid, in tee_fs_htree_open() argument
628 if (create) { in tee_fs_htree_open()
797 static TEE_Result get_block_node(struct tee_fs_htree *ht, bool create, in get_block_node() argument
803 res = get_node(ht, create, BLOCK_NUM_TO_NODE_ID(block_num), &nd); in get_block_node()
A Dtee_ree_fs.c394 static TEE_Result ree_fs_open_primitive(bool create, uint8_t *hash, in ree_fs_open_primitive() argument
408 if (create) in ree_fs_open_primitive()
417 res = tee_fs_htree_open(create, hash, uuid, &ree_fs_storage_ops, in ree_fs_open_primitive()
431 if (create) in ree_fs_open_primitive()
994 .create = ree_fs_create,
A Dfs_dirfile.c124 TEE_Result tee_fs_dirfile_open(bool create, uint8_t *hash, in tee_fs_dirfile_open() argument
136 res = fops->open(create, hash, NULL, NULL, &dirh->fh); in tee_fs_dirfile_open()
A Dtee_rpmb_fs.c2309 const TEE_UUID *uuid, bool create) in rpmb_fs_open_internal() argument
2322 if (create) { in rpmb_fs_open_internal()
2350 if (create) { in rpmb_fs_open_internal()
3047 .create = rpmb_fs_create,
3059 TEE_Result tee_rpmb_fs_raw_open(const char *fname, bool create, in tee_rpmb_fs_raw_open() argument
3073 res = rpmb_fs_open_internal(fh, &uuid, create); in tee_rpmb_fs_raw_open()
3078 if (create) in tee_rpmb_fs_raw_open()
A Dtadb.c229 res = db->ops->create(&po, false, NULL, 0, NULL, 0, NULL, 0, in tadb_open()
A Dtee_svc_storage.c298 res = fops->create(o->pobj, overwrite, &head, sizeof(head), attr, in tee_svc_storage_init_file()
/optee_os-3.20.0/core/pta/
A Dattestation.c276 res = po->fops->create(po, false, NULL, 0, NULL, 0, NULL, 0, in sec_storage_obj_write()
/optee_os-3.20.0/core/kernel/
A Dree_fs_ta.c113 res = ops->create(&pobj, false, NULL, 0, NULL, 0, NULL, 0, &fh); in check_update_version()
/optee_os-3.20.0/core/arch/arm/kernel/
A Dstmm_sp.c732 res = po->fops->create(po, false, NULL, 0, NULL, 0, NULL, 0, in sec_storage_obj_write()
/optee_os-3.20.0/
A DCHANGELOG.md533 attempts to create an existing persistent object without the overwrite flag

Completed in 46 milliseconds