Searched refs:imeta (Results 1 – 2 of 2) sorted by relevance
| /optee_os/core/tee/ |
| H A D | fs_htree.c | 93 struct tee_fs_htree_imeta imeta; member 296 if (node->id > ht->imeta.max_node_id) in get_node() 297 ht->imeta.max_node_id = node->id; in get_node() 381 while (node_id <= ht->imeta.max_node_id) { in init_tree_from_data() 573 res = authenc_init(&ctx, TEE_MODE_DECRYPT, ht, NULL, sizeof(ht->imeta)); in verify_root() 577 return authenc_decrypt_final(ctx, ht->head.tag, ht->head.imeta, in verify_root() 578 sizeof(ht->imeta), &ht->imeta); in verify_root() 591 res = calc_node_hash(node, &targ->ht->imeta.meta, ctx, digest); in verify_node() 626 res = calc_node_hash(&ht->root, &ht->imeta.meta, ctx, in init_root_node() 728 return &ht->imeta.meta; in tee_fs_htree_get_meta() [all …]
|
| /optee_os/core/include/tee/ |
| H A D | fs_htree.h | 56 uint8_t imeta[sizeof(struct tee_fs_htree_imeta)]; member
|