Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshkey-xmss.c71 int have_state; /* .state file exists */ member
451 int lockfd = -1, have_state = 0, have_ostate, tries = 0; in sshkey_xmss_get_state() local
498 statefile, &have_state, printerror)) != 0) { in sshkey_xmss_get_state()
507 if (!have_state && !have_ostate) { in sshkey_xmss_get_state()
520 state->have_state = have_state; in sshkey_xmss_get_state()
648 if (state->have_state) { in sshkey_xmss_update_state()
841 u_char have_state, have_stack, have_filename, have_enc; in sshkey_xmss_deserialize_state_opt() local
844 if ((r = sshbuf_get_u8(b, &have_state)) != 0) in sshkey_xmss_deserialize_state_opt()
847 opts = have_state; in sshkey_xmss_deserialize_state_opt()
/freebsd/sbin/ipfw/
H A Dipfw2.c4080 have_state = action; in compile_rule()
5035 if (have_state) in compile_rule()
5048 have_state = cmd; in compile_rule()
5062 if (have_state) in compile_rule()
5065 have_state = cmd; in compile_rule()
5305 if (!have_state && have_skipcmd) in compile_rule()
5331 if (have_state && have_state->opcode != O_CHECK_STATE && !have_rstate) { in compile_rule()
5332 fill_cmd(dst, O_PROBE_STATE, 0, have_state->arg1); in compile_rule()
5361 if (have_state && have_state->opcode != O_CHECK_STATE) { in compile_rule()
5362 i = F_LEN(have_state); in compile_rule()
[all …]
/freebsd/contrib/unbound/validator/
H A Dvalidator.c642 int num_verifies = 0, verified, have_state = 0; in validate_msg_signatures() local
649 have_state = 1; in validate_msg_signatures()
654 if(have_state && i <= vq->msg_signatures_index) in validate_msg_signatures()
718 if(have_state && i <= vq->msg_signatures_index) in validate_msg_signatures()
758 if(have_state && i <= vq->msg_signatures_index) in validate_msg_signatures()