Searched refs:outcred (Results 1 - 4 of 4) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dtkt.c813 krb5_creds *outcred)
820 memset(outcred, 0, sizeof(*outcred));
837 &outcred->client);
842 &outcred->server);
846 outcred->times.endtime = ctx->in_cred->times.endtime;
858 outcred,
918 krb5_creds outcred, mcred; local
923 memset(&outcred, 0, sizeof(outcred));
810 parse_tgs_rep(krb5_context context, krb5_tkt_creds_context ctx, krb5_data *in, krb5_creds *outcred) argument
[all...]
H A Dtest_get_cred.c115 krb5_creds incred, *outcred = NULL; local
170 ret = krb5_tkt_creds_get_creds(context, ctx, &outcred);
H A Dcreds.c126 * @param outcred destination credential, free with krb5_free_creds().
137 krb5_creds **outcred)
148 *outcred = c;
135 krb5_copy_creds(krb5_context context, const krb5_creds *incred, krb5_creds **outcred) argument
H A Dkrb5-protos.h2352 * @param outcred destination credential, free with krb5_free_creds().
2364 krb5_creds **outcred);

Completed in 144 milliseconds