Searched refs:kexp (Results 1 – 1 of 1) sorted by relevance
2509 kex_from_blob(struct sshbuf *m, struct kex **kexp) in kex_from_blob() argument2533 if (r != 0 || kexp == NULL) { in kex_from_blob()2535 if (kexp != NULL) in kex_from_blob()2536 *kexp = NULL; in kex_from_blob()2538 kex_free(*kexp); in kex_from_blob()2539 *kexp = kex; in kex_from_blob()