Searched refs:krb5_cc_get_config (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/krb5/
H A Diter_cred.c71 else if (krb5_cc_get_config(context, id, NULL, "iakerb", &data) == 0) {
H A Dcreds.c289 ret = krb5_cc_get_config(context, cred->ccache, NULL, "nah-created", &data);
337 ret = krb5_cc_get_config(context, cred->ccache, NULL, label, &data);
H A Dacquire_cred.c397 ret = krb5_cc_get_config(context, handle->ccache, NULL, "iakerb", &data);
552 if ((ret = krb5_cc_get_config(context, handle->ccache, NULL, "password", &data)) == 0) {
564 } else if ((ret = krb5_cc_get_config(context, handle->ccache, NULL, "certificate-ref", &data)) == 0) {
601 } else if ((ret = krb5_cc_get_config(context, handle->ccache, NULL, "iakerb", &data)) == 0) {
H A Dinit_sec_context.c1077 krb5_cc_get_config(context, ctx->ccache, NULL, "FriendlyName", &ctx->friendlyname);
1078 krb5_cc_get_config(context, ctx->ccache, NULL, "lkdc-hostname", &ctx->lkdchostname);
1386 kret = krb5_cc_get_config(context, ctx->ccache, NULL,
1546 ret = krb5_cc_get_config(context, ctx->ccache, NULL,
1669 ret = krb5_cc_get_config(context, ctx->ccache, ctx->target,
H A Dinquire_cred_by_oid.c271 ret = krb5_cc_get_config(context, cred->ccache, NULL, "kcm-status", &data);
/macosx-10.10.1/MITKerberosShim-66/
H A Dcache.c120 krb5_cc_get_config(mit_krb5_context context, mit_krb5_ccache id, function
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dtest_cc.c600 ret = krb5_cc_get_config(context, id, p1, "FriendlyName", &data2);
602 krb5_errx(context, 1, "krb5_cc_get_config: first");
609 ret = krb5_cc_get_config(context, id, p1, "FriendlyName", &data2);
611 krb5_errx(context, 1, "krb5_cc_get_config: second");
618 ret = krb5_cc_get_config(context, id, p1, "FriendlyName", &data2);
620 krb5_errx(context, 1, "krb5_cc_get_config: non-existant");
H A Dcache.c1441 krb5_cc_get_config(krb5_context context, krb5_ccache id, function
1694 ret = krb5_cc_get_config(context, id, NULL, "FriendlyName", &data);
H A Dget_cred.c791 ret = krb5_cc_get_config(context, ccache, NULL, "lkdc-hostname", &data);
952 ret = krb5_cc_get_config(context, ccache, in_creds->server, "negative-cache", &neg);
H A Dinit_creds_pw.c3125 ret = krb5_cc_get_config(context, fast_ccache, cred->server,
H A Dkrb5-protos.h1136 krb5_cc_get_config (
/macosx-10.10.1/KerberosHelper-151/Source/
H A DKerberosHelper.c1556 ret = k5_ok(krb5_cc_get_config(kcontext, id, NULL, "nah-created", &data));
1620 kret = k5_ok(krb5_cc_get_config(kcontext, id, NULL, "nah-created", &data));
H A Dna.c862 ret = krb5_cc_get_config(na->context, id, NULL, "lkdc-hostname", &data);
897 ret = krb5_cc_get_config(na->context, id, NULL, "FriendlyName", &data);
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A Dkrb5.h1744 krb5_cc_get_config(krb5_context, krb5_ccache,
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-krb5.h1720 krb5_cc_get_config(mit_krb5_context, mit_krb5_ccache,
/macosx-10.10.1/MITKerberosShim-66/mit-include/krb5/
H A Dkrb5.h1746 krb5_cc_get_config(krb5_context, krb5_ccache,

Completed in 328 milliseconds