Home
last modified time | relevance | path

Searched refs:digest_code (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/
Dchap-new.c198 chap_auth_peer(int unit, char *our_name, int digest_code) in chap_auth_peer() argument
208 if (dp->code == digest_code) in chap_auth_peer()
212 digest_code); in chap_auth_peer()
228 chap_auth_with_peer(int unit, char *our_name, int digest_code) in chap_auth_with_peer() argument
238 if (dp->code == digest_code) in chap_auth_with_peer()
242 digest_code); in chap_auth_with_peer()
Dchap-new.h124 extern void chap_auth_peer(int unit, char *our_name, int digest_code);
127 extern void chap_auth_with_peer(int unit, char *our_name, int digest_code);