Searched refs:verify_response (Results 1 – 5 of 5) sorted by relevance
/external/ppp/pppd/ |
D | chap-new.h | 101 int (*verify_response)(int id, char *name, member
|
D | chap-new.c | 427 ok = digest->verify_response(id, name, secret, secret_len, challenge, in chap_verify_response()
|
/external/openssh/ |
D | auth-chall.c | 85 verify_response(Authctxt *authctxt, const char *response) in verify_response() function
|
D | auth.h | 190 int verify_response(Authctxt *, const char *);
|
D | auth1.c | 227 authenticated = verify_response(authctxt, response); in auth1_process_tis_response()
|