HomeSort by relevance Sort by last modified time
    Searched full:dh_shared (Results 1 - 1 of 1) sorted by null

  /external/wpa_supplicant_8/src/wps/
wps_common.c 61 struct wpabuf *pubkey, *dh_shared; local
80 dh_shared = dh5_derive_shared(wps->dh_ctx, pubkey, wps->dh_privkey);
83 dh_shared = wpabuf_zeropad(dh_shared, 192);
84 if (dh_shared == NULL) {
93 wpa_hexdump_buf_key(MSG_DEBUG, "WPS: DH shared key", dh_shared);
96 addr[0] = wpabuf_head(dh_shared);
97 len[0] = wpabuf_len(dh_shared);
100 wpabuf_free(dh_shared);

Completed in 154 milliseconds