Searched refs:Agent (Results 1 – 3 of 3) sorted by relevance
16 namespace phpseclib3\System\SSH\Agent;25 use phpseclib3\System\SSH\Agent; alias277 Agent::SSH_AGENTC_SIGN_REQUEST,291 if ($type != Agent::SSH_AGENT_SIGN_RESPONSE) {
41 use phpseclib3\System\SSH\Agent\Identity;50 class Agent class114 * @return Agent
74 use phpseclib3\System\SSH\Agent; alias982 * @var Agent2261 * @param string|PrivateKey|array[]|Agent|null ...$args2288 * @param string|PrivateKey|array[]|Agent|null ...$args2307 case $arg instanceof Agent:2326 if ($arg instanceof PrivateKey || $arg instanceof Agent) {2385 * @param string|AsymmetricKey|array[]|Agent|null ...$args2432 if ($password instanceof Agent) {2654 * @param Agent $agent2657 private function ssh_agent_login($username, Agent $agent)