Home
last modified time | relevance | path

Searched refs:has_ctrl_char (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_passphrase.c75 if (has_ctrl_char((u8 *) passphrase, len)) { in main()
H A Dconfig.c595 if (has_ctrl_char((u8 *) value, len)) { in wpa_config_parse_psk()
H A Ddpp_supplicant.c4277 if (!has_ctrl_char((const u8 *) auth->e_mud_url, len)) in wpas_dpp_gas_req_handler()
/freebsd/contrib/wpa/src/p2p/
H A Dp2p_parse.c96 if (has_ctrl_char(data, 2)) { in p2p_parse_attribute()
119 if (has_ctrl_char(data, 2)) { in p2p_parse_attribute()
138 if (has_ctrl_char(data, 2)) { in p2p_parse_attribute()
/freebsd/contrib/wpa/src/wps/
H A Dwps_attr_process.c236 (cred->key_len < 8 || has_ctrl_char(cred->key, cred->key_len))) { in wps_workaround_cred_key()
/freebsd/contrib/wpa/src/utils/
H A Dcommon.h531 int has_ctrl_char(const u8 *data, size_t len);
H A Dcommon.c711 int has_ctrl_char(const u8 *data, size_t len) in has_ctrl_char() function
/freebsd/contrib/wpa/src/common/
H A Ddpp_tcp.c1474 if (!has_ctrl_char((const u8 *) auth->e_mud_url, e_len)) in dpp_controller_rx_gas_req()
H A Ddpp.c3023 has_ctrl_char((const u8 *) name->string, in dpp_parse_cred_dot1x()