Home
last modified time | relevance | path

Searched refs:nodeheight (Results 1 – 1 of 1) sorted by relevance

/external/openssh/
Dxmss_fast.c268 unsigned int nodeheight = 0; in treehash_update() local
270 while (treehash->stackusage > 0 && state->stacklevels[state->stackoffset-1] == nodeheight) { in treehash_update()
273 setTreeHeight(node_addr, nodeheight); in treehash_update()
274 setTreeIndex(node_addr, (treehash->next_idx >> (nodeheight+1))); in treehash_update()
276 nodeheight++; in treehash_update()
280 if (nodeheight == treehash->h) { // this also implies stackusage == 0 in treehash_update()
287 state->stacklevels[state->stackoffset] = nodeheight; in treehash_update()