Searched refs:KDC_OPT_PROXIABLE (Results 1 – 6 of 6) sorted by relevance
927 if (isflagset(request->kdc_options, KDC_OPT_PROXIABLE) && in validate_as_request()1113 KDC_OPT_PROXIABLE | KDC_OPT_PROXY | \1208 isflagset(request->kdc_options, KDC_OPT_PROXIABLE)) && in validate_tgs_request()1262 if (isflagset(request->kdc_options, KDC_OPT_PROXIABLE) && in validate_tgs_request()
213 if (isflagset(request->kdc_options, KDC_OPT_PROXIABLE)) in process_as_req()
322 if (isflagset(request->kdc_options, KDC_OPT_PROXIABLE)) in process_tgs_req()
541 if (options&KDC_OPT_PROXIABLE) in krb5int_populate_gic_opt()
1063 request.kdc_options |= KDC_OPT_PROXIABLE; in krb5_get_init_creds()
801 #define KDC_OPT_PROXIABLE 0x10000000 macro