Lines Matching full:hash1
53 wpa_printf(MSG_DEBUG, "WPS: * E-Hash1");
57 /* E-Hash1 = HMAC_AuthKey(E-S1 || PSK1 || PK_E || PK_R) */
67 wpa_hexdump(MSG_DEBUG, "WPS: E-Hash1", hash, SHA256_MAC_LEN);
558 wpa_printf(MSG_DEBUG, "WPS: No R-Hash1 received");
563 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash1", wps->peer_hash1, WPS_HASH_LEN);
597 /* R-Hash1 = HMAC_AuthKey(R-S1 || PSK1 || PK_E || PK_R) */
609 wpa_printf(MSG_DEBUG, "WPS: R-Hash1 derived from R-S1 does "