Searched refs:kexp (Results 1 – 1 of 1) sorted by relevance
2387 kex_from_blob(struct sshbuf *m, struct kex **kexp) in kex_from_blob() argument2410 if (r != 0 || kexp == NULL) { in kex_from_blob()2412 if (kexp != NULL) in kex_from_blob()2413 *kexp = NULL; in kex_from_blob()2415 kex_free(*kexp); in kex_from_blob()2416 *kexp = kex; in kex_from_blob()