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