Searched refs:kexp (Results 1 – 2 of 2) sorted by relevance
372 kex_new(struct ssh *ssh, char *proposal[PROPOSAL_MAX], struct kex **kexp) in kex_new() argument377 *kexp = NULL; in kex_new()390 *kexp = kex; in kex_new()
2548 kex_from_blob(struct sshbuf *m, struct kex **kexp) in kex_from_blob() argument2573 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()