Searched refs:ccache_cit (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/krb5/src/windows/lib/ |
| H A D | cacheapi.h | 103 typedef struct opaque_credential_iterator_type* ccache_cit; typedef 223 ccache_cit** itNCs 229 ccache_cit** itNCs 236 ccache_cit* itNCs 243 ccache_cit** itNCs // <> iterator used by DLL, 334 ccache_cit** itCreds // <> iterator used by DLL, set to NULL 343 ccache_cit** itCreds 349 ccache_cit** itCreds 356 ccache_cit* itCreds
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | CredentialsCache2.h | 116 struct ccache_cit; 117 typedef struct ccache_cit ccache_cit; typedef 200 ccache_cit **out_nc_iterator) 206 ccache_cit *in_nc_iterator) 211 ccache_cit **io_nc_iterator) 254 ccache_cit **out_ccache_iterator) 260 ccache_cit *in_ccache_iterator) 265 ccache_cit **io_ccache_iterator)
|
| /freebsd/crypto/krb5/src/ccapi/test/ |
| H A D | test_ccapi_v2.h | 53 cc_result check_once_cc_seq_fetch_NCs_begin(apiCB *context, ccache_cit **iterator, cc_result expect… 56 cc_result check_once_cc_seq_fetch_NCs_next(apiCB *context, ccache_cit *iterator, cc_uint32 expected… 68 cc_result check_once_cc_seq_fetch_creds_begin(apiCB *context, ccache_p *ccache, ccache_cit **iterat… 71 cc_result check_once_cc_seq_fetch_creds_next(apiCB *context, ccache_cit *iterator, cc_uint32 expect…
|
| H A D | test_ccapi_v2.c | 1064 ccache_cit *iterator = NULL; in check_once_cc_store() 1118 ccache_cit *iterator = NULL; in check_cc_remove_cred() 1201 ccache_cit *iterator = NULL; in check_once_cc_remove_cred() 1255 ccache_cit *iterator = NULL; in check_cc_seq_fetch_NCs_begin() 1286 cc_result check_once_cc_seq_fetch_NCs_begin(apiCB *context, ccache_cit **iterator, cc_result expect… in check_once_cc_seq_fetch_NCs_begin() 1316 ccache_cit *iterator = NULL; in check_cc_seq_fetch_NCs_next() 1394 cc_result check_once_cc_seq_fetch_NCs_next(apiCB *context, ccache_cit *iterator, cc_uint32 expected… in check_once_cc_seq_fetch_NCs_next() 1541 ccache_cit *creds_iterator = NULL; in check_cc_seq_fetch_creds_begin() 1603 cc_result check_once_cc_seq_fetch_creds_begin(apiCB *context, ccache_p *ccache, ccache_cit **iterat… in check_once_cc_seq_fetch_creds_begin() 1634 ccache_cit *iterator = NULL; in check_cc_seq_fetch_creds_next() [all …]
|
| /freebsd/crypto/krb5/src/ccapi/lib/ |
| H A D | ccapi_v2.c | 185 ccache_cit *iterator = NULL; in cc_get_NC_info() 215 ccache_cit *iterator = NULL; in cc_get_NC_info() 602 ccache_cit **out_iterator) in cc_seq_fetch_NCs_begin() 615 *out_iterator = (ccache_cit *) iterator; in cc_seq_fetch_NCs_begin() 628 ccache_cit *in_iterator) in cc_seq_fetch_NCs_next() 685 ccache_cit **io_iterator) in cc_seq_fetch_NCs_end() 712 ccache_cit **out_iterator) in cc_seq_fetch_creds_begin() 738 *out_iterator = (ccache_cit *) iterator; in cc_seq_fetch_creds_begin() 751 ccache_cit *in_iterator) in cc_seq_fetch_creds_next() 787 ccache_cit **io_iterator) in cc_seq_fetch_creds_end()
|