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

/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dkgetcred.c146 krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_STORE);
150 krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_STORE);
/macosx-10.10.1/Heimdal-398.1.2/lib/krb5/
H A Dget_cred.c997 options |= KRB5_GC_NO_STORE;
1006 if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0) {
1273 options |= KRB5_GC_NO_STORE;
1294 if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0)
H A Dtkt.c1071 if (ctx->options & KRB5_GC_NO_STORE)
1150 ctx->options |= KRB5_GC_NO_STORE;
H A Dkrb5.h453 #define KRB5_GC_NO_STORE (1U << 3) macro

Completed in 205 milliseconds