Home
last modified time | relevance | path

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

/external/openssh/
Dkex.c372 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) in kex_new() argument
377 *kexp = NULL; in kex_new()
390 *kexp = kex; in kex_new()
Dpacket.c2548 kex_from_blob(struct sshbuf *m, struct kex **kexp) in kex_from_blob() argument
2573 if (r != 0 || kexp == NULL) { in kex_from_blob()
2581 if (kexp != NULL) in kex_from_blob()
2582 *kexp = NULL; in kex_from_blob()
2584 *kexp = kex; in kex_from_blob()