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

/freebsd-10.3-release/crypto/heimdal/kuser/
H A Dkgetcred.c143 krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_STORE);
147 krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_STORE);
/freebsd-10.3-release/crypto/heimdal/lib/krb5/
H A Dget_cred.c1191 options |= KRB5_GC_NO_STORE;
1201 if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0)
1411 options |= KRB5_GC_NO_STORE;
1434 if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0)
H A Dkrb5.h429 #define KRB5_GC_NO_STORE (1U << 3) macro

Completed in 66 milliseconds