Home
last modified time | relevance | path

Searched refs:fils_domain_name_hash (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/wpa/src/common/
H A Dwpa_common.h747 int fils_domain_name_hash(const char *domain, u8 *hash);
H A Dwpa_common.c3369 int fils_domain_name_hash(const char *domain, u8 *hash) in fils_domain_name_hash() function
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c2146 if (fils_domain_name_hash(val, realm->hash) < 0) { in parse_fils_realm()