| /netbsd-src/external/ibm-public/postfix/dist/src/milter/ |
| H A D | milter8.c | 2318 MILTER_MSG_CONTEXT *msg_ctx = (MILTER_MSG_CONTEXT *) ptr; in milter8_header() local 2319 MILTER8 *milter = msg_ctx->milter; in milter8_header() 2329 #define MILTER8_MESSAGE_DONE(milter, msg_ctx) \ in milter8_header() argument 2330 ((milter)->state != MILTER8_STAT_MESSAGE || (msg_ctx)->resp != 0) in milter8_header() 2332 if (MILTER8_MESSAGE_DONE(milter, msg_ctx)) in milter8_header() 2352 for (cpp = msg_ctx->auto_hdrs->argv, done = 1; *cpp; cpp++, done <<= 1) in milter8_header() 2353 if ((msg_ctx->auto_done & done) == 0 && strcmp(*cpp, STR(buf)) == 0) { in milter8_header() 2354 msg_ctx->auto_done |= done; in milter8_header() 2379 msg_ctx->resp = in milter8_header() 2381 skip_reply, msg_ctx->eoh_macros, in milter8_header() [all …]
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/ |
| H A D | test_common.c | 46 OM_uint32 msg_ctx = 0; in gssapi_err() local 56 mech, &msg_ctx, &maj_error_message); in gssapi_err() 58 mech, &msg_ctx, &min_error_message); in gssapi_err()
|
| H A D | test_add_store_cred.c | 54 OM_uint32 msg_ctx = 0; in print_gss_err() local 58 maj = gss_display_status(&min, stat, status_type, mech, &msg_ctx, in print_gss_err() 76 } while (msg_ctx != 0); in print_gss_err()
|
| H A D | test_cred.c | 55 OM_uint32 msg_ctx = 0; in gss_print_errors() local 64 &msg_ctx, in gss_print_errors() 71 } while (!GSS_ERROR(ret) && msg_ctx != 0); in gss_print_errors()
|
| H A D | test_names.c | 55 OM_uint32 msg_ctx = 0; in gss_print_errors() local 64 &msg_ctx, in gss_print_errors() 71 } while (!GSS_ERROR(ret) && msg_ctx != 0); in gss_print_errors()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| H A D | test_cred.c | 44 OM_uint32 msg_ctx = 0; in gss_print_errors() local 53 &msg_ctx, in gss_print_errors() 58 } while (!GSS_ERROR(ret) && msg_ctx != 0); in gss_print_errors()
|
| /netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/ |
| H A D | gssapictx.c | 836 OM_uint32 msg_ctx, minor_stat; in gss_error_tostring() local 839 msg_ctx = 0; in gss_error_tostring() 841 GSS_C_NULL_OID, &msg_ctx, &msg_major); in gss_error_tostring() 844 msg_ctx = 0; in gss_error_tostring() 846 GSS_C_NULL_OID, &msg_ctx, &msg_minor); in gss_error_tostring()
|
| /netbsd-src/external/mpl/bind/dist/lib/dns/ |
| H A D | gssapictx.c | 843 OM_uint32 msg_ctx, minor_stat; in gss_error_tostring() 846 msg_ctx = 0; in gss_error_tostring() 848 GSS_C_NULL_OID, &msg_ctx, &msg_major); in gss_error_tostring() 851 msg_ctx = 0; in gss_error_tostring() 853 GSS_C_NULL_OID, &msg_ctx, &msg_minor); in gss_error_tostring() 840 OM_uint32 msg_ctx, minor_stat; gss_error_tostring() local
|
| /netbsd-src/crypto/external/bsd/libsaslc/dist/src/ |
| H A D | mech_gssapi.c | 156 OM_uint32 msg_ctx; in saslc__mech_gssapi_err() local 158 msg_ctx = 0; in saslc__mech_gssapi_err() 165 mech, &msg_ctx, &maj_error_message); in saslc__mech_gssapi_err() 167 mech, &msg_ctx, &min_error_message); in saslc__mech_gssapi_err()
|
| /netbsd-src/external/bsd/wpa/dist/src/ap/ |
| H A D | gas_query_ap.h | 16 void *msg_ctx);
|
| /netbsd-src/external/bsd/wpa/dist/src/eap_peer/ |
| H A D | eap_proxy.h | 24 void *msg_ctx);
|
| /netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
| H A D | gssapi.c | 61 OM_uint32 msg_ctx = 0; in gsserrstr() local 75 mech, &msg_ctx, &gss_msg); in gsserrstr() 77 mech, &msg_ctx, &minor_msg); in gsserrstr()
|
| /netbsd-src/external/bsd/wpa/dist/src/eap_common/ |
| H A D | eap_sim_common.h | 228 void eap_sim_report_notification(void *msg_ctx, int notification, int aka);
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/ |
| H A D | rpc.c | 170 OM_uint32 msg_ctx = 0; in gss_error() local 179 &msg_ctx, in gss_error() 185 } while (!GSS_ERROR(ret) && msg_ctx != 0); in gss_error()
|