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

/macosx-10.10/eap8021x-198/EAP8021X.fproj/
H A Dmschap.h57 uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE]; member in struct:__anon8670
98 const uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE],
H A Deapmschapv2_plugin.c77 uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE]; member in struct:__anon8647
245 uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE]; member in struct:__anon8652
357 context->nt_response);
374 memcpy(resp_p->nt_response, context->nt_response,
375 sizeof(context->nt_response));
453 context->nt_response,
517 context->nt_response,
634 /* compute nt_response using challenge from error packet and new password */
638 context->nt_response);
[all...]
H A Dmschap.c163 const uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE],
180 CC_SHA1_Update(&context, nt_response, MSCHAP_NT_RESPONSE_SIZE);
301 const uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE],
313 nt_response,
595 const uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE] = { variable
624 nt_response, master);
162 GenerateAuthResponse(uint8_t * password, uint32_t password_len, const uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE], const uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE], const uint8_t auth_challenge[MSCHAP2_CHALLENGE_SIZE], const uint8_t * username, uint8_t auth_response[MSCHAP2_AUTH_RESPONSE_SIZE]) argument
300 MSChap2AuthResponseValid(const uint8_t * password, uint32_t password_len, const uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE], const uint8_t peer_challenge[MSCHAP2_CHALLENGE_SIZE], const uint8_t auth_challenge[MSCHAP2_CHALLENGE_SIZE], const uint8_t * username, const uint8_t response[MSCHAP2_AUTH_RESPONSE_SIZE]) argument
H A Deapttls_plugin.c155 uint8_t nt_response[MSCHAP_NT_RESPONSE_SIZE]; member in struct:__anon8665
797 context->nt_response);
798 bcopy(context->nt_response, offset, /* response */
877 context->nt_response,

Completed in 110 milliseconds