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

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Dfast.c59 krb5_ccache ccache, krb5_principal target_principal)
69 creds.server = target_principal;
100 /* target_principal is owned by caller. */
142 krb5_principal target_principal = NULL; local
152 &target_principal);
157 retval = krb5_cc_get_config(context, ccache, target_principal,
168 target_principal);
181 if (target_principal)
182 krb5_free_principal(context, target_principal);
57 fast_armor_ap_request(krb5_context context, struct krb5int_fast_request_state *state, krb5_ccache ccache, krb5_principal target_principal) argument

Completed in 27 milliseconds