Searched refs:kexp (Results 1 – 1 of 1) sorted by relevance
2571 kex_from_blob(struct sshbuf *m, struct kex **kexp) in kex_from_blob() argument2595 if (r != 0 || kexp == NULL) { in kex_from_blob()2597 if (kexp != NULL) in kex_from_blob()2598 *kexp = NULL; in kex_from_blob()2600 kex_free(*kexp); in kex_from_blob()2601 *kexp = kex; in kex_from_blob()