Searched refs:have_state (Results 1 – 3 of 3) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | sshkey-xmss.c | 71 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 D | ipfw2.c | 4162 ipfw_insn *have_state = NULL; /* any state-related option */ in compile_rule() local 4229 have_state = action; in compile_rule() 4235 insntod(have_state, kidx)->kidx = pack_object(tstate, in compile_rule() 4241 insntod(have_state, kidx)->kidx = 0; in compile_rule() 4243 insntod(have_state, kidx)->kidx = pack_object( in compile_rule() 4747 if (have_state) { /* must be a check-state, we are done */ in compile_rule() 5231 if (have_state) in compile_rule() 5244 have_state = cmd; in compile_rule() 5249 insntod(have_state, kidx)->kidx = uidx; in compile_rule() 5261 if (have_state) in compile_rule() [all …]
|
/freebsd/contrib/unbound/validator/ |
H A D | validator.c | 649 int num_verifies = 0, verified, have_state = 0; in validate_msg_signatures() local 657 have_state = 1; in validate_msg_signatures() 662 if(have_state && i <= vq->msg_signatures_index) in validate_msg_signatures() 727 if(have_state && i <= vq->msg_signatures_index) in validate_msg_signatures() 767 if(have_state && i <= vq->msg_signatures_index) in validate_msg_signatures()
|