Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshkey-xmss.c159 #define num_th_nodes(x) ((x->h - x->k)*(x->n)) macro
174 (state->th_nodes = calloc(num_th_nodes(state), 1)) == NULL || in sshkey_xmss_init_bds_state()
697 (r = sshbuf_put_string(b, state->th_nodes, num_th_nodes(state))) != 0 || in sshkey_xmss_serialize_state()
808 ln != num_th_nodes(state) || in sshkey_xmss_deserialize_state()
822 if (node < num_th_nodes(state)) in sshkey_xmss_deserialize_state()