• Home
  • Raw
  • Download

Lines Matching defs:auth

81 	struct dpp_authentication *auth;  member
698 static void dpp_auth_fail(struct dpp_authentication *auth, const char *txt) in dpp_auth_fail()
1576 static int dpp_derive_ke(struct dpp_authentication *auth, u8 *ke, in dpp_derive_ke()
1669 static struct wpabuf * dpp_auth_build_req(struct dpp_authentication *auth, in dpp_auth_build_req()
1841 static struct wpabuf * dpp_auth_build_resp(struct dpp_authentication *auth, in dpp_auth_build_resp()
2077 static int dpp_channel_intersect(struct dpp_authentication *auth, in dpp_channel_intersect()
2101 static int dpp_channel_local_list(struct dpp_authentication *auth, in dpp_channel_local_list()
2141 static int dpp_prepare_channel_list(struct dpp_authentication *auth, in dpp_prepare_channel_list()
2181 static int dpp_autogen_bootstrap_key(struct dpp_authentication *auth) in dpp_autogen_bootstrap_key()
2228 struct dpp_authentication *auth; in dpp_auth_init() local
2361 static struct wpabuf * dpp_build_conf_req_attr(struct dpp_authentication *auth, in dpp_build_conf_req_attr()
2488 struct wpabuf * dpp_build_conf_req(struct dpp_authentication *auth, in dpp_build_conf_req()
2515 static void dpp_auth_success(struct dpp_authentication *auth) in dpp_auth_success()
2532 static int dpp_gen_r_auth(struct dpp_authentication *auth, u8 *r_auth) in dpp_gen_r_auth()
2611 static int dpp_gen_i_auth(struct dpp_authentication *auth, u8 *i_auth) in dpp_gen_i_auth()
2694 static int dpp_auth_derive_l_responder(struct dpp_authentication *auth) in dpp_auth_derive_l_responder()
2761 static int dpp_auth_derive_l_initiator(struct dpp_authentication *auth) in dpp_auth_derive_l_initiator()
2822 static int dpp_auth_build_resp_ok(struct dpp_authentication *auth) in dpp_auth_build_resp_ok()
3006 static int dpp_auth_build_resp_status(struct dpp_authentication *auth, in dpp_auth_build_resp_status()
3089 struct dpp_authentication *auth = NULL; in dpp_auth_req_rx() local
3340 int dpp_notify_new_qr_code(struct dpp_authentication *auth, in dpp_notify_new_qr_code()
3360 static struct wpabuf * dpp_auth_build_conf(struct dpp_authentication *auth, in dpp_auth_build_conf()
3539 dpp_auth_resp_rx_status(struct dpp_authentication *auth, const u8 *hdr, in dpp_auth_resp_rx_status()
3637 dpp_auth_resp_rx(struct dpp_authentication *auth, const u8 *hdr, in dpp_auth_resp_rx()
3969 static int dpp_auth_conf_rx_failure(struct dpp_authentication *auth, in dpp_auth_conf_rx_failure()
4040 int dpp_auth_conf_rx(struct dpp_authentication *auth, const u8 *hdr, in dpp_auth_conf_rx()
4302 static int dpp_configuration_parse(struct dpp_authentication *auth, in dpp_configuration_parse()
4428 struct dpp_authentication *auth, in dpp_set_configurator()
4458 void dpp_auth_deinit(struct dpp_authentication *auth) in dpp_auth_deinit()
4483 dpp_build_conf_start(struct dpp_authentication *auth, in dpp_build_conf_start()
4583 dpp_build_conf_obj_dpp(struct dpp_authentication *auth, int ap, in dpp_build_conf_obj_dpp()
4797 dpp_build_conf_obj_legacy(struct dpp_authentication *auth, int ap, in dpp_build_conf_obj_legacy()
4818 dpp_build_conf_obj(struct dpp_authentication *auth, int ap) in dpp_build_conf_obj()
4845 dpp_build_conf_resp(struct dpp_authentication *auth, const u8 *e_nonce, in dpp_build_conf_resp()
4974 dpp_conf_req_rx(struct dpp_authentication *auth, const u8 *attr_start, in dpp_conf_req_rx()
5180 static int dpp_parse_cred_legacy(struct dpp_authentication *auth, in dpp_parse_cred_legacy()
5385 static int dpp_parse_connector(struct dpp_authentication *auth, in dpp_parse_connector()
5513 static void dpp_copy_csign(struct dpp_authentication *auth, EVP_PKEY *csign) in dpp_copy_csign()
5527 static void dpp_copy_netaccesskey(struct dpp_authentication *auth) in dpp_copy_netaccesskey()
5720 static int dpp_parse_cred_dpp(struct dpp_authentication *auth, in dpp_parse_cred_dpp()
5832 static int dpp_parse_conf_obj(struct dpp_authentication *auth, in dpp_parse_conf_obj()
5912 int dpp_conf_resp_rx(struct dpp_authentication *auth, in dpp_conf_resp_rx()
6013 enum dpp_status_error dpp_conf_result_rx(struct dpp_authentication *auth, in dpp_conf_result_rx()
6096 struct wpabuf * dpp_build_conf_result(struct dpp_authentication *auth, in dpp_build_conf_result()
6249 int dpp_configurator_own_config(struct dpp_authentication *auth, in dpp_configurator_own_config()
8880 struct dpp_authentication *auth = conn->auth; in dpp_controller_gas_done() local
8952 struct dpp_authentication *auth = conn->auth; in dpp_controller_start_gas_client() local
9004 struct dpp_authentication *auth = conn->auth; in dpp_controller_auth_success() local
9385 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_auth_resp() local
9435 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_auth_conf() local
9459 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_conf_result() local
9548 struct dpp_authentication *auth = conn->auth; in dpp_controller_rx_gas_req() local
9623 struct dpp_authentication *auth = conn->auth; in dpp_tcp_rx_gas_resp() local
9908 int dpp_tcp_init(struct dpp_global *dpp, struct dpp_authentication *auth, in dpp_tcp_init()