Searched defs:ssh_xmss_state (Results 1 – 1 of 1) sorted by relevance
54 struct ssh_xmss_state { struct55 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;[all …]