Searched refs:have_enc (Results 1 – 1 of 1) sorted by relevance
719 u_char have_stack, have_filename, have_enc; in sshkey_xmss_serialize_state_opt() local750 have_enc = state->enc_keyiv != NULL; in sshkey_xmss_serialize_state_opt()751 if ((r = sshbuf_put_u8(b, have_enc)) != 0) in sshkey_xmss_serialize_state_opt()753 if (have_enc && in sshkey_xmss_serialize_state_opt()840 u_char have_state, have_stack, have_filename, have_enc; in sshkey_xmss_deserialize_state_opt() local862 if ((r = sshbuf_get_u8(b, &have_enc)) != 0) in sshkey_xmss_deserialize_state_opt()864 if (have_enc && in sshkey_xmss_deserialize_state_opt()