Searched refs:msg_ctx (Results 1 - 25 of 68) sorted by relevance

123

/freebsd-11-stable/crypto/heimdal/lib/gssapi/
H A Dtest_common.c44 OM_uint32 msg_ctx = 0; local
55 mech, &msg_ctx, &maj_error_message);
58 mech, &msg_ctx, &min_error_message);
H A Dtest_cred.c53 OM_uint32 msg_ctx = 0; local
62 &msg_ctx,
69 } while (!GSS_ERROR(ret) && msg_ctx != 0);
H A Dtest_names.c53 OM_uint32 msg_ctx = 0; local
62 &msg_ctx,
69 } while (!GSS_ERROR(ret) && msg_ctx != 0);
/freebsd-11-stable/crypto/heimdal/appl/test/
H A Dnt_gss_common.c99 OM_uint32 msg_ctx = 0; local
108 &msg_ctx,
114 } while (!GSS_ERROR(ret) && msg_ctx != 0);
H A Dgss_common.c87 OM_uint32 msg_ctx = 0; local
96 &msg_ctx,
101 } while (!GSS_ERROR(ret) && msg_ctx != 0);
/freebsd-11-stable/contrib/wpa/src/rsn_supp/
H A Dwpa.c66 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
71 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
85 wpa_msg(sm->ctx->msg_ctx, MSG_ERROR,
197 wpa_msg(sm->ctx->msg_ctx, MSG_WARNING,
234 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
248 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
253 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
275 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
278 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBUG,
389 wpa_dbg(sm->ctx->msg_ctx, MSG_DEBU
[all...]
H A Dpreauth.c102 wpa_msg(sm->ctx->msg_ctx, MSG_INFO,
109 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with "
123 wpa_msg(sm->ctx->msg_ctx, MSG_INFO, "RSN: pre-authentication with "
180 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG,
213 ctx->msg_ctx = sm->ctx->ctx;
309 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: processing PMKSA candidate "
318 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: not in suitable "
329 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA "
339 wpa_msg(sm->ctx->msg_ctx, MSG_DEBUG, "RSN: PMKSA candidate "
352 wpa_msg(sm->ctx->msg_ctx, MSG_DEBU
[all...]
/freebsd-11-stable/contrib/wpa/src/ap/
H A Ddpp_hostapd.c51 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
76 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
129 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX_STATUS "dst=" MACSTR
234 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_AUTH_INIT_FAILED);
332 wpa_msg(hapd->msg_ctx, MSG_INFO,
385 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_TX "dst=" MACSTR
462 hapd->dpp_auth = dpp_auth_init(hapd->msg_ctx, peer_bi, own_bi,
469 if (dpp_set_configurator(hapd->iface->interfaces->dpp, hapd->msg_ctx,
540 wpa_msg(hapd->msg_ctx, MSG_INFO, DPP_EVENT_FAIL
550 wpa_msg(hapd->msg_ctx, MSG_INF
[all...]
H A Dgas_query_ap.h16 void *msg_ctx);
H A Dgas_query_ap.c63 void *msg_ctx; member in struct:gas_query_ap
93 void *msg_ctx)
102 gas->msg_ctx = msg_ctx;
146 wpa_msg(gas->msg_ctx, MSG_INFO, GAS_QUERY_DONE "addr=" MACSTR
707 wpa_msg(gas->msg_ctx, MSG_INFO, GAS_QUERY_START "addr=" MACSTR
92 gas_query_ap_init(struct hostapd_data *hapd, void *msg_ctx) argument
H A Dsta_info.c442 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
453 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
462 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
469 wpa_msg(hapd->msg_ctx, MSG_DEBUG,
484 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "Station " MACSTR
518 wpa_dbg(hapd->msg_ctx, MSG_DEBUG,
1277 wpa_msg(hapd->msg_ctx, MSG_INFO, AP_STA_CONNECTED "%s%s%s",
1281 hapd->msg_ctx_parent != hapd->msg_ctx)
1286 wpa_msg(hapd->msg_ctx, MSG_INFO, AP_STA_DISCONNECTED "%s", buf);
1289 hapd->msg_ctx_parent != hapd->msg_ctx)
[all...]
H A Ddfs.c735 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_CAC_START
783 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_CAC_COMPLETED
825 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_PRE_CAC_EXPIRED
863 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_NEW_CHANNEL
951 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_NEW_CHANNEL
1015 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_RADAR_DETECTED
1046 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_NOP_FINISHED
1096 wpa_msg(iface->bss[0]->msg_ctx, MSG_INFO, DFS_EVENT_CAC_START
H A Dhs20.c244 wpa_msg(hapd->msg_ctx, MSG_INFO, HS20_T_C_FILTERING_ADD MACSTR,
252 wpa_msg(hapd->msg_ctx, MSG_INFO,
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_proxy_dummy.c16 void *msg_ctx)
15 eap_proxy_init(void *eapol_ctx, const struct eapol_callbacks *eapol_cb, void *msg_ctx) argument
H A Deap_proxy.h24 void *msg_ctx);
/freebsd-11-stable/contrib/wpa/src/radius/
H A Dradius_server.h231 * msg_ctx - Context data for wpa_msg() calls
233 void *msg_ctx; member in struct:radius_server_conf
/freebsd-11-stable/contrib/serf/auth/
H A Dauth_spnego_gss.c59 OM_uint32 msg_ctx = 0; local
66 &msg_ctx,
74 &msg_ctx,
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftp/
H A Dgssapi.c237 OM_uint32 msg_ctx = 0; local
243 &msg_ctx,
303 OM_uint32 msg_ctx = 0; local
310 &msg_ctx,
384 OM_uint32 msg_ctx = 0; local
408 &msg_ctx,
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dgssapi.c237 OM_uint32 msg_ctx = 0; local
243 &msg_ctx,
303 OM_uint32 msg_ctx = 0; local
310 &msg_ctx,
384 OM_uint32 msg_ctx = 0; local
408 &msg_ctx,
/freebsd-11-stable/contrib/wpa/src/common/
H A Ddpp.h127 void *msg_ctx; member in struct:dpp_pkex
178 void *msg_ctx; member in struct:dpp_authentication
398 struct dpp_authentication * dpp_auth_init(void *msg_ctx,
406 dpp_auth_req_rx(void *msg_ctx, u8 dpp_allowed_roles, int qr_mutual,
428 int dpp_set_configurator(struct dpp_global *dpp, void *msg_ctx,
462 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi,
466 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx,
532 void *msg_ctx; member in struct:dpp_global_config
/freebsd-11-stable/lib/librpcsec_gss/
H A Drpcsec_gss_prot.c260 int msg_ctx = 0; local
265 &msg_ctx, &msg);
270 &msg_ctx, &msg);
/freebsd-11-stable/sys/rpc/rpcsec_gss/
H A Drpcsec_gss_prot.c344 int msg_ctx = 0; local
349 &msg_ctx, &msg);
354 &msg_ctx, &msg);
/freebsd-11-stable/crypto/heimdal/appl/telnet/libtelnet/
H A Dspx.c111 int major_status, status, msg_ctx = 0, new_status; variable
207 int msg_ctx = 0, new_status, status; local
293 &msg_ctx,
461 &msg_ctx,
/freebsd-11-stable/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h23 void *msg_ctx; member in struct:eapol_auth_config
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_server.c270 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_STARTED
302 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_PROPOSED_METHOD
327 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_RETRANSMIT MACSTR,
582 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_PROPOSED_METHOD
638 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_TIMEOUT_FAILURE MACSTR,
653 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_FAILURE
670 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_SUCCESS
756 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_FAILURE
784 wpa_msg(sm->msg_ctx, MSG_INFO, WPA_EVENT_EAP_SUCCESS
1018 wpa_msg(sm->msg_ctx, MSG_INF
[all...]

Completed in 168 milliseconds

123