Home | History | Annotate | Download | only in openssh

Lines Matching refs:SSH_PROTO_1

409 	if ((options.protocol & SSH_PROTO_1) &&
498 if (!(options.protocol & SSH_PROTO_1)) {
1284 if ((options.protocol & SSH_PROTO_1) &&
1613 if ((options.protocol & SSH_PROTO_1) && !sensitive_data.have_ssh1_key) {
1615 options.protocol &= ~SSH_PROTO_1;
1621 if (!(options.protocol & (SSH_PROTO_1|SSH_PROTO_2))) {
1667 if (options.protocol & SSH_PROTO_1) {
1791 if (options.protocol & SSH_PROTO_1)