Symbol: cc_credentials_v5_t
crypto/heimdal/lib/krb5/acache.c
189
const cc_credentials_v5_t *incred,
crypto/heimdal/lib/krb5/acache.c
315
free_ccred(cc_credentials_v5_t *cred)
crypto/heimdal/lib/krb5/acache.c
337
cc_credentials_v5_t *cred)
crypto/heimdal/lib/krb5/acache.c
682
cc_credentials_v5_t v5cred;
crypto/heimdal/lib/krb5/acache.c
841
cc_credentials_v5_t *v5cred;
crypto/heimdal/lib/krb5/krb5_ccapi.h
150
cc_credentials_v5_t* credentials_v5;
crypto/heimdal/lib/krb5/krb5_ccapi.h
95
typedef struct cc_credentials_v5_t cc_credentials_v5_t;
crypto/krb5/src/ccapi/common/cci_cred_union.c
234
cc_credentials_v5_t cci_credentials_v5_initializer = {
crypto/krb5/src/ccapi/common/cci_cred_union.c
247
static cc_uint32 cci_credentials_v5_release (cc_credentials_v5_t *io_v5creds)
crypto/krb5/src/ccapi/common/cci_cred_union.c
269
static cc_uint32 cci_credentials_v5_read (cc_credentials_v5_t **out_v5creds,
crypto/krb5/src/ccapi/common/cci_cred_union.c
273
cc_credentials_v5_t *v5creds = NULL;
crypto/krb5/src/ccapi/common/cci_cred_union.c
351
static cc_uint32 cci_credentials_v5_write (cc_credentials_v5_t *in_v5creds,
crypto/krb5/src/ccapi/common/cci_cred_union.c
644
cc_credentials_v5_t *v5creds = in_credentials_union->credentials.credentials_v5;
crypto/krb5/src/ccapi/common/cci_cred_union.c
738
cc_credentials_v5_t *v5creds = NULL;
crypto/krb5/src/ccapi/common/cci_cred_union.c
831
cc_credentials_v5_t *new_creds_v5 = in_credentials_union->credentials.credentials_v5;
crypto/krb5/src/ccapi/test/test_ccapi_util.c
107
cc_credentials_v5_t *v5creds = NULL;
crypto/krb5/src/ccapi/test/test_ccapi_util.c
41
cc_credentials_v5_t *v5creds = NULL;
crypto/krb5/src/include/CredentialsCache.h
535
typedef struct cc_credentials_v5_t cc_credentials_v5_t;
crypto/krb5/src/include/CredentialsCache.h
543
cc_credentials_v5_t* credentials_v5;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
207
cc_credentials_v5_t *cv5 = NULL;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
303
cc_credentials_v5_t *cv5 = NULL;
crypto/krb5/src/lib/krb5/ccache/ccapi_util.c
403
cc_credentials_v5_t *cv5;