Lines Matching defs:ssh_xmss_state
54 struct ssh_xmss_state { struct
55 xmss_params params;
56 u_int32_t n, w, h, k;
58 bds_state bds;
59 u_char *stack;
60 u_int32_t stackoffset;
61 u_char *stacklevels;
62 u_char *auth;
63 u_char *keep;
64 u_char *th_nodes;
65 u_char *retain;
66 treehash_inst *treehash;
68 u_int32_t idx; /* state read from file */
69 u_int32_t maxidx; /* restricted # of signatures */
70 int have_state; /* .state file exists */
71 int lockfd; /* locked in sshkey_xmss_get_state() */
95 struct ssh_xmss_state *state; in sshkey_xmss_init() argument