HomeSort by relevance Sort by last modified time
    Searched defs:active_state (Results 1 - 5 of 5) sorted by null

  /external/openssh/regress/unittests/kex/
test_kex.c 27 struct ssh *active_state = NULL; /* XXX - needed for linking */ variable in typeref:struct:ssh
  /external/openssh/
ssh-keysign.c 61 struct ssh *active_state = NULL; /* XXX needed for linking */ variable in typeref:struct:ssh
opacket.c 9 struct ssh *active_state, *backup_state; variable in typeref:struct:ssh
233 active_state = ssh_packet_set_connection(active_state, fd_in, fd_out);
234 if (active_state == NULL)
241 return (ssh_packet_get_char(active_state));
247 return (ssh_packet_get_int(active_state));
256 if ((r = ssh_packet_read_seqnr(active_state, &type, seqnr)) != 0)
257 sshpkt_fatal(active_state, __func__, r);
267 if ((r = ssh_packet_read_poll_seqnr(active_state, &type, seqnr)))
268 sshpkt_fatal(active_state, __func__, r)
    [all...]
ssh-keyscan.c 81 struct ssh *active_state = NULL; /* XXX needed for linking */ variable in typeref:struct:ssh
  /external/openssh/regress/misc/kexfuzz/
kexfuzz.c 32 struct ssh *active_state = NULL; /* XXX - needed for linking */ variable in typeref:struct:ssh

Completed in 467 milliseconds