Home
last modified time | relevance | path

Searched refs:ccache_p (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/windows/lib/
H A Dcacheapi.h102 typedef struct opaque_ccache_pointer_type* ccache_p; typedef
192 ccache_p** ccache_ptr // < NC control structure
201 ccache_p** ccache_ptr // < NC control structure
207 ccache_p** ccache_ptr // <> NC control structure. NULL after call.
213 ccache_p** ccache_ptr // <> NC control structure. NULL after call.
235 ccache_p** ccache_ptr,
242 ccache_p** ccache_ptr, // < NC control structure (free via cc_close())
269 const ccache_p* ccache_ptr, // > NC control structure
277 const ccache_p* ccache_pointer, // > NC control structure
286 const ccache_p* ccache_pointer, // > NC control structure
[all …]
/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_v2.h19 cc_result check_once_cc_open(apiCB *context, const char *name, cc_int32 version, ccache_p **ccache,…
22 … *context, const char *name, cc_int32 cred_vers, const char *principal, ccache_p **ccache, cc_int3…
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…
38 ccache_p *ccache,
44 cc_int32 check_once_cc_set_principal(apiCB *context, ccache_p *ccache, cc_int32 cred_vers, const ch…
47 cc_result check_once_cc_store(apiCB *context, ccache_p *ccache, const cred_union in_creds, cc_int32…
50 cc_result check_once_cc_remove_cred(apiCB *context, ccache_p *ccache, cred_union in_creds, cc_int32…
[all …]
H A Dtest_ccapi_v2.c19 ccache_p *ccache = NULL; in destroy_all_ccaches_v2()
204 ccache_p *ccache = NULL; in check_cc_get_change_time()
327 ccache_p *ccache = 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()
416 ccache_p *ccache = NULL; in check_cc_create()
456 … *context, const char *name, cc_int32 cred_vers, const char *principal, ccache_p **ccache, cc_int3… in check_once_cc_create()
511 ccache_p *ccache = NULL; in check_cc_close()
534 cc_result check_once_cc_close(apiCB *context, ccache_p *ccache, cc_result expected_err, const char … in check_once_cc_close()
574 ccache_p *ccache = NULL; in check_cc_destroy()
597 cc_result check_once_cc_destroy(apiCB *context, ccache_p *ccache, cc_int32 expected_err, const char… in check_once_cc_destroy()
[all …]
/freebsd/crypto/krb5/src/include/
H A DCredentialsCache2.h60 typedef cc_ccache_d ccache_p; typedef
176 ccache_p **out_ccache)
185 ccache_p **out_ccache)
190 ccache_p **ioCCache)
195 ccache_p **io_ccache)
205 ccache_p **out_ccache,
216 ccache_p *in_ccache,
222 ccache_p *in_ccache,
228 ccache_p *in_ccache,
235 ccache_p *in_ccache,
[all …]
/freebsd/crypto/krb5/src/ccapi/lib/
H A Dccapi_v2.c190 ccache_p *ccache = NULL; in cc_get_NC_info()
220 ccache_p *ccache = NULL; in cc_get_NC_info()
273 ccache_p **out_ccache) in cc_open()
326 ccache_p **out_ccache) in cc_create()
362 ccache_p **io_ccache) in cc_close()
383 ccache_p **io_ccache) in cc_destroy()
404 ccache_p *in_ccache, in cc_get_name()
435 ccache_p *in_ccache, in cc_get_cred_version()
464 ccache_p *io_ccache, in cc_set_principal()
498 ccache_p *in_ccache, in cc_get_principal()
[all …]
/freebsd/crypto/heimdal/kcm/
H A Dclient.c91 kcm_ccache *ccache_p) in kcm_ccache_new_client() argument
176 *ccache_p = ccache; in kcm_ccache_new_client()