Searched refs:ad_type (Results 1 - 13 of 13) sorted by relevance
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
H A D | copy_auth.c | 147 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...] |
H A D | ser_adata.c | 70 * krb5_int32 for ad_type 115 /* Our ad_type */ 116 (void) krb5_ser_pack_int32((krb5_int32) authdata->ad_type, 166 /* Get the ad_type */ 168 authdata->ad_type = (krb5_authdatatype) ibuf;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
H A D | inq_context.c | 266 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 D | krb5_gss_glue.c | 1308 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/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_retr.c | 102 if ((mdatap->ad_type != datap->ad_type) || 391 equal = (authdata[i]->ad_type == compare_authdata[i]->ad_type &&
|
H A D | cc_file.c | 861 a->ad_type = (krb5_authdatatype)ui2; 1179 ret = krb5_fcc_store_ui_2(context, id, a->ad_type);
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | gssapi_krb5.h | 282 int ad_type,
|
H A D | k5-int.h | 2742 return (a1.ad_type == a2.ad_type
|
H A D | krb5.h | 878 /* definitions for ad_type fields. */ 926 /* definitions for ad_type fields. */ 1058 krb5_authdatatype ad_type; member in struct:_krb5_authdata
|
/illumos-gate/usr/src/uts/common/fs/udfs/ |
H A D | udf_vfsops.c | 1659 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/lib/krb5/plugins/preauth/pkinit/ |
H A D | pkinit_srv.c | 580 my_authz_data[0]->ad_type = KRB5_AUTHDATA_IF_RELEVANT; 591 pkinit_authz_data->ad_type = KRB5_AUTHDATA_INITIAL_VERIFIED_CAS;
|
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/asn.1/ |
H A D | asn1_k_decode.c | 769 get_field(val->ad_type,0,asn1_decode_authdatatype);
|
H A D | asn1_k_encode.c | 174 FIELDOF_NORM(krb5_authdata, int32, ad_type, 0),
|
Completed in 121 milliseconds