/freebsd/crypto/krb5/src/ccapi/lib/ |
H A D | ccapi_credentials.h | 31 cc_int32 cci_credentials_read (cc_credentials_t *out_credentials, 34 cc_int32 cci_credentials_write (cc_credentials_t in_credentials, 37 cc_int32 ccapi_credentials_compare (cc_credentials_t in_credentials, 38 cc_credentials_t in_compare_to_credentials, 41 cc_int32 ccapi_credentials_release (cc_credentials_t io_credentials);
|
H A D | ccapi_credentials.c | 62 cc_int32 cci_credentials_read (cc_credentials_t *out_credentials, in cci_credentials_read() 98 *out_credentials = (cc_credentials_t) credentials; in cci_credentials_read() 102 if (credentials) { ccapi_credentials_release ((cc_credentials_t) credentials); } in cci_credentials_read() 109 cc_int32 cci_credentials_write (cc_credentials_t in_credentials, in cci_credentials_write() 127 cc_int32 ccapi_credentials_compare (cc_credentials_t in_credentials, in ccapi_credentials_compare() 128 cc_credentials_t in_compare_to_credentials, in ccapi_credentials_compare() 150 cc_int32 ccapi_credentials_release (cc_credentials_t io_credentials) in ccapi_credentials_release()
|
H A D | ccapi_credentials_iterator.h | 40 cc_credentials_t *out_credentials);
|
H A D | ccapi_ccache.h | 61 cc_credentials_t in_credentials);
|
H A D | ccapi_credentials_iterator.c | 150 cc_credentials_t *out_credentials) in ccapi_credentials_iterator_next()
|
H A D | ccapi_v2.c | 574 cc_credentials_t creds = NULL; in cc_remove_cred() 767 cc_credentials_t credentials = NULL; in cc_seq_fetch_creds_next()
|
H A D | ccapi_ccache.c | 382 cc_credentials_t in_credentials) in ccapi_ccache_remove_credentials()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krb5_ccapi.h | 96 typedef struct cc_credentials_t *cc_credentials_t; typedef 155 cc_int32 (*release)(cc_credentials_t); 156 cc_int32 (*compare)(cc_credentials_t, cc_credentials_t, cc_uint32*); 159 struct cc_credentials_t { struct 166 cc_int32 (*next)(cc_credentials_iterator_t, cc_credentials_t*); argument 191 cc_int32 (*remove_credentials)(cc_ccache_t, cc_credentials_t);
|
H A D | acache.c | 605 cc_credentials_t ccred; in acc_initialize() 770 cc_credentials_t cred; in acc_get_next() 808 cc_credentials_t ccred; in acc_remove_cred()
|
/freebsd/crypto/krb5/src/include/ |
H A D | CredentialsCache.h | 559 typedef cc_credentials_d *cc_credentials_t; typedef 1041 cc_credentials_t in_credentials); 1284 cc_int32 (*release) (cc_credentials_t io_credentials); 1294 cc_int32 (*compare) (cc_credentials_t in_credentials, 1295 cc_credentials_t in_compare_to_credentials, 1353 cc_credentials_t *out_credentials);
|
/freebsd/crypto/krb5/src/ccapi/test/ |
H A D | test_ccapi_ccache.c | 758 cc_credentials_t creds = NULL; in check_once_cc_ccache_store_credentials() 817 cc_credentials_t creds_array[10]; in check_cc_ccache_remove_credentials() 818 cc_credentials_t creds = NULL; in check_cc_ccache_remove_credentials() 907 cc_int32 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_… in check_once_cc_ccache_remove_credentials() 910 cc_credentials_t creds = NULL; in check_once_cc_ccache_remove_credentials() 1118 cc_credentials_t credentials = NULL; in check_cc_ccache_get_change_time() 1443 cc_credentials_t dst_creds[10] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, }; in check_once_cc_ccache_move() 1444 cc_credentials_t creds = NULL; in check_once_cc_ccache_move()
|
H A D | test_ccapi_ccache.h | 24 cc_int32 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_…
|
H A D | test_ccapi_iterators.c | 211 cc_credentials_t creds = NULL; in check_once_cc_credentials_iterator_next()
|
H A D | test_ccapi_context.c | 140 cc_credentials_t credentials = NULL; in check_cc_context_get_change_time()
|
/freebsd/crypto/krb5/src/lib/krb5/ccache/ |
H A D | cc_api_macos.c | 422 cc_credentials_t acreds; in api_macos_next_cred() 457 cc_credentials_t acreds; in api_macos_remove_cred()
|
/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/ |
H A D | stdcc.c | 527 cc_credentials_t credentials = NULL; in krb5_stdccv3_next_cred() 783 cc_credentials_t credentials = NULL; in krb5_stdccv3_remove()
|