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

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dmschapv2.c41 u8 *nt_response, u8 *auth_response,
68 password, nt_response) ||
71 username, username_len, nt_response,
80 nt_response) ||
85 nt_response,
90 nt_response, MSCHAPV2_NT_RESPONSE_LEN);
103 if (get_master_key(password_hash_hash, nt_response, master_key))
36 mschapv2_derive_response(const u8 *identity, size_t identity_len, const u8 *password, size_t password_len, int pwhash, const u8 *auth_challenge, const u8 *peer_challenge, u8 *nt_response, u8 *auth_response, u8 *master_key) argument
H A Dmschapv2.h23 u8 *nt_response, u8 *auth_response,
H A Deap_mschapv2.c43 u8 nt_response[MSCHAPV2_NT_RESPONSE_LEN]; member in struct:ms_response
53 u8 nt_response[MSCHAPV2_NT_RESPONSE_LEN]; member in struct:ms_change_password
207 peer_challenge, r->nt_response,
599 cp->nt_response);
601 cp->nt_response, MSCHAPV2_NT_RESPONSE_LEN);
609 cp->nt_response, data->auth_response);
616 get_master_key(password_hash_hash, cp->nt_response,
/freebsd-11-stable/contrib/wpa/src/crypto/
H A Dms_funcs.h25 const u8 *nt_response, u8 *response);
30 const u8 *nt_response, u8 *response);
41 int get_master_key(const u8 *password_hash_hash, const u8 *nt_response,
H A Dms_funcs.c218 * @nt_response: 24-octet NT-Response (IN)
231 const u8 *nt_response, u8 *response)
254 addr1[1] = nt_response;
274 * @nt_response: 24-octet NT-Response (IN)
287 const u8 *nt_response, u8 *response)
294 username, username_len, nt_response, response);
321 * @nt_response: 24-octet NTResponse (IN)
325 int get_master_key(const u8 *password_hash_hash, const u8 *nt_response, argument
338 addr[1] = nt_response;
227 generate_authenticator_response_pwhash( const u8 *password_hash, const u8 *peer_challenge, const u8 *auth_challenge, const u8 *username, size_t username_len, const u8 *nt_response, u8 *response) argument
283 generate_authenticator_response(const u8 *password, size_t password_len, const u8 *peer_challenge, const u8 *auth_challenge, const u8 *username, size_t username_len, const u8 *nt_response, u8 *response) argument
H A Dcrypto_module_tests.c2062 u8 nt_response[] = { local
2096 os_memcmp(nt_response, buf, sizeof(nt_response)) != 0) {
2113 nt_response, buf) ||
2120 if (get_master_key(password_hash_hash, nt_response, buf) ||
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server_mschapv2.c285 const u8 *pos, *end, *peer_challenge, *nt_response, *name; local
315 nt_response = pos;
328 wpa_hexdump(MSG_MSGDUMP, "EAP-MSCHAPV2: NT-Response", nt_response, 24);
370 challenge, nt_response);
408 if (os_memcmp_const(nt_response, expected, 24) == 0) {
431 username, username_len, nt_response,
434 get_master_key(pw_hash_hash, nt_response,
H A Deap_server_ttls.c622 u8 *chal, nt_response[24]; local
669 challenge_response(challenge, sm->user->password, nt_response)) ||
672 sm->user->password_len, nt_response))) {
677 if (os_memcmp_const(nt_response, response + 2 + 24, 24) == 0) {
686 nt_response, 24);
698 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, local
774 nt_response);
780 nt_response);
796 if (os_memcmp_const(nt_response, rx_resp, 24) == 0) {
805 username, username_len, nt_response,
[all...]
/freebsd-11-stable/usr.sbin/ppp/
H A Dradius.c107 u_char nt_response[24]; member in struct:mschap_response
987 memcpy(msresp.nt_response, key + 25, 24);

Completed in 123 milliseconds