xref: /freebsd/crypto/krb5/src/ccapi/test/test_ccapi_util.h (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1*7f2fe78bSCy Schubert #ifndef _TEST_CCAPI_UTIL_H_
2*7f2fe78bSCy Schubert #define _TEST_CCAPI_UTIL_H_
3*7f2fe78bSCy Schubert 
4*7f2fe78bSCy Schubert #include "test_ccapi_globals.h"
5*7f2fe78bSCy Schubert #include "test_ccapi_log.h"
6*7f2fe78bSCy Schubert 
7*7f2fe78bSCy Schubert cc_int32 destroy_all_ccaches(cc_context_t context);
8*7f2fe78bSCy Schubert 
9*7f2fe78bSCy Schubert cc_int32 new_v5_creds_union(cc_credentials_union *out_union, const char *realm);
10*7f2fe78bSCy Schubert void release_v5_creds_union(cc_credentials_union *creds_union);
11*7f2fe78bSCy Schubert int compare_v5_creds_unions(const cc_credentials_union *a, const cc_credentials_union *b);
12*7f2fe78bSCy Schubert 
13*7f2fe78bSCy Schubert #endif /* _TEST_CCAPI_UTIL_H_ */
14