Home
last modified time | relevance | path

Searched refs:remote_version (Results 1 – 5 of 5) sorted by relevance

/external/openssh/
Dssh_api.c334 char *cp = NULL, *remote_version = NULL; in _ssh_read_banner() local
377 (remote_version = calloc(1, sshbuf_len(banner))) == NULL) { in _ssh_read_banner()
387 &remote_major, &remote_minor, remote_version) != 3) { in _ssh_read_banner()
392 remote_major, remote_minor, remote_version); in _ssh_read_banner()
394 ssh->compat = compat_datafellows(remote_version); in _ssh_read_banner()
405 free(remote_version); in _ssh_read_banner()
Dkex.c1179 char *cp, *remote_version = NULL; in kex_exchange_identification() local
1307 if ((remote_version = calloc(1, sshbuf_len(peer_version))) == NULL) { in kex_exchange_identification()
1318 &remote_major, &remote_minor, remote_version) != 3) { in kex_exchange_identification()
1327 remote_major, remote_minor, remote_version); in kex_exchange_identification()
1328 ssh->compat = compat_datafellows(remote_version); in kex_exchange_identification()
1366 "scheme; disabling use of RSA keys", remote_version); in kex_exchange_identification()
1373 free(remote_version); in kex_exchange_identification()
Dssh-keyscan.c470 char remote_version[sizeof buf]; in congreet() local
526 &remote_major, &remote_minor, remote_version) == 3) in congreet()
527 c->c_ssh->compat = compat_datafellows(remote_version); in congreet()
/external/libcxx/include/
Dchrono636 string remote_version();
/external/llvm-project/libcxx/include/
Dchrono665 string remote_version();