Searched refs:hexstr2bin (Results 1 – 13 of 13) sorted by relevance
/hal_espressif-3.7.0/components/wpa_supplicant/src/utils/ |
D | uuid.c | 22 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()
|
D | common.c | 82 int hexstr2bin(const char *hex, u8 *buf, size_t len) in hexstr2bin() function 371 if (hexstr2bin(value, str, tlen)) { in wpa_config_parse_string()
|
D | common.h | 380 int hexstr2bin(const char *hex, u8 *buf, size_t len);
|
D | json.c | 128 hexstr2bin(pos + 1, bin, 2) < 0 || in json_parse_string()
|
/hal_espressif-3.7.0/components/wpa_supplicant/test/ |
D | test_dpp.c | 85 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/ |
D | mschapv2.c | 115 hexstr2bin((char *) (buf + 2), recv_response, in mschapv2_verify_auth_response()
|
D | eap_mschapv2.c | 404 if (hexstr2bin(pos, data->passwd_change_challenge, in eap_mschapv2_failure_txt()
|
D | eap_fast_pac.c | 246 if (hexstr2bin(value, buf, *len)) { in eap_fast_parse_hex()
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/common/ |
D | ieee802_11_common.c | 179 hexstr2bin(pos, nei_pos, len / 2) < 0) { in ieee802_11_parse_candidate_list()
|
D | dpp.c | 3627 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/ |
D | wps_common.c | 488 if (hexstr2bin(pos, &dev_type[2], 4)) in wps_dev_type_str2bin()
|
/hal_espressif-3.7.0/components/wpa_supplicant/src/tls/ |
D | tlsv1_cred.c | 213 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/ |
D | wpa.c | 2474 if (hexstr2bin((char *)esp_wifi_sta_get_prof_password_internal(), in wpa_set_passphrase()
|