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

  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
acache.c 984 krb5_acc *ato = ACACHE(to); local
987 if (ato->ccache == NULL) {
996 error = (*ato->context->func->create_new_ccache)(ato->context,
999 &ato->ccache);
1005 error = (*ato->ccache->func->move)(afrom->ccache, ato->ccache);

Completed in 14 milliseconds