Searched defs:msg_ctx (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dcmds_gss.c50 OM_uint32 msg_ctx = 0; local
54 while (!msg_ctx) {
56 GSS_C_GSS_CODE, GSS_C_NULL_OID, &msg_ctx, &msg);
72 msg_ctx = 0;
75 while (!msg_ctx) {
77 GSS_C_MECH_CODE, GSS_C_NULL_OID, &msg_ctx, &msg);
/illumos-gate/usr/src/lib/krb5/kadm5/clnt/
H A Dclient_init.c156 OM_uint32 msg_ctx; local
158 msg_ctx = 0;
164 &msg_ctx, &msg);
181 if (!msg_ctx)
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c135 OM_uint32 _min, msg_ctx; local
139 msg_ctx = 0;
142 *current_mech_oid, &msg_ctx, &msg_buf);
151 } while (msg_ctx);
154 msg_ctx = 0;
157 *current_mech_oid, &msg_ctx, &msg_buf);
166 } while (msg_ctx);
/illumos-gate/usr/src/cmd/krb5/kadmin/server/
H A Dovsec_kadmd.c214 OM_uint32 msg_ctx; local
216 msg_ctx = 0;
220 &msg_ctx, &msg);
225 if (!msg_ctx)
/illumos-gate/usr/src/lib/sasl_plugins/gssapi/
H A Dgssapi.c199 OM_uint32 msg_ctx; local
219 msg_ctx = 0;
227 &msg_ctx, &msg);
266 if (!msg_ctx)
281 msg_ctx = 0;
289 &msg_ctx, &msg);
328 if (!msg_ctx)
/illumos-gate/usr/src/cmd/gss/gssd/
H A Dgssd_proc.c82 OM_uint32 msg_ctx = 0; local
91 /* msg_ctx - skip the check for it as is probably unnecesary */
94 GSS_C_NULL_OID, &msg_ctx, &msg);
108 msg_ctx = 0;
109 /* msg_ctx - skip the check for it as is probably unnecesary */
113 &msg_ctx, &msg);
/illumos-gate/usr/src/lib/smbsrv/libsmbns/common/
H A Dsmbns_dyndns.c437 OM_uint32 msg_ctx = 0; local
441 &msg_ctx, &msg);
447 &msg_ctx, &msg);

Completed in 62 milliseconds