Home
last modified time | relevance | path

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

/external/openssh/
Dsshkey-xmss.c157 #define num_th_nodes(x) ((x->h - x->k)*(x->n)) macro
172 (state->th_nodes = calloc(num_th_nodes(state), 1)) == NULL || in sshkey_xmss_init_bds_state()
696 (r = sshbuf_put_string(b, state->th_nodes, num_th_nodes(state))) != 0 || in sshkey_xmss_serialize_state()
807 ln != num_th_nodes(state) || in sshkey_xmss_deserialize_state()
821 if (node < num_th_nodes(state)) in sshkey_xmss_deserialize_state()