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

/freebsd-13-stable/crypto/openssh/
H A Dxmss_fast.h63 int xmss_set_params(xmss_params *params, int n, int h, int w, int k);
H A Dxmss_fast.c53 int xmss_set_params(xmss_params *params, int n, int h, int w, int k) function
101 if (xmss_set_params(&xmss_par, n, (h/d), w, k)) {
H A Dsshkey-xmss.c126 if (xmss_set_params(&state->params, state->n, state->h, state->w,

Completed in 59 milliseconds