Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dwpa_passphrase.c56 if (has_ctrl_char((u8 *) passphrase, len)) { in main()
H A Dconfig.c526 if (has_ctrl_char((u8 *) value, len)) { in wpa_config_parse_psk()
/freebsd-12.1/contrib/wpa/src/wps/
H A Dwps_attr_process.c235 (cred->key_len < 8 || has_ctrl_char(cred->key, cred->key_len))) { in wps_workaround_cred_key()
/freebsd-12.1/contrib/wpa/src/utils/
H A Dcommon.h507 int has_ctrl_char(const u8 *data, size_t len);
H A Dcommon.c710 int has_ctrl_char(const u8 *data, size_t len) in has_ctrl_char() function