Home
last modified time | relevance | path

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

/NextBSD/crypto/heimdal/kuser/
HDkgetcred.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()
/NextBSD/crypto/heimdal/lib/krb5/
HDget_cred.c1191 options |= KRB5_GC_NO_STORE; in krb5_get_credentials_with_flags()
1201 if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0) in krb5_get_credentials_with_flags()
1411 options |= KRB5_GC_NO_STORE; in krb5_get_creds()
1434 if(ret == 0 && (options & KRB5_GC_NO_STORE) == 0) in krb5_get_creds()
HDkrb5.h429 #define KRB5_GC_NO_STORE (1U << 3) macro