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