HomeSort by: relevance | last modified time | path
    Searched defs:tempccache (Results 1 - 1 of 1) sorted by relevancy

  /src/crypto/external/bsd/heimdal/dist/kuser/
kinit.c 321 krb5_ccache tempccache = NULL; local
390 NULL, &tempccache);
396 ret = krb5_cc_initialize(context, tempccache, in.client);
402 ret = krb5_cc_store_cred(context, tempccache, out);
412 ret = copy_configs(context, tempccache, cache, out->server);
416 ret = krb5_cc_move(context, tempccache, cache);
421 tempccache = NULL;
424 if (tempccache)
425 krb5_cc_destroy(context, tempccache);
482 krb5_ccache tempccache = NULL local
    [all...]

Completed in 18 milliseconds