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