Home | History | Annotate | Download | only in wps

Lines Matching defs:pubkey

61 	struct wpabuf *pubkey, *dh_shared;
72 pubkey = wps->registrar ? wps->dh_pubkey_e : wps->dh_pubkey_r;
73 if (pubkey == NULL) {
79 wpa_hexdump_buf(MSG_DEBUG, "WPS: DH peer Public Key", pubkey);
80 dh_shared = dh5_derive_shared(wps->dh_ctx, pubkey, wps->dh_privkey);
355 const struct wpabuf *pubkey,
365 wps_build_oob_dev_pw(data, dev_pw_id, pubkey,
749 struct wpabuf * wps_nfc_token_gen(int ndef, int *id, struct wpabuf **pubkey,
776 wpabuf_free(*pubkey);
777 *pubkey = pub;
783 ret = wps_build_nfc_pw_token(*id, *pubkey, *dev_pw);