Searched refs:chal (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_ttls.c561 u8 *chal, hash[CHAP_MD5_LEN]; local
582 chal = eap_ttls_implicit_challenge(sm, data,
584 if (chal == NULL) {
591 if (os_memcmp_const(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN)
593 password[0] != chal[EAP_TTLS_CHAP_CHALLENGE_LEN]) {
595 os_free(chal);
599 os_free(chal);
622 u8 *chal, nt_response[24]; local
643 chal = eap_ttls_implicit_challenge(sm, data,
645 if (chal
698 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, local
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_ttls.c561 u8 *chal, hash[CHAP_MD5_LEN]; local
582 chal = eap_ttls_implicit_challenge(sm, data,
584 if (chal == NULL) {
591 if (os_memcmp_const(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN)
593 password[0] != chal[EAP_TTLS_CHAP_CHALLENGE_LEN]) {
595 os_free(chal);
599 os_free(chal);
622 u8 *chal, nt_response[24]; local
643 chal = eap_ttls_implicit_challenge(sm, data,
645 if (chal
698 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_ttls.c561 u8 *chal, hash[CHAP_MD5_LEN]; local
582 chal = eap_ttls_implicit_challenge(sm, data,
584 if (chal == NULL) {
591 if (os_memcmp_const(challenge, chal, EAP_TTLS_CHAP_CHALLENGE_LEN)
593 password[0] != chal[EAP_TTLS_CHAP_CHALLENGE_LEN]) {
595 os_free(chal);
599 os_free(chal);
622 u8 *chal, nt_response[24]; local
643 chal = eap_ttls_implicit_challenge(sm, data,
645 if (chal
698 u8 *chal, *username, nt_response[24], *rx_resp, *peer_challenge, local
[all...]
/external/python/cpython2/Lib/
H A Durllib2.py984 chal = parse_keqv_list(parse_http_list(challenge))
985 auth = self.get_authorization(req, chal)
1004 def get_authorization(self, req, chal):
1006 realm = chal['realm']
1007 nonce = chal['nonce']
1008 qop = chal.get('qop')
1009 algorithm = chal.get('algorithm', 'MD5')
1012 opaque = chal.get('opaque', None)
1026 entdig = self.get_entity_digest(req.get_data(), chal)
1080 def get_entity_digest(self, data, chal)
[all...]
/external/python/cpython3/Lib/urllib/
H A Drequest.py1096 chal = parse_keqv_list(filter(None, parse_http_list(challenge)))
1097 auth = self.get_authorization(req, chal)
1117 def get_authorization(self, req, chal):
1119 realm = chal['realm']
1120 nonce = chal['nonce']
1121 qop = chal.get('qop')
1122 algorithm = chal.get('algorithm', 'MD5')
1125 opaque = chal.get('opaque', None)
1139 entdig = self.get_entity_digest(req.data, chal)
1190 def get_entity_digest(self, data, chal)
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dcdrom.h626 dvd_challenge chal; member in struct:dvd_host_send_challenge
640 dvd_challenge chal; member in struct:dvd_lu_send_challenge

Completed in 496 milliseconds