| /freebsd/crypto/krb5/src/windows/lib/ |
| H A D | cacheapi.h | 101 typedef struct opaque_dll_control_block_type* apiCB; typedef 159 apiCB** cc_ctx, // < DLL's primary control structure. 168 apiCB** cc_ctx // <> DLL's primary control structure. NULL after call. 173 apiCB* cc_ctx, // > DLL's primary control structure 187 apiCB* cc_ctx, // > DLL's primary control structure 197 apiCB* cc_ctx, // > DLL's primary control structure 206 apiCB* cc_ctx, // > DLL's primary control structure 212 apiCB* cc_ctx, // > DLL's primary control structure 222 apiCB* cc_ctx, 228 apiCB* cc_ctx, [all …]
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | CredentialsCache2.h | 59 typedef cc_context_d apiCB; typedef 158 cc_shutdown (apiCB **io_context) 162 cc_get_NC_info (apiCB *in_context, 167 cc_get_change_time (apiCB *in_context, 172 cc_open (apiCB *in_context, 180 cc_create (apiCB *in_context, 189 cc_close (apiCB *in_context, 194 cc_destroy (apiCB *in_context, 199 cc_seq_fetch_NCs_begin (apiCB *in_context, 204 cc_seq_fetch_NCs_next (apiCB *in_context, [all …]
|
| /freebsd/crypto/krb5/src/ccapi/test/ |
| H A D | test_ccapi_v2.h | 13 cc_result check_once_cc_shutdown(apiCB **out_context, cc_result expected_err, const char *descripti… 16 cc_int32 check_once_cc_get_change_time(apiCB *context, cc_time_t *time, cc_result expected_err, con… 19 cc_result check_once_cc_open(apiCB *context, const char *name, cc_int32 version, ccache_p **ccache,… 22 cc_result check_once_cc_create(apiCB *context, const char *name, cc_int32 cred_vers, const char *p… 25 cc_result check_once_cc_close(apiCB *context, ccache_p *ccache, cc_result expected_err, const char … 28 cc_result check_once_cc_destroy(apiCB *context, ccache_p *ccache, cc_int32 expected_err, const char… 31 cc_result check_once_cc_get_cred_version(apiCB *context, ccache_p *ccache, cc_int32 expected_cred_v… 34 cc_int32 check_once_cc_get_name(apiCB *context, ccache_p *ccache, const char *expected_name, cc_int… 37 cc_result check_once_cc_get_principal(apiCB *context, 44 cc_int32 check_once_cc_set_principal(apiCB *context, ccache_p *ccache, cc_int32 cred_vers, const ch… [all …]
|
| H A D | test_ccapi_v2.c | 11 static cc_result destroy_all_ccaches_v2(apiCB *context) { in destroy_all_ccaches_v2() 144 apiCB *context = NULL; in check_cc_shutdown() 159 cc_result check_once_cc_shutdown(apiCB **out_context, cc_result expected_err, const char *descripti… in check_once_cc_shutdown() 161 apiCB *context = NULL; in check_once_cc_shutdown() 202 apiCB *context = NULL; in check_cc_get_change_time() 288 cc_int32 check_once_cc_get_change_time(apiCB *context, cc_time_t *last_time, cc_result expected_err… in check_once_cc_get_change_time() 326 apiCB *context = NULL; in check_cc_open() 363 cc_result check_once_cc_open(apiCB *context, const char *name, cc_int32 version, ccache_p **ccache,… in check_once_cc_open() 415 apiCB *context = NULL; in check_cc_create() 456 cc_result check_once_cc_create(apiCB *context, const char *name, cc_int32 cred_vers, const char *p… in check_once_cc_create() [all …]
|
| /freebsd/crypto/krb5/src/ccapi/lib/ |
| H A D | ccapi_v2.c | 137 cc_result cc_shutdown (apiCB **io_context) in cc_shutdown() 156 cc_result cc_get_change_time (apiCB *in_context, in cc_get_change_time() 173 cc_result cc_get_NC_info (apiCB *in_context, in cc_get_NC_info() 269 cc_int32 cc_open (apiCB *in_context, in cc_open() 321 cc_result cc_create (apiCB *in_context, in cc_create() 361 cc_result cc_close (apiCB *in_context, in cc_close() 382 cc_result cc_destroy (apiCB *in_context, in cc_destroy() 403 cc_result cc_get_name (apiCB *in_context, in cc_get_name() 434 cc_result cc_get_cred_version (apiCB *in_context, in cc_get_cred_version() 463 cc_result cc_set_principal (apiCB *in_context, in cc_set_principal() [all …]
|
| /freebsd/crypto/krb5/src/windows/kfwlogon/ |
| H A D | kfwlogon.h | 102 typedef struct opaque_dll_control_block_type* apiCB; typedef 114 apiCB** cc_ctx, // < DLL's primary control structure. 127 apiCB** cc_ctx // <> DLL's primary control structure. NULL after 136 apiCB* cc_ctx, // > DLL's primary control structure 147 apiCB* cc_ctx,
|
| /freebsd/crypto/krb5/src/windows/leashdll/ |
| H A D | leash-int.h | 189 typedef struct opaque_dll_control_block_type* apiCB; typedef 201 apiCB** cc_ctx, // < DLL's primary control structure. 214 apiCB** cc_ctx // <> DLL's primary control structure. NULL after 223 apiCB* cc_ctx, // > DLL's primary control structure 234 apiCB* cc_ctx,
|