Searched refs:MSCHAP2_CHALLENGE_SIZE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/eap8021x-198/EAP8021X.fproj/
H A Dmschap.h50 #define MSCHAP2_CHALLENGE_SIZE 16 macro
55 uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE];
61 #define MSCHAP2_RESPONSE_LENGTH (MSCHAP2_CHALLENGE_SIZE \
90 MSChap2(const uint8_t authenticator_challenge[MSCHAP2_CHALLENGE_SIZE],
91 const uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE],
99 const uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE],
100 const uint8_t auth_challenge[MSCHAP2_CHALLENGE_SIZE],
H A Dmschap.c120 ChallengeHash(const uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE],
121 const uint8_t auth_challenge[MSCHAP2_CHALLENGE_SIZE],
138 CC_SHA1_Update(&context, peer_challenge, MSCHAP2_CHALLENGE_SIZE);
139 CC_SHA1_Update(&context, auth_challenge, MSCHAP2_CHALLENGE_SIZE);
164 const uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE],
165 const uint8_t auth_challenge[MSCHAP2_CHALLENGE_SIZE],
282 MSChap2(const uint8_t auth_challenge[MSCHAP2_CHALLENGE_SIZE],
283 const uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE],
302 const uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE],
303 const uint8_t auth_challenge[MSCHAP2_CHALLENGE_SIZE],
[all...]
H A Deapttls_plugin.c154 uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE];
156 uint8_t auth_challenge_id[MSCHAP2_CHALLENGE_SIZE + 1];
728 MSCHAP2_CHALLENGE_SIZE + 1);
738 + MSCHAP2_CHALLENGE_SIZE
768 + MSCHAP2_CHALLENGE_SIZE));
771 bcopy(context->auth_challenge_id, offset, MSCHAP2_CHALLENGE_SIZE);
772 offset += MSCHAP2_CHALLENGE_SIZE;
784 = context->auth_challenge_id[MSCHAP2_CHALLENGE_SIZE];
791 MSCHAP2_CHALLENGE_SIZE); /* peer challenge */
872 != context->auth_challenge_id[MSCHAP2_CHALLENGE_SIZE])) {
[all...]
H A Deapmschapv2_plugin.c75 uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE];
143 uint8_t value_size; /* MSCHAP2_CHALLENGE_SIZE */
144 uint8_t challenge[MSCHAP2_CHALLENGE_SIZE];
244 uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE];
246 uint8_t auth_challenge[MSCHAP2_CHALLENGE_SIZE];
588 uint8_t challenge[MSCHAP2_CHALLENGE_SIZE])
596 && message_length > (attr_len + MSCHAP2_CHALLENGE_SIZE * 2)) {
601 for (i = 0; i < MSCHAP2_CHALLENGE_SIZE; i++) {
670 uint8_t challenge[MSCHAP2_CHALLENGE_SIZE],
H A Deapfast_plugin.c612 uint8_t mschap_server_challenge[MSCHAP2_CHALLENGE_SIZE];
613 uint8_t mschap_client_challenge[MSCHAP2_CHALLENGE_SIZE];
1534 uint8_t server_challenge[MSCHAP2_CHALLENGE_SIZE],
1535 uint8_t client_challenge[MSCHAP2_CHALLENGE_SIZE])
1579 + MSCHAP2_CHALLENGE_SIZE * 2;
1608 MSCHAP2_CHALLENGE_SIZE);
1609 key_block_offset += MSCHAP2_CHALLENGE_SIZE;
1613 MSCHAP2_CHALLENGE_SIZE);

Completed in 181 milliseconds