Searched refs:sep_str (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | mac.c | 88 char sep_str[2] = {sep, '\0'}; in mac_alg_list() local 91 xextendf(&ret, sep_str, "%s", m->name); in mac_alg_list()
|
| H A D | kex-names.c | 97 char sep_str[2] = {sep, '\0'}; in kex_alg_list() local 100 xextendf(&ret, sep_str, "%s", k->name); in kex_alg_list()
|
| H A D | cipher.c | 120 char sep_str[2] = {sep, '\0'}; in cipher_alg_list() local 127 xextendf(&ret, sep_str, "%s", c->name); in cipher_alg_list()
|
| H A D | sshkey.c | 326 char sep_str[2] = {sep, '\0'}; in sshkey_alg_list() local 336 xextendf(&ret, sep_str, "%s", impl->name); in sshkey_alg_list()
|