Symbol: cc_credentials_t
crypto/heimdal/lib/krb5/acache.c
605
cc_credentials_t ccred;
crypto/heimdal/lib/krb5/acache.c
770
cc_credentials_t cred;
crypto/heimdal/lib/krb5/acache.c
808
cc_credentials_t ccred;
crypto/heimdal/lib/krb5/krb5_ccapi.h
155
cc_int32 (*release)(cc_credentials_t);
crypto/heimdal/lib/krb5/krb5_ccapi.h
156
cc_int32 (*compare)(cc_credentials_t, cc_credentials_t, cc_uint32*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
166
cc_int32 (*next)(cc_credentials_iterator_t, cc_credentials_t*);
crypto/heimdal/lib/krb5/krb5_ccapi.h
191
cc_int32 (*remove_credentials)(cc_ccache_t, cc_credentials_t);
crypto/heimdal/lib/krb5/krb5_ccapi.h
96
typedef struct cc_credentials_t *cc_credentials_t;
crypto/krb5/src/ccapi/lib/ccapi_ccache.c
382
cc_credentials_t in_credentials)
crypto/krb5/src/ccapi/lib/ccapi_ccache.h
61
cc_credentials_t in_credentials);
crypto/krb5/src/ccapi/lib/ccapi_credentials.c
102
if (credentials) { ccapi_credentials_release ((cc_credentials_t) credentials); }
crypto/krb5/src/ccapi/lib/ccapi_credentials.c
109
cc_int32 cci_credentials_write (cc_credentials_t in_credentials,
crypto/krb5/src/ccapi/lib/ccapi_credentials.c
127
cc_int32 ccapi_credentials_compare (cc_credentials_t in_credentials,
crypto/krb5/src/ccapi/lib/ccapi_credentials.c
128
cc_credentials_t in_compare_to_credentials,
crypto/krb5/src/ccapi/lib/ccapi_credentials.c
150
cc_int32 ccapi_credentials_release (cc_credentials_t io_credentials)
crypto/krb5/src/ccapi/lib/ccapi_credentials.c
62
cc_int32 cci_credentials_read (cc_credentials_t *out_credentials,
crypto/krb5/src/ccapi/lib/ccapi_credentials.c
98
*out_credentials = (cc_credentials_t) credentials;
crypto/krb5/src/ccapi/lib/ccapi_credentials.h
31
cc_int32 cci_credentials_read (cc_credentials_t *out_credentials,
crypto/krb5/src/ccapi/lib/ccapi_credentials.h
34
cc_int32 cci_credentials_write (cc_credentials_t in_credentials,
crypto/krb5/src/ccapi/lib/ccapi_credentials.h
37
cc_int32 ccapi_credentials_compare (cc_credentials_t in_credentials,
crypto/krb5/src/ccapi/lib/ccapi_credentials.h
38
cc_credentials_t in_compare_to_credentials,
crypto/krb5/src/ccapi/lib/ccapi_credentials.h
41
cc_int32 ccapi_credentials_release (cc_credentials_t io_credentials);
crypto/krb5/src/ccapi/lib/ccapi_credentials_iterator.c
150
cc_credentials_t *out_credentials)
crypto/krb5/src/ccapi/lib/ccapi_credentials_iterator.h
40
cc_credentials_t *out_credentials);
crypto/krb5/src/ccapi/lib/ccapi_v2.c
574
cc_credentials_t creds = NULL;
crypto/krb5/src/ccapi/lib/ccapi_v2.c
767
cc_credentials_t credentials = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1118
cc_credentials_t credentials = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1443
cc_credentials_t dst_creds[10] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, };
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
1444
cc_credentials_t creds = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
758
cc_credentials_t creds = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
817
cc_credentials_t creds_array[10];
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
818
cc_credentials_t creds = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
907
cc_int32 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_int32 expected_err, const char *description) {
crypto/krb5/src/ccapi/test/test_ccapi_ccache.c
910
cc_credentials_t creds = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_ccache.h
24
cc_int32 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_int32 expected_err, const char *description);
crypto/krb5/src/ccapi/test/test_ccapi_context.c
140
cc_credentials_t credentials = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_iterators.c
211
cc_credentials_t creds = NULL;
crypto/krb5/src/include/CredentialsCache.h
1041
cc_credentials_t in_credentials);
crypto/krb5/src/include/CredentialsCache.h
1284
cc_int32 (*release) (cc_credentials_t io_credentials);
crypto/krb5/src/include/CredentialsCache.h
1294
cc_int32 (*compare) (cc_credentials_t in_credentials,
crypto/krb5/src/include/CredentialsCache.h
1295
cc_credentials_t in_compare_to_credentials,
crypto/krb5/src/include/CredentialsCache.h
1353
cc_credentials_t *out_credentials);
crypto/krb5/src/lib/krb5/ccache/cc_api_macos.c
422
cc_credentials_t acreds;
crypto/krb5/src/lib/krb5/ccache/cc_api_macos.c
457
cc_credentials_t acreds;
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
527
cc_credentials_t credentials = NULL;
crypto/krb5/src/lib/krb5/ccache/ccapi/stdcc.c
783
cc_credentials_t credentials = NULL;