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

/macosx-10.10/OpenSSH-189/openssh/
H A Dcompat.h31 #define SSH_PROTO_1 0x01 macro
H A Dcompat.c197 ret |= SSH_PROTO_1;
H A Dsshd.c430 if ((options.protocol & SSH_PROTO_1) &&
521 if (!(options.protocol & SSH_PROTO_1)) {
1320 if ((options.protocol & SSH_PROTO_1) &&
1595 if ((options.protocol & SSH_PROTO_1))
1662 if ((options.protocol & SSH_PROTO_1) && !sensitive_data.have_ssh1_key) {
1664 options.protocol &= ~SSH_PROTO_1;
1673 if (!(options.protocol & (SSH_PROTO_1|SSH_PROTO_2))) {
1719 if (options.protocol & SSH_PROTO_1) {
1842 if (options.protocol & SSH_PROTO_1)
H A Dservconf.c166 if (options->protocol & SSH_PROTO_1)
1843 case SSH_PROTO_1:
1847 case (SSH_PROTO_1|SSH_PROTO_2):
H A Dssh.c337 options.protocol = SSH_PROTO_1;
H A Dsshconnect.c560 if (!(options.protocol & SSH_PROTO_1)) {
H A Dreadconf.c1358 if (options->protocol & SSH_PROTO_1) {

Completed in 326 milliseconds