Searched defs:dpp_authentication (Results 1 – 1 of 1) sorted by relevance
246 struct dpp_authentication { struct247 struct dpp_global *global;248 void *msg_ctx;249 u8 peer_version;250 const struct dpp_curve_params *curve;251 struct dpp_bootstrap_info *peer_bi;252 struct dpp_bootstrap_info *own_bi;253 struct dpp_bootstrap_info *tmp_own_bi;254 struct dpp_bootstrap_info *tmp_peer_bi;255 u8 waiting_pubkey_hash[SHA256_MAC_LEN];[all …]