Lines Matching full:hash1
1432 wpa_printf(MSG_DEBUG, "WPS: * R-Hash1");
1436 /* R-Hash1 = HMAC_AuthKey(R-S1 || PSK1 || PK_E || PK_R) */
1446 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash1", hash, SHA256_MAC_LEN);
2164 wpa_printf(MSG_DEBUG, "WPS: No E-Hash1 received");
2169 wpa_hexdump(MSG_DEBUG, "WPS: E-Hash1", wps->peer_hash1, WPS_HASH_LEN);
2203 /* E-Hash1 = HMAC_AuthKey(E-S1 || PSK1 || PK_E || PK_R) */
2215 wpa_printf(MSG_DEBUG, "WPS: E-Hash1 derived from E-S1 does "