Searched refs:KRB5_GC_NO_STORE (Results 1 – 3 of 3) sorted by relevance
143 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()
1192 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()
429 #define KRB5_GC_NO_STORE (1U << 3) macro