Home
last modified time | relevance | path

Searched refs:fromid (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
459 ret = krb5_cc_new_unique(context, from, NULL, &fromid); in test_copy()
463 ret = krb5_cc_initialize(context, fromid, p); in test_copy()
471 ret = krb5_cc_copy_cache(context, fromid, toid); in test_copy()
485 krb5_cc_destroy(context, fromid); in test_copy()
493 krb5_ccache fromid, toid; in test_move() local
501 ret = krb5_cc_new_unique(context, type, NULL, &fromid); in test_move()
511 ret = krb5_cc_initialize(context, fromid, p); in test_move()
534 krb5_cc_destroy(context, fromid); in test_move()