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

/freebsd-10.1-release/crypto/heimdal/lib/krb5/
H A Dverify_init.c80 krb5_ccache local_ccache = NULL; local
116 local_ccache = *ccache;
119 NULL, &local_ccache);
123 local_ccache,
128 local_ccache,
144 local_ccache,
188 if (local_ccache != NULL
192 krb5_cc_destroy (context, local_ccache);
195 *ccache = local_ccache;

Completed in 91 milliseconds