Searched refs:stackusage (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dxmss_fast.h38 unsigned int stackusage; member in struct:__anon6911
H A Dxmss_fast.c165 for (i = 0; i < treehash->stackusage; i++) {
208 state->treehash[i].stackusage = 0;
270 while (treehash->stackusage > 0 && state->stacklevels[state->stackoffset-1] == nodeheight) {
277 treehash->stackusage--;
280 if (nodeheight == treehash->h) { // this also implies stackusage == 0
286 treehash->stackusage++;
359 else if (state->treehash[i].stackusage == 0) {
511 state->treehash[i].stackusage = 0;
H A Dsshkey-xmss.c705 (r = sshbuf_put_u32(b, th->stackusage)) != 0 ||
786 (r = sshbuf_get_u32(b, &th->stackusage)) != 0 ||

Completed in 113 milliseconds