HomeSort by: relevance | last modified time | path
    Searched refs:peer_hash1 (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/wps/
wps_i.h 58 u8 peer_hash1[WPS_HASH_LEN]; member in struct:wps_data
wps_enrollee.c 603 os_memcpy(wps->peer_hash1, r_hash1, WPS_HASH_LEN);
604 wpa_hexdump(MSG_DEBUG, "WPS: R-Hash1", wps->peer_hash1, WPS_HASH_LEN);
649 if (os_memcmp_const(wps->peer_hash1, hash, WPS_HASH_LEN) != 0) {
wps_registrar.c 2264 os_memcpy(wps->peer_hash1, e_hash1, WPS_HASH_LEN);
2265 wpa_hexdump(MSG_DEBUG, "WPS: E-Hash1", wps->peer_hash1, WPS_HASH_LEN);
2310 if (os_memcmp_const(wps->peer_hash1, hash, WPS_HASH_LEN) != 0) {

Completed in 32 milliseconds