/optee_os-3.20.0/core/include/tee/ |
A D | fs_dirfile.h | 37 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 D | tee_fs.h | 34 TEE_Result (*create)(struct tee_pobj *po, bool overwrite, member 60 TEE_Result tee_rpmb_fs_raw_open(const char *fname, bool create,
|
A D | tadb.h | 33 TEE_Result (*create)(uint32_t file_number, int *fd); member
|
A D | fs_htree.h | 113 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, const TEE_UUID *uuid,
|
/optee_os-3.20.0/lib/libmbedtls/mbedtls/ |
A D | BUGS.md | 17 4. Please [create an issue on on GitHub](https://github.com/Mbed-TLS/mbedtls/issues).
|
A D | README.md | 41 The Make and CMake build systems create three libraries: libmbedcrypto, libmbedx509, and libmbedtls… 136 remove the build directory and create it again.
|
A D | ChangeLog | 294 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 D | fs_htree.c | 254 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 D | tee_ree_fs.c | 394 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 D | fs_dirfile.c | 124 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 D | tee_rpmb_fs.c | 2309 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 D | tadb.c | 229 res = db->ops->create(&po, false, NULL, 0, NULL, 0, NULL, 0, in tadb_open()
|
A D | tee_svc_storage.c | 298 res = fops->create(o->pobj, overwrite, &head, sizeof(head), attr, in tee_svc_storage_init_file()
|
/optee_os-3.20.0/core/pta/ |
A D | attestation.c | 276 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 D | ree_fs_ta.c | 113 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 D | stmm_sp.c | 732 res = po->fops->create(po, false, NULL, 0, NULL, 0, NULL, 0, in sec_storage_obj_write()
|
/optee_os-3.20.0/ |
A D | CHANGELOG.md | 533 attempts to create an existing persistent object without the overwrite flag
|