Searched refs:pubkey_hash (Results 1 - 19 of 19) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dwps_attr_build.c347 u8 pubkey_hash[WPS_HASH_LEN]; local
354 sha256_vector(1, addr, &hash_len, pubkey_hash);
372 wpabuf_put_data(msg, pubkey_hash, WPS_OOB_PUBKEY_HASH_LEN);
H A Dwps_common.c387 oob_conf->pubkey_hash =
389 if (oob_conf->pubkey_hash == NULL) {
H A Dwps.h110 struct wpabuf *pubkey_hash; member in struct:oob_conf_data
H A Dwps_enrollee.c527 wps->wps->oob_conf.pubkey_hash) {
534 wpabuf_head(wps->wps->oob_conf.pubkey_hash),
H A Dwps_registrar.c2143 if (wps->wps->oob_conf.pubkey_hash != NULL) {
2150 wpabuf_head(wps->wps->oob_conf.pubkey_hash),
/external/wpa_supplicant_8/src/wps/
H A Dwps_attr_build.c347 u8 pubkey_hash[WPS_HASH_LEN]; local
354 sha256_vector(1, addr, &hash_len, pubkey_hash);
372 wpabuf_put_data(msg, pubkey_hash, WPS_OOB_PUBKEY_HASH_LEN);
H A Dwps_common.c387 oob_conf->pubkey_hash =
389 if (oob_conf->pubkey_hash == NULL) {
H A Dwps.h110 struct wpabuf *pubkey_hash; member in struct:oob_conf_data
H A Dwps_enrollee.c527 wps->wps->oob_conf.pubkey_hash) {
534 wpabuf_head(wps->wps->oob_conf.pubkey_hash),
H A Dwps_registrar.c2143 if (wps->wps->oob_conf.pubkey_hash != NULL) {
2150 wpabuf_head(wps->wps->oob_conf.pubkey_hash),
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dwps_attr_build.c347 u8 pubkey_hash[WPS_HASH_LEN]; local
354 sha256_vector(1, addr, &hash_len, pubkey_hash);
372 wpabuf_put_data(msg, pubkey_hash, WPS_OOB_PUBKEY_HASH_LEN);
H A Dwps_common.c387 oob_conf->pubkey_hash =
389 if (oob_conf->pubkey_hash == NULL) {
H A Dwps.h110 struct wpabuf *pubkey_hash; member in struct:oob_conf_data
H A Dwps_enrollee.c527 wps->wps->oob_conf.pubkey_hash) {
534 wpabuf_head(wps->wps->oob_conf.pubkey_hash),
H A Dwps_registrar.c2143 if (wps->wps->oob_conf.pubkey_hash != NULL) {
2150 wpabuf_head(wps->wps->oob_conf.pubkey_hash),
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dwps_hostapd.c1001 wpabuf_free(hapd->wps->oob_conf.pubkey_hash);
/external/wpa_supplicant_8/src/ap/
H A Dwps_hostapd.c1001 wpabuf_free(hapd->wps->oob_conf.pubkey_hash);
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dwps_hostapd.c1001 wpabuf_free(hapd->wps->oob_conf.pubkey_hash);
/external/wpa_supplicant_8/wpa_supplicant/
H A Dwps_supplicant.c1229 wpabuf_free(wpa_s->wps->oob_conf.pubkey_hash);

Completed in 195 milliseconds