Home
last modified time | relevance | path

Searched refs:allow_update (Results 1 – 1 of 1) sorted by relevance

/src/crypto/openssh/
H A Dsshkey-xmss.c73 u_char allow_update; /* allow sshkey_xmss_update_state() */ member
465 state->allow_update = 1; in sshkey_xmss_get_state()
501 state->allow_update = 1; in sshkey_xmss_get_state()
504 state->allow_update = 0; in sshkey_xmss_get_state()
522 state->allow_update = 1; in sshkey_xmss_get_state()
544 if (state == NULL || !state->allow_update) in sshkey_xmss_forward_state()
579 if (state == NULL || !state->allow_update) in sshkey_xmss_update_state()
758 (r = sshbuf_put_u8(b, state->allow_update)) != 0) in sshkey_xmss_serialize_state_opt()
869 (r = sshbuf_get_u8(b, &state->allow_update)) != 0) in sshkey_xmss_deserialize_state_opt()