Home
last modified time | relevance | path

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

/minix3/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dget_cred.c334 KRB5_GC_CACHED, in _krb5_get_krbtgt()
1200 if(options & KRB5_GC_CACHED) in krb5_get_credentials_with_flags()
1208 if(options & KRB5_GC_CACHED) in krb5_get_credentials_with_flags()
1418 if(options & KRB5_GC_CACHED) in krb5_get_creds()
1427 if(options & KRB5_GC_CACHED) { in krb5_get_creds()
1512 ret = krb5_get_credentials(context, KRB5_GC_CACHED, ccache, &in, &template); in krb5_get_renewed_creds()
H A Dkrb5.h428 #define KRB5_GC_CACHED (1U << 0) macro
/minix3/crypto/external/bsd/heimdal/dist/kuser/
H A Dkinit.c259 krb5_get_credentials(context, KRB5_GC_CACHED, cache, &in, &out); in renew_validate()
674 ret = krb5_get_credentials(context, KRB5_GC_CACHED, in ticket_lifetime()
/minix3/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dinit_c.c285 ret = krb5_get_credentials_with_flags(context, KRB5_GC_CACHED, flags, in get_cache_principal()
/minix3/crypto/external/bsd/heimdal/dist/kcm/
H A Dprotocol.c357 if (ret && ((flags & KRB5_GC_CACHED) == 0) && in kcm_op_retrieve()
/minix3/crypto/external/bsd/heimdal/dist/
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