Searched refs:SSH_PROTO_2 (Results 1 - 7 of 7) sorted by path

/freebsd-9.3-release/crypto/openssh/
H A Dcompat.c216 ret |= SSH_PROTO_2;
H A Dcompat.h34 #define SSH_PROTO_2 0x04 macro
H A Dreadconf.c1753 options->protocol = SSH_PROTO_2;
1759 if (options->protocol & SSH_PROTO_2) {
H A Dservconf.c176 options->protocol = SSH_PROTO_2;
182 if (options->protocol & SSH_PROTO_2) {
1934 case SSH_PROTO_2:
1936 case (SSH_PROTO_1|SSH_PROTO_2):
H A Dssh.c512 options.protocol = SSH_PROTO_2;
H A Dsshconnect.c588 if (options.protocol == SSH_PROTO_2) {
661 (options.protocol & SSH_PROTO_2) &&
683 if (options.protocol & SSH_PROTO_2) {
694 (options.protocol & SSH_PROTO_2) ? PROTOCOL_MAJOR_2 : PROTOCOL_MAJOR_1,
H A Dsshd.c438 (options.protocol & SSH_PROTO_2)) {
441 } else if (options.protocol & SSH_PROTO_2) {
531 if (options.protocol & SSH_PROTO_2)
550 if (options.protocol & SSH_PROTO_2) {
1761 if ((options.protocol & SSH_PROTO_2) && !sensitive_data.have_ssh2_key) {
1763 options.protocol &= ~SSH_PROTO_2;
1765 if (!(options.protocol & (SSH_PROTO_1|SSH_PROTO_2))) {

Completed in 123 milliseconds