Home
last modified time | relevance | path

Searched refs:kh_name_end (Results 1 - 1 of 1) sorted by relevance

/third_party/curl/lib/vssh/
H A Dlibssh2.c845 const char *kh_name_end = NULL; in ssh_force_knownhost_key_type() local
858 kh_name_end = strstr(store->name, "]:"); in ssh_force_knownhost_key_type()
859 if(!kh_name_end) { in ssh_force_knownhost_key_type()
864 port = atoi(kh_name_end + 2); in ssh_force_knownhost_key_type()
865 if(kh_name_end && (port == conn->remote_port)) { in ssh_force_knownhost_key_type()
866 kh_name_size = strlen(store->name) - 1 - strlen(kh_name_end); in ssh_force_knownhost_key_type()

Completed in 7 milliseconds