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

/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinq_context.c266 int ad_type = 0; local
277 &ad_type);
278 if (major_status != GSS_S_COMPLETE || ad_type == 0) {
285 if (ctx->authdata[i]->ad_type == ad_type) {
294 } else if (ctx->authdata[i]->ad_type == KRB5_AUTHDATA_IF_RELEVANT) {
308 if (ad_if_relevant[j]->ad_type == ad_type) {
H A Dkrb5_gss_glue.c1308 int ad_type,
1325 ad_type,
1305 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
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/
H A Dcopy_auth.c147 if ((container->ad_type & AD_TYPE_FIELD_TYPE_MASK) != type)
177 ad_datum.ad_type = type & AD_TYPE_FIELD_TYPE_MASK;
227 (krb5_context context, krb5_authdata *const *in_authdat, krb5_authdatatype ad_type,
235 if (ad->ad_type == ad_type && retval ==0)
237 else switch (ad->ad_type) {
241 retval = krb5_decode_authdata_container( context, ad->ad_type, ad, &decoded_container);
244 decoded_container, ad_type, fctx);
259 krb5_authdatatype ad_type,
271 retval = find_authdata_1( context, ticket_authdata, ad_type,
226 find_authdata_1(krb5_context context, krb5_authdata *const *in_authdat, krb5_authdatatype ad_type, struct find_authdata_context *fctx) argument
256 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...]
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vfsops.c1659 int32_t end_loc, i, j, ad_type; local
1694 ad_type = SWAP_16(fe->fe_icb_tag.itag_flags) & 0x3;
1695 if (ad_type == ICB_FLAG_ONE_AD) {
1697 } else if (ad_type == ICB_FLAG_SHORT_AD) {
1700 } else if (ad_type == ICB_FLAG_LONG_AD) {
1715 if (ad_type == ICB_FLAG_ONE_AD) {
1724 if (ad_type == ICB_FLAG_SHORT_AD) {
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/
H A Dkrb5.h878 /* definitions for ad_type fields. */
926 /* definitions for ad_type fields. */
1058 krb5_authdatatype ad_type; member in struct:_krb5_authdata

Completed in 79 milliseconds