Home
last modified time | relevance | path

Searched refs:KRB5_GC_CACHED (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/lib/krb5/
H A Dget_cred.c311 KRB5_GC_CACHED, in _krb5_get_krbtgt()
1178 if(options & KRB5_GC_CACHED) in krb5_get_credentials_with_flags()
1186 if(options & KRB5_GC_CACHED) in krb5_get_credentials_with_flags()
1396 if(options & KRB5_GC_CACHED) in krb5_get_creds()
1405 if(options & KRB5_GC_CACHED) { in krb5_get_creds()
1490 ret = krb5_get_credentials(context, KRB5_GC_CACHED, ccache, &in, &template); in krb5_get_renewed_creds()
H A Dkrb5.h426 #define KRB5_GC_CACHED (1U << 0) macro
/freebsd/crypto/heimdal/kuser/
H A Dkinit.c257 krb5_get_credentials(context, KRB5_GC_CACHED, cache, &in, &out); in renew_validate()
672 ret = krb5_get_credentials(context, KRB5_GC_CACHED, in ticket_lifetime()
/freebsd/crypto/heimdal/lib/kadm5/
H A Dinit_c.c283 ret = krb5_get_credentials_with_flags(context, KRB5_GC_CACHED, flags, in get_cache_principal()
/freebsd/crypto/heimdal/kcm/
H A Dprotocol.c355 if (ret && ((flags & KRB5_GC_CACHED) == 0) && in kcm_op_retrieve()
/freebsd/crypto/heimdal/
H A DChangeLog.19981318 - honour the KRB5_GC_CACHED, and KRB5_GC_USER_USER options
1325 * lib/krb5/krb5.h: Add KRB5_GC_CACHED, and KRB5_GC_USER_USER