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

  /external/ppp/pppd/
chap-new.h 101 int (*verify_response)(int id, char *name, member in struct:chap_digest_type
chap-new.c 412 ok = digest->verify_response(id, name, secret, secret_len, challenge,
  /external/openssh/
auth-chall.c 81 verify_response(Authctxt *authctxt, const char *response) function
auth.h 168 int verify_response(Authctxt *, const char *);
auth1.c 230 authenticated = verify_response(authctxt, response);
290 * normally have been released by verify_response() had we

Completed in 299 milliseconds