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

/freebsd-current/crypto/heimdal/lib/krb5/
H A Dtest_cc.c451 krb5_ccache fromid, toid; local
467 ret = krb5_cc_new_unique(context, to, NULL, &toid);
471 ret = krb5_cc_copy_cache(context, fromid, toid);
475 ret = krb5_cc_get_principal(context, toid, &p2);
486 krb5_cc_destroy(context, toid);
493 krb5_ccache fromid, toid; local
515 ret = krb5_cc_new_unique(context, type, NULL, &toid);
519 ret = krb5_cc_initialize(context, toid, p);
523 ret = krb5_cc_get_principal(context, toid, &p2);
533 krb5_cc_destroy(context, toid);
[all...]

Completed in 155 milliseconds