Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_ccache.c1238 cc_int32 check_once_cc_ccache_get_last_default_time(cc_ccache_t ccache, cc_time_t *last_time, cc_in… in check_once_cc_ccache_get_last_default_time() function
1316check_once_cc_ccache_get_last_default_time(ccache_1, &last_time_1, ccNoError, "ccache_1 default at… in check_cc_ccache_get_last_default_time()
1317check_once_cc_ccache_get_last_default_time(ccache_2, &last_time_2, ccErrNeverDefault, "ccache_2 ne… in check_cc_ccache_get_last_default_time()
1328check_once_cc_ccache_get_last_default_time(ccache_1, &last_time_1, ccNoError, "ccache_1 no longer … in check_cc_ccache_get_last_default_time()
1329check_once_cc_ccache_get_last_default_time(ccache_2, &last_time_2, ccNoError, "ccache_2 newly defa… in check_cc_ccache_get_last_default_time()
1334 check_once_cc_ccache_get_last_default_time(ccache_1, NULL, ccErrBadParam, "NULL out param"); in check_cc_ccache_get_last_default_time()
1354check_once_cc_ccache_get_last_default_time(ccache_1, &last_time_1, ccErrInvalidCCache, "destroyed … in check_cc_ccache_get_last_default_time()
H A Dtest_ccapi_ccache.h32 cc_int32 check_once_cc_ccache_get_last_default_time(cc_ccache_t ccache, cc_time_t *last_time, cc_in…