Home
last modified time | relevance | path

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

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