/freebsd/crypto/krb5/src/ccapi/common/ |
H A D | cci_cred_union.h | 32 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 D | cci_cred_union.c | 421 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 D | test_ccapi_util.h | 9 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 D | test_ccapi_util.c | 37 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 D | test_ccapi_ccache.h | 22 cc_int32 check_once_cc_ccache_store_credentials(cc_ccache_t ccache, const cc_credentials_union *cre…
|
H A D | test_ccapi_ccache.c | 676 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 D | test_ccapi_iterators.c | 131 cc_credentials_union creds_union; in check_cc_credentials_iterator_next()
|
H A D | test_ccapi_context.c | 138 cc_credentials_union creds_union; in check_cc_context_get_change_time()
|
/freebsd/crypto/krb5/src/lib/krb5/ccache/ |
H A D | ccapi_util.h | 40 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 D | ccapi_util.c | 203 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 D | cc_api_macos.c | 348 cc_credentials_union *c_un = NULL; in api_macos_store()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_ccapi.h | 147 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 D | acache.c | 681 cc_credentials_union cred; in acc_store_cred()
|
/freebsd/crypto/krb5/src/include/ |
H A D | CredentialsCache.h | 537 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 D | ccapi_credentials.c | 33 cc_credentials_union *data; 55 cc_credentials_union cci_credentials_union_initializer = {
|
H A D | ccapi_ccache.h | 58 const cc_credentials_union *in_credentials_union);
|
H A D | ccapi_ccache.c | 350 const cc_credentials_union *in_credentials_union) in ccapi_ccache_store_credentials()
|
H A D | ccapi_v2.c | 538 cc_credentials_union *creds_union = NULL; in cc_store()
|
/freebsd/crypto/krb5/src/ccapi/server/ |
H A D | ccs_credentials.c | 29 cc_credentials_union *cred_union;
|
/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/ |
H A D | stdcc.c | 459 cc_credentials_union *cred_union = NULL; in krb5_stdccv3_store()
|