Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/kuser/
H A Dkdigest.c46 static char *ccache_string; variable
50 {"ccache", 0, arg_string, &ccache_string, "credential cache", NULL },
560 if (ccache_string) { in main()
561 ret = krb5_cc_resolve(context, ccache_string, &id); in main()