Home
last modified time | relevance | path

Searched refs:ssh_alloc_session_state (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/crypto/openssh/
H A Dpacket.h94 struct ssh *ssh_alloc_session_state(void);
H A Dpacket.c231 ssh_alloc_session_state(void) in ssh_alloc_session_state() function
305 ssh = ssh_alloc_session_state(); in ssh_packet_set_connection()
H A Dssh_namespace.h552 #define ssh_alloc_session_state Fssh_ssh_alloc_session_state macro
H A Dssh.c737 if ((ssh = ssh_alloc_session_state()) == NULL) in main()