Searched refs:MSCHAP_NT_RESPONSE_SIZE (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Dmschap.h45 #define MSCHAP_NT_RESPONSE_SIZE 24 macro
57 uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE];
63 + MSCHAP_NT_RESPONSE_SIZE \
75 uint8_t response[MSCHAP_NT_RESPONSE_SIZE]);
80 uint8_t response[MSCHAP_NT_RESPONSE_SIZE]);
85 const uint8_t server_response[MSCHAP_NT_RESPONSE_SIZE],
94 uint8_t response[MSCHAP_NT_RESPONSE_SIZE]);
98 const uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE],
121 const uint8_t NTResponse[MSCHAP_NT_RESPONSE_SIZE],
H A Dmschap.c40 uint8_t response[MSCHAP_NT_RESPONSE_SIZE]);
80 uint8_t response[MSCHAP_NT_RESPONSE_SIZE])
105 uint8_t response[MSCHAP_NT_RESPONSE_SIZE])
163 const uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE],
180 CC_SHA1_Update(&context, nt_response, MSCHAP_NT_RESPONSE_SIZE);
216 #define HASH_INPUT_SIZE (NT_PASSWORD_HASH_SIZE + (MSCHAP_NT_CHALLENGE_SIZE + MSCHAP_NT_RESPONSE_SIZE) * 2)
221 const uint8_t server_response[MSCHAP_NT_RESPONSE_SIZE],
240 bcopy(server_response, input + offset, MSCHAP_NT_RESPONSE_SIZE);
241 offset += MSCHAP_NT_RESPONSE_SIZE;
258 uint8_t response[MSCHAP_NT_RESPONSE_SIZE])
[all...]
H A Deapttls_plugin.c120 #define TTLS_MSCHAP_RESPONSE_LENGTH (MSCHAP_NT_RESPONSE_SIZE \
155 uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE];
605 uint8_t response[MSCHAP_NT_RESPONSE_SIZE];
676 bcopy(response, offset, MSCHAP_NT_RESPONSE_SIZE);
677 offset += MSCHAP_NT_RESPONSE_SIZE;
799 MSCHAP_NT_RESPONSE_SIZE);
800 offset += MSCHAP_NT_RESPONSE_SIZE;
H A Deapmschapv2_plugin.c77 uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE];
245 uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE];

Completed in 176 milliseconds