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

/freebsd-13-stable/crypto/openssh/
H A Dkex.c581 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) argument
586 *kexp = NULL;
600 *kexp = kex;
H A Dpacket.c2328 kex_from_blob(struct sshbuf *m, struct kex **kexp) argument
2355 if (r != 0 || kexp == NULL) {
2361 if (kexp != NULL)
2362 *kexp = NULL;
2364 *kexp = kex;

Completed in 114 milliseconds