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