Home
last modified time | relevance | path

Searched refs:sshHandshake (Results 1 – 3 of 3) sorted by relevance

/dports/www/aria2/aria2-1.36.0/src/
H A DSocketCore.h303 bool sshHandshake(const std::string& hashType, const std::string& digest);
H A DSftpNegotiationCommand.cc100 if (!getSocket()->sshHandshake(hashType_, digest_)) { in executeInternal()
H A DSocketCore.cc1039 bool SocketCore::sshHandshake(const std::string& hashType, in sshHandshake() function in aria2::SocketCore