Searched refs:KRB5_GC_CACHED (Results 1 – 6 of 6) sorted by relevance
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | get_cred.c | 311 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 D | krb5.h | 426 #define KRB5_GC_CACHED (1U << 0) macro
|
/freebsd/crypto/heimdal/kuser/ |
H A D | kinit.c | 257 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 D | init_c.c | 283 ret = krb5_get_credentials_with_flags(context, KRB5_GC_CACHED, flags, in get_cache_principal()
|
/freebsd/crypto/heimdal/kcm/ |
H A D | protocol.c | 355 if (ret && ((flags & KRB5_GC_CACHED) == 0) && in kcm_op_retrieve()
|
/freebsd/crypto/heimdal/ |
H A D | ChangeLog.1998 | 1318 - 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
|