Home
last modified time | relevance | path

Searched refs:SSH2_MSG_SERVICE_REQUEST (Results 1 – 4 of 4) sorted by relevance

/trueos/crypto/openssh/
HDssh2.h81 #define SSH2_MSG_SERVICE_REQUEST 5 macro
HDauth2.c175 dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request); in do_authentication2()
HDpacket.c1001 (type == SSH2_MSG_SERVICE_REQUEST) || in packet_send2()
HDsshconnect2.c376 packet_start(SSH2_MSG_SERVICE_REQUEST); in ssh_userauth2()