Home
last modified time | relevance | path

Searched refs:req_options (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/lib/krb5/krb/
H A Dget_creds.c203 krb5_flags req_options; /* Caller-requested KRB5_GC_* options */ member
468 if (!(ctx->req_options & KRB5_GC_NO_STORE)) { in complete()
1050 code = k5_get_cached_cred(context, ctx->req_options, ctx->ccache, in check_cache()
1062 if (ctx->req_options & KRB5_GC_CACHED) in check_cache()
1106 ctx->req_options = options; in krb5_tkt_creds_init()
/freebsd/crypto/openssl/apps/
H A Dprogs.h107 extern const OPTIONS req_options[];
H A Dreq.c138 const OPTIONS req_options[] = { variable
320 prog = opt_init(argc, argv, req_options); in req_main()
329 opt_help(req_options); in req_main()
H A Dprogs.c77 {FT_general, "req", req_main, req_options, NULL, NULL},