Searched refs:kexp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dkex.c531 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) argument
536 *kexp = NULL;
550 *kexp = kex;
H A Dpacket.c2687 kex_from_blob(struct sshbuf *m, struct kex **kexp) argument
2712 if (r != 0 || kexp == NULL) {
2718 if (kexp != NULL)
2719 *kexp = NULL;
2721 *kexp = kex;

Completed in 174 milliseconds