Home
last modified time | relevance | path

Searched refs:cc_result (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_v2.h13 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…
37 cc_result check_once_cc_get_principal(apiCB *context,
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.c11 static cc_result destroy_all_ccaches_v2(apiCB *context) { in destroy_all_ccaches_v2()
12 cc_result err = CC_NOERROR; in destroy_all_ccaches_v2()
56 static cc_result new_v5_creds_union_compat (cred_union *out_union, const char *realm) in new_v5_creds_union_compat()
58 cc_result err = CC_NOERROR; in new_v5_creds_union_compat()
143 cc_result err = 0; 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()
160 cc_result err = 0; in check_once_cc_shutdown()
163 cc_result possible_return_values[2] = { in check_once_cc_shutdown()
201 cc_result err = 0; 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()
[all …]
/freebsd/crypto/krb5/src/ccapi/lib/
H A Dccapi_v2.c42 cc_result err = ccNoError; in cci_remap_version()
60 static cc_result _cci_remap_error (cc_result in_error, in _cci_remap_error()
137 cc_result cc_shutdown (apiCB **io_context) in cc_shutdown()
139 cc_result err = ccNoError; in cc_shutdown()
156 cc_result cc_get_change_time (apiCB *in_context, in cc_get_change_time()
159 cc_result err = ccNoError; in cc_get_change_time()
173 cc_result cc_get_NC_info (apiCB *in_context, in cc_get_NC_info()
176 cc_result err = CC_NOERROR; in cc_get_NC_info()
275 cc_result err = ccNoError; in cc_open()
321 cc_result cc_create (apiCB *in_context, in cc_create()
[all …]
/freebsd/crypto/krb5/src/include/
H A DCredentialsCache2.h65 typedef cc_int32 cc_result; typedef