Searched refs:tee_fs_htree_open (Results 1 – 4 of 4) sorted by relevance
| /optee_os/core/pta/tests/ |
| H A D | fs_htree.c | 269 res = tee_fs_htree_open(true, hash, 0, uuid, &test_htree_ops, aux, &ht); in htree_test_rewrite() 318 res = tee_fs_htree_open(false, hash, 0, uuid, &test_htree_ops, aux, in htree_test_rewrite() 367 res = tee_fs_htree_open(false, hash, 0, uuid, &test_htree_ops, aux, in htree_test_rewrite() 380 res = tee_fs_htree_open(false, NULL, 0, uuid, &test_htree_ops, aux, in htree_test_rewrite() 504 res = tee_fs_htree_open(false, hash, 0, uuid, &test_htree_ops, in test_corrupt_type() 578 res = tee_fs_htree_open(true, hash, 0, uuid, &test_htree_ops, aux, &ht); in test_corrupt() 587 res = tee_fs_htree_open(false, hash, 0, uuid, &test_htree_ops, aux, in test_corrupt()
|
| /optee_os/core/include/tee/ |
| H A D | fs_htree.h | 114 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, uint32_t min_counter,
|
| /optee_os/core/tee/ |
| H A D | fs_htree.c | 675 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, uint32_t min_counter, in tee_fs_htree_open() function
|
| H A D | tee_ree_fs.c | 446 res = tee_fs_htree_open(create, hash, min_counter, uuid, in ree_fs_open_primitive()
|