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

  /external/openssh/
auth2-pubkey.c 68 userauth_pubkey(Authctxt *authctxt) function
79 debug2("userauth_pubkey: disabled because of invalid user");
84 debug2("userauth_pubkey: SSH_BUG_PKAUTH");
99 logit("userauth_pubkey: unsupported public key algorithm: %s",
105 error("userauth_pubkey: cannot decode key: %s", pkalg);
109 error("userauth_pubkey: type mismatch for decoded key "
172 debug2("userauth_pubkey: authenticated %d pkalg %s", authenticated, pkalg);
463 userauth_pubkey,
sshconnect2.c 293 int userauth_pubkey(Authctxt *);
335 userauth_pubkey,
1449 userauth_pubkey(Authctxt *authctxt) function
    [all...]

Completed in 57 milliseconds