Home
last modified time | relevance | path

Searched refs:hexstr2bin (Results 1 – 13 of 13) sorted by relevance

/hal_espressif-3.7.0/components/wpa_supplicant/src/utils/
Duuid.c22 if (hexstr2bin(pos, opos, 4)) in uuid_str2bin()
27 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin()
32 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin()
37 if (*pos++ != '-' || hexstr2bin(pos, opos, 2)) in uuid_str2bin()
42 if (*pos++ != '-' || hexstr2bin(pos, opos, 6)) in uuid_str2bin()
Dcommon.c82 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() function
371 if (hexstr2bin(value, str, tlen)) { in wpa_config_parse_string()
Dcommon.h380 int hexstr2bin(const char *hex, u8 *buf, size_t len);
Djson.c128 hexstr2bin(pos + 1, bin, 2) < 0 || in json_parse_string()
/hal_espressif-3.7.0/components/wpa_supplicant/test/
Dtest_dpp.c85 else if (hexstr2bin(command, dpp_protocol_key_override,
98 else if (hexstr2bin(nounce, dpp_nonce_override, hex_len / 2))
117 else if (hexstr2bin(auth_req, auth, hex_len / 2))
131 else if (hexstr2bin(auth_resp, auth, hex_len / 2))
152 else if (hexstr2bin(auth_confirm, auth, hex_len / 2))
/hal_espressif-3.7.0/components/wpa_supplicant/src/eap_peer/
Dmschapv2.c115 hexstr2bin((char *) (buf + 2), recv_response, in mschapv2_verify_auth_response()
Deap_mschapv2.c404 if (hexstr2bin(pos, data->passwd_change_challenge, in eap_mschapv2_failure_txt()
Deap_fast_pac.c246 if (hexstr2bin(value, buf, *len)) { in eap_fast_parse_hex()
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/
Dieee802_11_common.c179 hexstr2bin(pos, nei_pos, len / 2) < 0) { in ieee802_11_parse_candidate_list()
Ddpp.c3627 hexstr2bin(pos, conf->ssid, conf->ssid_len) < 0) in dpp_configuration_parse_helper()
3661 hexstr2bin(pos, (u8 *) conf->passphrase, pass_len) < 0) in dpp_configuration_parse_helper()
3668 if (hexstr2bin(pos, conf->psk, PMK_LEN) < 0) in dpp_configuration_parse_helper()
4646 hexstr2bin(psk_hex->string, conf->psk, PMK_LEN) < 0) { in dpp_parse_cred_legacy()
6113 hexstr2bin(key, privkey, privkey_len) < 0) in dpp_bootstrap_gen()
6298 hexstr2bin(key, privkey, privkey_len) < 0) in dpp_configurator_add()
/hal_espressif-3.7.0/components/wpa_supplicant/src/wps/
Dwps_common.c488 if (hexstr2bin(pos, &dev_type[2], 4)) in wps_dev_type_str2bin()
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/
Dtlsv1_cred.c213 if (hexstr2bin(pos, cred->srv_cert_hash, 32) < 0) { in tlsv1_set_ca_cert()
/hal_espressif-3.7.0/components/wpa_supplicant/src/rsn_supp/
Dwpa.c2474 if (hexstr2bin((char *)esp_wifi_sta_get_prof_password_internal(), in wpa_set_passphrase()