Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dkex.h203 struct kex *kex_new(void);
H A Dpacket.c238 (ssh->kex = kex_new()) == NULL || in ssh_alloc_session_state()
2514 if ((kex = kex_new()) == NULL) in kex_from_blob()
H A Dssh_namespace.h367 #define kex_new Fssh_kex_new macro
H A Dkex.c670 kex_new(void) in kex_new() function