Searched refs:have_state (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | sshkey-xmss.c | 70 int have_state; /* .state file exists */ member 449 int lockfd = -1, have_state = 0, have_ostate, tries = 0; in sshkey_xmss_get_state() local 496 statefile, &have_state, pr)) != 0) { in sshkey_xmss_get_state() 505 if (!have_state && !have_ostate) { in sshkey_xmss_get_state() 518 state->have_state = have_state; in sshkey_xmss_get_state() 646 if (state->have_state) { in sshkey_xmss_update_state() 840 u_char have_state, have_stack, have_filename, have_enc; in sshkey_xmss_deserialize_state_opt() local 843 if ((r = sshbuf_get_u8(b, &have_state)) != 0) in sshkey_xmss_deserialize_state_opt() 846 opts = have_state; in sshkey_xmss_deserialize_state_opt()
|
/external/elfutils/libdwfl/ |
D | linux-pid-attach.c | 53 bool retval, have_state; in linux_proc_pid_is_stopped() local 60 have_state = false; in linux_proc_pid_is_stopped() 64 have_state = true; in linux_proc_pid_is_stopped() 67 retval = (have_state && strstr (buffer, "T (stopped)") != NULL); in linux_proc_pid_is_stopped()
|