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

/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_ccache.h13 cc_int32 check_once_cc_ccache_get_credentials_version(cc_ccache_t ccache, cc_uint32 expected_cred_vers, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_v2.h31 cc_result check_once_cc_get_cred_version(apiCB *context, ccache_p *ccache, cc_int32 expected_cred_vers, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_ccache.c364 cc_int32 check_once_cc_ccache_get_credentials_version(cc_ccache_t ccache, cc_uint32 expected_cred_vers, cc_int32 expected_err, const char *description) { argument
388 check_if(stored_cred_vers != expected_cred_vers, NULL);
H A Dtest_ccapi_v2.c709 cc_result check_once_cc_get_cred_version(apiCB *context, ccache_p *ccache, cc_int32 expected_cred_vers, cc_int32 expected_err, const char *description) { argument
730 check_if(stored_cred_vers != expected_cred_vers, NULL);

Completed in 64 milliseconds