HomeSort by relevance Sort by last modified time
    Searched refs:SSH_BUG_SIGBLOB (Results 1 - 5 of 5) sorted by null

  /external/openssh/
compat.c 104 { "2.1.0*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
108 { "2.1 *", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
118 "2.0.19*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
125 "2.0.12*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
131 { "2.0.*", SSH_BUG_SIGBLOB|SSH_BUG_HMAC|
compat.h 35 #define SSH_BUG_SIGBLOB 0x00000001
ssh-dss.c 89 if (compat & SSH_BUG_SIGBLOB) {
149 if (compat & SSH_BUG_SIGBLOB) {
authfd.c 459 if (compat & SSH_BUG_SIGBLOB)
ssh-agent.c 405 compat = SSH_BUG_SIGBLOB;
    [all...]

Completed in 282 milliseconds