Searched refs:cred_union (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/MITKerberosShim-66/mittestcc/
H A Dtest_ccapi_util.c38 cc_credentials_union *cred_union = NULL; local
85 cred_union = malloc (sizeof (*cred_union));
86 if (cred_union) {
87 cred_union->version = cc_credentials_v5;
88 cred_union->credentials.credentials_v5 = v5creds;
94 *out_union = *cred_union;
95 cred_union = NULL;
H A Dtest_ccapi_v2.h47 cc_result check_once_cc_store(apiCB *context, ccache_p *ccache, const cred_union in_creds, cc_int32 expected_err, const char *description);
50 cc_result check_once_cc_remove_cred(apiCB *context, ccache_p *ccache, cred_union in_creds, cc_int32 expected_err, const char *description);
H A Dtest_ccapi_v2.c40 static int compare_v5_creds_unions_compat(const cred_union *a, const cred_union *b) {
72 static cc_result new_v5_creds_union_compat (cred_union *out_union, const char *realm)
75 cred_union *creds_union = NULL;
140 static void release_v5_creds_union_compat(cred_union *creds_union) {
221 cred_union creds_union;
1067 cred_union creds_union;
1153 cc_result check_once_cc_store(apiCB *context, ccache_p *ccache, const cred_union in_creds, cc_int32 expected_err, const char *description) {
1180 cred_union *creds = NULL;
1208 cred_union *creds_arra
[all...]
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A DCredentialsCache2.h123 typedef struct cred_union { struct
126 } cred_union; typedef in typeref:struct:cred_union
268 cred_union in_credentials)
274 cred_union in_credentials)
285 cred_union **out_cred_union,
306 cred_union **io_cred_union)
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-CredentialsCache2.h123 typedef struct cred_union { struct
126 } cred_union; typedef in typeref:struct:cred_union
268 cred_union in_credentials)
274 cred_union in_credentials)
285 cred_union **out_cred_union,
306 cred_union **io_cred_union)

Completed in 120 milliseconds