Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/netif/ppp/
H A Dchap.h81 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */ macro
H A Dchpms.c390 BCOPY(&response, cstate->response, MS_CHAP_RESPONSE_LEN); in ChapMS()
391 cstate->resp_length = MS_CHAP_RESPONSE_LEN; in ChapMS()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dchap_ms.c104 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */ macro
253 unsigned char md[MS_CHAP_RESPONSE_LEN]; in chapms_verify_response()
261 if (response_len != MS_CHAP_RESPONSE_LEN) in chapms_verify_response()
381 *response++ = MS_CHAP_RESPONSE_LEN; in chapms_make_response()
843 BZERO(response, MS_CHAP_RESPONSE_LEN); in ChapMS()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dchap_ms.c104 #define MS_CHAP_RESPONSE_LEN 49 /* Response length for MS-CHAP */ macro
253 unsigned char md[MS_CHAP_RESPONSE_LEN]; in chapms_verify_response()
261 if (response_len != MS_CHAP_RESPONSE_LEN) in chapms_verify_response()
381 *response++ = MS_CHAP_RESPONSE_LEN; in chapms_make_response()
843 BZERO(response, MS_CHAP_RESPONSE_LEN); in ChapMS()