Home
last modified time | relevance | path

Searched refs:cc_credentials_union (Results 1 – 20 of 20) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/common/
H A Dcci_cred_union.h32 cc_uint32 cci_credentials_union_release (cc_credentials_union *io_credentials);
34 cc_uint32 cci_credentials_union_read (cc_credentials_union **out_credentials_union,
37 cc_uint32 cci_credentials_union_write (const cc_credentials_union *in_credentials_union,
42 cc_uint32 cci_credentials_union_to_cred_union (const cc_credentials_union *in_credentials_union,
46 cc_credentials_union **out_credentials_union);
49 … const cc_credentials_union *in_credentials_union,
H A Dcci_cred_union.c421 cc_uint32 cci_credentials_union_release (cc_credentials_union *io_cred_union) in cci_credentials_union_release()
439 cc_uint32 cci_credentials_union_read (cc_credentials_union **out_credentials_union, in cci_credentials_union_read()
443 cc_credentials_union *credentials_union = NULL; in cci_credentials_union_read()
480 cc_uint32 cci_credentials_union_write (const cc_credentials_union *in_credentials_union, in cci_credentials_union_write()
628 cc_uint32 cci_credentials_union_to_cred_union (const cc_credentials_union *in_credentials_union, in cci_credentials_union_to_cred_union()
722 cc_credentials_union **out_credentials_union) in cci_cred_union_to_credentials_union()
725 cc_credentials_union *creds_union = NULL; in cci_cred_union_to_credentials_union()
817 … const cc_credentials_union *in_credentials_union, in cci_cred_union_compare_to_credentials_union()
/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_util.h9 cc_int32 new_v5_creds_union(cc_credentials_union *out_union, const char *realm);
10 void release_v5_creds_union(cc_credentials_union *creds_union);
11 int compare_v5_creds_unions(const cc_credentials_union *a, const cc_credentials_union *b);
H A Dtest_ccapi_util.c37 cc_int32 new_v5_creds_union (cc_credentials_union *out_union, const char *realm) in new_v5_creds_union()
40 cc_credentials_union *cred_union = NULL; in new_v5_creds_union()
106 void release_v5_creds_union(cc_credentials_union *creds_union) { in release_v5_creds_union()
128 int compare_v5_creds_unions(const cc_credentials_union *a, const cc_credentials_union *b) { in compare_v5_creds_unions()
H A Dtest_ccapi_ccache.h22 cc_int32 check_once_cc_ccache_store_credentials(cc_ccache_t ccache, const cc_credentials_union *cre…
H A Dtest_ccapi_ccache.c676 cc_credentials_union creds_union; in check_cc_ccache_store_credentials()
755 cc_int32 check_once_cc_ccache_store_credentials(cc_ccache_t ccache, const cc_credentials_union *cre… in check_once_cc_ccache_store_credentials()
819 cc_credentials_union creds_union; in check_cc_ccache_remove_credentials()
1116 cc_credentials_union creds_union; in check_cc_ccache_get_change_time()
1377 cc_credentials_union creds_union; in check_cc_ccache_move()
H A Dtest_ccapi_iterators.c131 cc_credentials_union creds_union; in check_cc_credentials_iterator_next()
H A Dtest_ccapi_context.c138 cc_credentials_union creds_union; in check_cc_context_get_change_time()
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dccapi_util.h40 const cc_credentials_union *ccapi_cred,
45 cc_credentials_union **ccapi_cred_out);
48 k5_release_ccapi_cred(cc_credentials_union *ccapi_cred);
H A Dccapi_util.c203 const cc_credentials_union *ccapi_cred, in k5_ccapi_to_krb5_creds()
299 cc_credentials_union **ccapi_cred_out) in k5_krb5_to_ccapi_creds()
302 cc_credentials_union *cred_union = NULL; in k5_krb5_to_ccapi_creds()
401 k5_release_ccapi_cred(cc_credentials_union *ccapi_cred) in k5_release_ccapi_cred()
H A Dcc_api_macos.c348 cc_credentials_union *c_un = NULL; in api_macos_store()
/freebsd/crypto/heimdal/lib/krb5/
H A Dkrb5_ccapi.h147 typedef struct cc_credentials_union { struct
152 } cc_credentials_union; typedef
160 const cc_credentials_union* data;
190 cc_int32 (*store_credentials)(cc_ccache_t, const cc_credentials_union*);
H A Dacache.c681 cc_credentials_union cred; in acc_store_cred()
/freebsd/crypto/krb5/src/include/
H A DCredentialsCache.h537 struct cc_credentials_union { struct
546 typedef struct cc_credentials_union cc_credentials_union; argument
552 const cc_credentials_union *data;
1018 const cc_credentials_union *in_credentials_union);
/freebsd/crypto/krb5/src/ccapi/lib/
H A Dccapi_credentials.c33 cc_credentials_union *data;
55 cc_credentials_union cci_credentials_union_initializer = {
H A Dccapi_ccache.h58 const cc_credentials_union *in_credentials_union);
H A Dccapi_ccache.c350 const cc_credentials_union *in_credentials_union) in ccapi_ccache_store_credentials()
H A Dccapi_v2.c538 cc_credentials_union *creds_union = NULL; in cc_store()
/freebsd/crypto/krb5/src/ccapi/server/
H A Dccs_credentials.c29 cc_credentials_union *cred_union;
/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/
H A Dstdcc.c459 cc_credentials_union *cred_union = NULL; in krb5_stdccv3_store()