HomeSort by: relevance | last modified time | path
    Searched defs:msg_ctx (Results 1 - 21 of 21) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/
test_common.c 46 OM_uint32 msg_ctx = 0; local
56 mech, &msg_ctx, &maj_error_message);
58 mech, &msg_ctx, &min_error_message);
test_add_store_cred.c 54 OM_uint32 msg_ctx = 0; local
58 maj = gss_display_status(&min, stat, status_type, mech, &msg_ctx,
76 } while (msg_ctx != 0);
test_cred.c 55 OM_uint32 msg_ctx = 0; local
64 &msg_ctx,
71 } while (!GSS_ERROR(ret) && msg_ctx != 0);
test_names.c 55 OM_uint32 msg_ctx = 0; local
64 &msg_ctx,
71 } while (!GSS_ERROR(ret) && msg_ctx != 0);
  /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
test_cred.c 44 OM_uint32 msg_ctx = 0; local
53 &msg_ctx,
58 } while (!GSS_ERROR(ret) && msg_ctx != 0);
  /src/external/bsd/wpa/dist/src/common/
dpp_i.h 17 void *msg_ctx; member in struct:dpp_global
dpp_tcp.c 30 void *msg_ctx; member in struct:dpp_connection
63 void *msg_ctx; member in struct:dpp_relay_controller
84 void *msg_ctx; member in struct:dpp_controller
154 ctrl->msg_ctx = config->msg_ctx;
251 wpa_msg(conn->msg_ctx, MSG_INFO, DPP_EVENT_CONF_SENT "conf_status=%d",
473 conn->msg_ctx = ctrl->msg_ctx;
787 conn->auth = dpp_auth_req_rx(conn->ctrl->global, conn->msg_ctx,
867 wpa_msg(conn->msg_ctx, MSG_INFO
879 void *msg_ctx = conn->msg_ctx; local
    [all...]
dpp.h 203 void *msg_ctx; member in struct:dpp_pkex
283 void *msg_ctx; member in struct:dpp_authentication
433 void *msg_ctx; member in struct:dpp_relay_config
447 void *msg_ctx; member in struct:dpp_controller_config
586 dpp_alloc_auth(struct dpp_global *dpp, void *msg_ctx);
588 struct dpp_authentication * dpp_auth_init(struct dpp_global *dpp, void *msg_ctx,
596 dpp_auth_req_rx(struct dpp_global *dpp, void *msg_ctx, u8 dpp_allowed_roles,
675 struct dpp_pkex * dpp_pkex_init(void *msg_ctx, struct dpp_bootstrap_info *bi,
679 struct dpp_pkex * dpp_pkex_rx_exchange_req(void *msg_ctx,
776 void *msg_ctx, void *cb_ctx
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
gssapictx.c 836 OM_uint32 msg_ctx, minor_stat; local
839 msg_ctx = 0;
841 GSS_C_NULL_OID, &msg_ctx, &msg_major);
844 msg_ctx = 0;
846 GSS_C_NULL_OID, &msg_ctx, &msg_minor);
  /src/external/mpl/bind/dist/lib/dns/
gssapictx.c 834 OM_uint32 msg_ctx, minor_stat; local
837 msg_ctx = 0;
839 GSS_C_NULL_OID, &msg_ctx, &msg_major);
842 msg_ctx = 0;
844 GSS_C_NULL_OID, &msg_ctx, &msg_minor);
  /src/crypto/external/bsd/libsaslc/dist/src/
mech_gssapi.c 153 OM_uint32 msg_ctx; local
155 msg_ctx = 0;
162 mech, &msg_ctx, &maj_error_message);
164 mech, &msg_ctx, &min_error_message);
  /src/external/bsd/openldap/dist/libraries/libldap/
gssapi.c 61 OM_uint32 msg_ctx = 0; local
75 mech, &msg_ctx, &gss_msg);
77 mech, &msg_ctx, &minor_msg);
  /src/external/bsd/wpa/dist/src/ap/
gas_query_ap.c 65 void *msg_ctx; member in struct:gas_query_ap
95 void *msg_ctx)
104 gas->msg_ctx = msg_ctx;
148 wpa_msg(gas->msg_ctx, MSG_INFO, GAS_QUERY_DONE "addr=" MACSTR
711 wpa_msg(gas->msg_ctx, MSG_INFO, GAS_QUERY_START "addr=" MACSTR
wpa_auth.h 172 void *msg_ctx; member in struct:wpa_auth_config
hostapd.h 204 void *msg_ctx; /* ctx for wpa_msg() calls */ member in struct:hostapd_data
  /src/external/bsd/wpa/dist/src/eapol_supp/
eapol_supp_sm.h 118 * msg_ctx - Callback context for wpa_msg() calls
120 void *msg_ctx; member in struct:eapol_ctx
  /src/crypto/external/bsd/heimdal/dist/kadmin/
rpc.c 170 OM_uint32 msg_ctx = 0; local
179 &msg_ctx,
185 } while (!GSS_ERROR(ret) && msg_ctx != 0);
  /src/external/bsd/wpa/dist/src/eap_peer/
eap_i.h 358 void *msg_ctx; member in struct:eap_sm
  /src/external/bsd/wpa/dist/src/eap_server/
eap.h 118 void *msg_ctx; member in struct:eap_config
  /src/external/bsd/wpa/dist/src/rsn_supp/
wpa.h 27 void *msg_ctx; /* upper level context for wpa_msg() calls */ member in struct:wpa_sm_ctx
  /src/external/ibm-public/postfix/dist/src/milter/
milter8.c 2328 MILTER_MSG_CONTEXT *msg_ctx = (MILTER_MSG_CONTEXT *) ptr; local
2329 MILTER8 *milter = msg_ctx->milter;
2339 #define MILTER8_MESSAGE_DONE(milter, msg_ctx) \
2340 ((milter)->state != MILTER8_STAT_MESSAGE || (msg_ctx)->resp != 0)
2342 if (MILTER8_MESSAGE_DONE(milter, msg_ctx))
2362 for (cpp = msg_ctx->auto_hdrs->argv, done = 1; *cpp; cpp++, done <<= 1)
2363 if ((msg_ctx->auto_done & done) == 0 && strcmp(*cpp, STR(buf)) == 0) {
2364 msg_ctx->auto_done |= done;
2389 msg_ctx->resp =
2391 skip_reply, msg_ctx->eoh_macros
2402 MILTER_MSG_CONTEXT *msg_ctx = (MILTER_MSG_CONTEXT *) ptr; local
2424 MILTER_MSG_CONTEXT *msg_ctx = (MILTER_MSG_CONTEXT *) ptr; local
2500 MILTER_MSG_CONTEXT *msg_ctx = (MILTER_MSG_CONTEXT *) ptr; local
2550 MILTER_MSG_CONTEXT msg_ctx; local
    [all...]

Completed in 33 milliseconds