Searched defs:subject_creds (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/gss_mechs/mech_krb5/mech/ |
| H A D | s4u_gss_glue.c | 252 krb5_creds *subject_creds, 275 assert(subject_creds != NULL); 276 assert(subject_creds->client != NULL); 296 cred->proxy_cred = !!(subject_creds->ticket_flags & TKT_FLG_FORWARDABLE); 304 code = kg_init_name(context, subject_creds->client, NULL, 0, &cred->name); 314 subject_creds->client); 326 code = krb5_cc_store_cred(context, cred->ccache, subject_creds); 250 kg_compose_deleg_cred(OM_uint32 *minor_status, krb5_gss_cred_id_t impersonator_cred, krb5_creds *subject_creds, OM_uint32 time_req, const gss_OID_set desired_mechs, krb5_gss_cred_id_t *output_cred, gss_OID_set *actual_mechs, OM_uint32 *time_rec, krb5_context context) argument
|
Completed in 27 milliseconds