Home
last modified time | relevance | path

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

/minix3/minix/lib/liblwip/dist/src/netif/ppp/
H A Dchap_ms.c106 #define MS_AUTH_RESPONSE_LENGTH 40 /* MS-CHAPv2 authenticator response, */ macro
170 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]);
179 u_char *, u_char[MS_AUTH_RESPONSE_LENGTH+1], int);
302 char saresponse[MS_AUTH_RESPONSE_LENGTH+1]; in chapms2_verify_response()
404 if ((len < MS_AUTH_RESPONSE_LENGTH + 2) || in chapms2_check_success()
412 if (len < MS_AUTH_RESPONSE_LENGTH in chapms2_check_success()
413 || memcmp(msg, private_, MS_AUTH_RESPONSE_LENGTH)) { in chapms2_check_success()
419 msg += MS_AUTH_RESPONSE_LENGTH; /* Eat it */ in chapms2_check_success()
420 len -= MS_AUTH_RESPONSE_LENGTH; in chapms2_check_success()
645 u_char authResponse[MS_AUTH_RESPONSE_LENGTH+1]) { in GenerateAuthenticatorResponse()
[all …]