Searched defs:ad_type (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinq_context.c250 int ad_type = 0; local
261 &ad_type);
262 if (major_status != GSS_S_COMPLETE || ad_type == 0) {
269 if (ctx->authdata[i]->ad_type == ad_type) {
H A Dkrb5_gss_glue.c322 int ad_type,
339 ad_type,
320 gsskrb5_extract_authz_data_from_sec_context(OM_uint32 *minor_status, gss_ctx_id_t context_handle, int ad_type, gss_buffer_t ad_data) argument
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dcopy_auth.c151 if ((container->ad_type & AD_TYPE_FIELD_TYPE_MASK) != type)
181 ad_datum.ad_type = type & AD_TYPE_FIELD_TYPE_MASK;
230 krb5_authdatatype ad_type, struct find_authdata_context *fctx,
240 switch (ad->ad_type) {
244 ad->ad_type,
250 ad_type,
262 if (ad->ad_type == ad_type && retval == 0)
275 krb5_authdatatype ad_type, krb5_authdata ***results)
286 retval = find_authdata_1( context, ticket_authdata, ad_type,
229 find_authdata_1(krb5_context context, krb5_authdata *const *in_authdat, krb5_authdatatype ad_type, struct find_authdata_context *fctx, int from_ap_req) argument
272 krb5int_find_authdata(krb5_context context, krb5_authdata *const *ticket_authdata, krb5_authdata *const *ap_req_authdata, krb5_authdatatype ad_type, krb5_authdata ***results) argument
[all...]
H A Dpac.c1073 krb5_authdatatype ad_type,
1125 assert((authdata[0]->ad_type & AD_TYPE_FIELD_TYPE_MASK) ==
1168 authdata[0]->ad_type = KRB5_AUTHDATA_WIN2K_PAC;
1071 mspac_flags(krb5_context kcontext, void *plugin_context, krb5_authdatatype ad_type, krb5_flags *flags) argument

Completed in 32 milliseconds