Home
last modified time | relevance | path

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

/optee_os/core/include/tee/
H A Dfs_dirfile.h37 TEE_Result (*open)(bool create, uint8_t *hash, uint32_t min_counter,
59 TEE_Result tee_fs_dirfile_open(bool create, uint8_t *hash, uint32_t min_counter,
H A Dtee_fs.h36 TEE_Result (*create)(struct tee_pobj *po, bool overwrite, member
63 TEE_Result tee_rpmb_fs_raw_open(const char *fname, bool create,
H A Dtadb.h33 TEE_Result (*create)(uint32_t file_number, int *fd); member
H A Dfs_htree.h114 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, uint32_t min_counter,
/optee_os/lib/libmbedtls/mbedtls/
H A DBUGS.md17 4. Please [create an issue on on GitHub](https://github.com/Mbed-TLS/mbedtls/issues).
H A DCONTRIBUTING.md37 …erent interface (different prototype, or different documented behavior), create a new function wit…
H A DREADME.md43 The Make and CMake build systems create three libraries: libmbedcrypto, libmbedx509, and libmbedtls…
169 remove the build directory and create it again.
H A DChangeLog51 only affects applications that create (as opposed to consume) X.509
488 mbedtls_pk_import_into_psa() provide a uniform way to create a PSA
2171 to create is not valid, bringing them in line with version 1.0.0 of the
2548 * Attempting to create a volatile key with a non-zero key identifier now
2551 * Attempting to create or register a key with a key identifier in the vendor
4588 Cannot be triggered remotely unless you create X.509 certificates based
6428 how to create a test PKI
/optee_os/core/tee/
H A Dfs_htree.c255 static TEE_Result get_node(struct tee_fs_htree *ht, bool create, in get_node() argument
272 if (!create) in get_node()
675 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, uint32_t min_counter, in tee_fs_htree_open() argument
690 if (create) { in tee_fs_htree_open()
853 static TEE_Result get_block_node(struct tee_fs_htree *ht, bool create, in get_block_node() argument
859 res = get_node(ht, create, BLOCK_NUM_TO_NODE_ID(block_num), &nd); in get_block_node()
H A Dtee_ree_fs.c422 static TEE_Result ree_fs_open_primitive(bool create, uint8_t *hash, in ree_fs_open_primitive() argument
437 if (create) in ree_fs_open_primitive()
446 res = tee_fs_htree_open(create, hash, min_counter, uuid, in ree_fs_open_primitive()
460 if (create) in ree_fs_open_primitive()
1100 .create = ree_fs_create,
H A Dfs_dirfile.c124 TEE_Result tee_fs_dirfile_open(bool create, uint8_t *hash, uint32_t min_counter, in tee_fs_dirfile_open() argument
136 res = fops->open(create, hash, min_counter, NULL, NULL, &dirh->fh); in tee_fs_dirfile_open()
H A Dtee_rpmb_fs.c2339 const TEE_UUID *uuid, bool create) in rpmb_fs_open_internal() argument
2352 if (create) { in rpmb_fs_open_internal()
2380 if (create) { in rpmb_fs_open_internal()
3132 .create = rpmb_fs_create,
3144 TEE_Result tee_rpmb_fs_raw_open(const char *fname, bool create, in tee_rpmb_fs_raw_open() argument
3158 res = rpmb_fs_open_internal(fh, &uuid, create); in tee_rpmb_fs_raw_open()
3163 if (create) in tee_rpmb_fs_raw_open()
H A Dtadb.c229 res = db->ops->create(&po, false, NULL, 0, NULL, 0, in tadb_open()
H A Dtee_svc_storage.c297 res = fops->create(o->pobj, overwrite, &head, sizeof(head), attr, in tee_svc_storage_init_file()
/optee_os/core/pta/veraison_attestation/
H A DREADME.md11 Instead, this PTA aims to demonstrate the integration of various libraries and tools to create a tr…
/optee_os/core/kernel/
H A Dree_fs_ta.c115 res = ops->create(&pobj, false, NULL, 0, NULL, 0, &db_hdr, NULL, in check_update_version()
/optee_os/core/pta/
H A Dattestation.c282 res = po->fops->create(po, false, NULL, 0, NULL, 0, in sec_storage_obj_write()
/optee_os/core/arch/arm/kernel/
H A Dstmm_sp.c752 res = po->fops->create(po, false, NULL, 0, NULL, 0, in sec_storage_obj_write()
/optee_os/
H A DCHANGELOG.md863 attempts to create an existing persistent object without the overwrite flag