Home
last modified time | relevance | path

Searched refs:oavail (Results 1 – 2 of 2) sorted by last modified time

/dragonfly/crypto/openssh/
H A Dsshconnect2.c126 char *oavail = NULL, *avail = NULL, *first = NULL, *last = NULL; in order_hostkeyalgs() local
167 oavail = avail = xstrdup(options.hostkeyalgorithms); in order_hostkeyalgs()
214 free(oavail); in order_hostkeyalgs()
H A Dssh_api.c515 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; in _ssh_order_hostkeyalgs() local
524 if ((oavail = avail = strdup(orig)) == NULL) { in _ssh_order_hostkeyalgs()
557 free(oavail); in _ssh_order_hostkeyalgs()