Lines Matching refs:dpp_authentication
33 int (*process_conf_obj)(void *ctx, struct dpp_authentication *auth);
34 bool (*tcp_msg_sent)(void *ctx, struct dpp_authentication *auth);
55 int dpp_prepare_channel_list(struct dpp_authentication *auth,
58 void dpp_auth_fail(struct dpp_authentication *auth, const char *txt);
66 struct wpabuf * dpp_build_enveloped_data(struct dpp_authentication *auth);
67 int dpp_conf_resp_env_data(struct dpp_authentication *auth,
111 int dpp_derive_bk_ke(struct dpp_authentication *auth);
112 int dpp_gen_r_auth(struct dpp_authentication *auth, u8 *r_auth);
113 int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth);
114 int dpp_auth_derive_l_responder(struct dpp_authentication *auth);
115 int dpp_auth_derive_l_initiator(struct dpp_authentication *auth);
135 int dpp_reconfig_derive_ke_responder(struct dpp_authentication *auth,
139 int dpp_reconfig_derive_ke_initiator(struct dpp_authentication *auth,
145 int dpp_derive_auth_i(struct dpp_authentication *auth, u8 *auth_i);