Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/common/
H A Dsae.h173 struct sae_pk * sae_parse_pk(const char *val);
H A Dsae_pk.c450 struct sae_pk * sae_parse_pk(const char *val) in sae_parse_pk() function
/freebsd/contrib/wpa/hostapd/
H A Dconfig_file.c2284 pw->pk = sae_parse_pk(tmp); in parse_sae_password()