OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MS_AUTH_RESPONSE_LENGTH
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
chap_ms.h
40
#define
MS_AUTH_RESPONSE_LENGTH
40 /* MS-CHAPv2 authenticator response, */
105
MS_Chap2Response *, u_char[
MS_AUTH_RESPONSE_LENGTH
+1], int));
117
u_char authResponse[
MS_AUTH_RESPONSE_LENGTH
+1]);
chap_ms.c
250
char saresponse[
MS_AUTH_RESPONSE_LENGTH
+1];
352
if ((len <
MS_AUTH_RESPONSE_LENGTH
+ 2) ||
360
if (len <
MS_AUTH_RESPONSE_LENGTH
361
|| memcmp(msg, private,
MS_AUTH_RESPONSE_LENGTH
)) {
367
msg +=
MS_AUTH_RESPONSE_LENGTH
; /* Eat it */
368
len -=
MS_AUTH_RESPONSE_LENGTH
;
600
u_char authResponse[
MS_AUTH_RESPONSE_LENGTH
+1])
637
for (i = 0; i < MAX((
MS_AUTH_RESPONSE_LENGTH
/ 2), sizeof(Digest)); i++)
647
u_char authResponse[
MS_AUTH_RESPONSE_LENGTH
+1])
/external/ppp/pppd/plugins/
winbind.c
528
char saresponse[
MS_AUTH_RESPONSE_LENGTH
+1];
Completed in 430 milliseconds