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

  /external/openssh/
compat.h 40 #define SSH_BUG_PKAUTH 0x00000020
compat.c 121 SSH_BUG_PKAUTH|SSH_BUG_PKOK|
127 SSH_BUG_PKAUTH|SSH_BUG_PKOK|
auth2-pubkey.c 83 if (datafellows & SSH_BUG_PKAUTH) {
84 debug2("userauth_pubkey: SSH_BUG_PKAUTH");
129 if (datafellows & SSH_BUG_PKAUTH) {
sshconnect2.c 565 /* this is similar to SSH_BUG_PKAUTH */
    [all...]
monitor.c 1244 if (datafellows & SSH_BUG_PKAUTH) {
    [all...]

Completed in 95 milliseconds