Lines Matching refs:uuid
258 const TEE_UUID *uuid = &sess->ctx->uuid; in htree_test_rewrite() local
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()
469 static TEE_Result test_corrupt_type(const TEE_UUID *uuid, uint8_t *hash, in test_corrupt_type() argument
504 res = tee_fs_htree_open(false, hash, 0, uuid, &test_htree_ops, in test_corrupt_type()
561 const TEE_UUID *uuid = &sess->ctx->uuid; in test_corrupt() local
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()
594 res = test_corrupt_type(uuid, hash, num_blocks, aux, in test_corrupt()
598 res = test_corrupt_type(uuid, hash, num_blocks, aux, in test_corrupt()
603 res = test_corrupt_type(uuid, hash, num_blocks, aux, in test_corrupt()