| /optee_os/core/include/tee/ |
| H A D | fs_dirfile.h | 37 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 D | tee_fs.h | 36 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 D | tadb.h | 33 TEE_Result (*create)(uint32_t file_number, int *fd); member
|
| H A D | fs_htree.h | 114 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, uint32_t min_counter,
|
| /optee_os/lib/libmbedtls/mbedtls/ |
| H A D | BUGS.md | 17 4. Please [create an issue on on GitHub](https://github.com/Mbed-TLS/mbedtls/issues).
|
| H A D | CONTRIBUTING.md | 37 …erent interface (different prototype, or different documented behavior), create a new function wit…
|
| H A D | README.md | 43 The Make and CMake build systems create three libraries: libmbedcrypto, libmbedx509, and libmbedtls… 169 remove the build directory and create it again.
|
| H A D | ChangeLog | 51 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 D | fs_htree.c | 255 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 D | tee_ree_fs.c | 422 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 D | fs_dirfile.c | 124 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 D | tee_rpmb_fs.c | 2339 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 D | tadb.c | 229 res = db->ops->create(&po, false, NULL, 0, NULL, 0, in tadb_open()
|
| H A D | tee_svc_storage.c | 297 res = fops->create(o->pobj, overwrite, &head, sizeof(head), attr, in tee_svc_storage_init_file()
|
| /optee_os/core/pta/veraison_attestation/ |
| H A D | README.md | 11 Instead, this PTA aims to demonstrate the integration of various libraries and tools to create a tr…
|
| /optee_os/core/kernel/ |
| H A D | ree_fs_ta.c | 115 res = ops->create(&pobj, false, NULL, 0, NULL, 0, &db_hdr, NULL, in check_update_version()
|
| /optee_os/core/pta/ |
| H A D | attestation.c | 282 res = po->fops->create(po, false, NULL, 0, NULL, 0, in sec_storage_obj_write()
|
| /optee_os/core/arch/arm/kernel/ |
| H A D | stmm_sp.c | 752 res = po->fops->create(po, false, NULL, 0, NULL, 0, in sec_storage_obj_write()
|
| /optee_os/ |
| H A D | CHANGELOG.md | 863 attempts to create an existing persistent object without the overwrite flag
|