Searched refs:cred_cache (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/crypto/openssl/ssl/
H A Dkssl.h137 char *cred_cache; /* C NULL (default) */ member in struct:kssl_ctx_st
/freebsd-9.3-release/crypto/heimdal/kuser/
H A Dklist.c432 * display the ccache in `cred_cache'
436 display_v5_ccache (const char *cred_cache, int do_test, int do_verbose, argument
449 if(cred_cache) {
450 ret = krb5_cc_resolve(context, cred_cache, &ccache);
452 krb5_err (context, 1, ret, "%s", cred_cache);
557 static char *cred_cache; variable
563 { "cache", 'c', arg_string, &cred_cache,
627 exit_status = display_v5_ccache (cred_cache, do_test,
H A Dkinit.c55 char *cred_cache = NULL; variable
92 { "cache", 'c', arg_string, &cred_cache,
746 if(cred_cache)
747 ret = krb5_cc_resolve(context, cred_cache, &ccache);

Completed in 98 milliseconds