Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c531 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) in kex_new() argument
536 *kexp = NULL; in kex_new()
550 *kexp = kex; in kex_new()
Dpacket.c2684 kex_from_blob(struct sshbuf *m, struct kex **kexp) in kex_from_blob() argument
2709 if (r != 0 || kexp == NULL) { in kex_from_blob()
2715 if (kexp != NULL) in kex_from_blob()
2716 *kexp = NULL; in kex_from_blob()
2718 *kexp = kex; in kex_from_blob()