Searched refs:req_options (Results 1 – 4 of 4) sorted by relevance
| /freebsd/crypto/krb5/src/lib/krb5/krb/ |
| H A D | get_creds.c | 203 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 D | progs.h | 107 extern const OPTIONS req_options[];
|
| H A D | req.c | 138 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 D | progs.c | 77 {FT_general, "req", req_main, req_options, NULL, NULL},
|