Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kuser/
H A Dkgetcred.c143 krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_STORE); in main()
147 krb5_get_creds_opt_add_options(context, opt, KRB5_GC_NO_STORE); in main()
/freebsd/crypto/heimdal/lib/krb5/
H A Dget_cred.c1192 options |= KRB5_GC_NO_STORE; in krb5_get_credentials_with_flags()
1202 if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0) in krb5_get_credentials_with_flags()
1412 options |= KRB5_GC_NO_STORE; in krb5_get_creds()
1435 if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0) in krb5_get_creds()
H A Dkrb5.h429 #define KRB5_GC_NO_STORE (1U << 3) macro