Searched refs:oavail (Results 1 – 2 of 2) sorted by relevance
/external/openssh/ |
D | ssh_api.c | 487 char *orig, *avail, *oavail = NULL, *alg, *replace = NULL; in _ssh_order_hostkeyalgs() local 496 if ((oavail = avail = strdup(orig)) == NULL) { in _ssh_order_hostkeyalgs() 529 free(oavail); in _ssh_order_hostkeyalgs()
|
D | sshconnect2.c | 106 char *oavail, *avail, *first, *last, *alg, *hostname, *ret; in order_hostkeyalgs() local 120 oavail = avail = xstrdup(KEX_DEFAULT_PK_ALG); in order_hostkeyalgs() 151 free(oavail); in order_hostkeyalgs()
|