Home
last modified time | relevance | path

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

/external/openssh/
Dssh.h42 #define PROTOCOL_MINOR_1 5 macro
Dssh-keyscan.c494 c->c_keytype == KT_RSA1? PROTOCOL_MINOR_1 : PROTOCOL_MINOR_2); in congreet()
Dsshconnect.c550 int minor1 = PROTOCOL_MINOR_1, client_banner_sent = 0; in ssh_exchange_identification()
Dsshd.c430 minor = PROTOCOL_MINOR_1; in sshd_exchange_identification()