Searched refs:tee_fs_htree_open (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/pta/tests/ |
A D | fs_htree.c | 269 res = tee_fs_htree_open(true, hash, uuid, &test_htree_ops, aux, &ht); in htree_test_rewrite() 318 res = tee_fs_htree_open(false, hash, uuid, &test_htree_ops, aux, &ht); in htree_test_rewrite() 366 res = tee_fs_htree_open(false, hash, uuid, &test_htree_ops, aux, &ht); in htree_test_rewrite() 378 res = tee_fs_htree_open(false, NULL, uuid, &test_htree_ops, aux, &ht); in htree_test_rewrite() 501 res = tee_fs_htree_open(false, hash, uuid, &test_htree_ops, in test_corrupt_type() 575 res = tee_fs_htree_open(true, hash, uuid, &test_htree_ops, aux, &ht); in test_corrupt() 584 res = tee_fs_htree_open(false, hash, uuid, &test_htree_ops, aux, &ht); in test_corrupt()
|
/optee_os-3.20.0/core/include/tee/ |
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/core/tee/ |
A D | tee_ree_fs.c | 417 res = tee_fs_htree_open(create, hash, uuid, &ree_fs_storage_ops, in ree_fs_open_primitive()
|
A D | fs_htree.c | 614 TEE_Result tee_fs_htree_open(bool create, uint8_t *hash, const TEE_UUID *uuid, in tee_fs_htree_open() function
|
Completed in 22 milliseconds