Searched refs:calc_node_hash (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/tee/ |
| H A D | fs_htree.c | 403 static TEE_Result calc_node_hash(struct htree_node *node, in calc_node_hash() function 589 res = calc_node_hash(node, NULL, ctx, digest); in verify_node() 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() 786 res = calc_node_hash(node, meta, targ->arg, node->node.hash); in htree_sync_node_to_storage()
|