Home
last modified time | relevance | path

Searched refs:get_secret (Results 1 – 4 of 4) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dchap-new.c420 if (!get_secret(pcb, name, ourname, (char *)secret, &secret_len, 1)) {
469 if (!get_secret(pcb, pcb->chap_client.name, rname, secret, &secret_len, 0)) {
Deap.c1440 if (!get_secret(pcb, pcb->eap.es_client.ea_name, in eap_request()
1868 if (!get_secret(pcb, rhostname, in eap_response()
Dauth.c1904 int get_secret(ppp_pcb *pcb, const char *client, const char *server, char *secret, int *secret_len,… in get_secret() function
/third_party/lwip/src/include/netif/ppp/
Dppp_impl.h578 int get_secret(ppp_pcb *pcb, const char *client, const char *server, char *secret, int *secret_len,…