Searched refs:out_context (Results 1 – 6 of 6) sorted by relevance
| /src/crypto/krb5/src/ccapi/test/ |
| H A D | test_ccapi_context.h | 7 cc_int32 check_once_cc_initialize(cc_context_t *out_context, cc_int32 in_version, cc_int32 *out_sup… 9 cc_int32 check_once_cc_context_get_version(cc_context_t *out_context, cc_int32 in_version, cc_int32… 11 cc_int32 check_once_cc_context_release(cc_context_t *out_context, cc_int32 expected_err, const char…
|
| H A D | test_ccapi_context.c | 29 cc_int32 check_once_cc_initialize(cc_context_t *out_context, cc_int32 in_version, cc_int32 *out_sup… in check_once_cc_initialize() argument 44 err = cc_initialize(out_context, in_version, out_supported_version, out_vendor); in check_once_cc_initialize() 49 if (out_context) { context = *out_context; } in check_once_cc_initialize() 57 *out_context = NULL; in check_once_cc_initialize() 92 cc_int32 check_once_cc_context_release(cc_context_t *out_context, cc_int32 expected_err, const char… in check_once_cc_context_release() argument 107 if (out_context) { in check_once_cc_context_release() 108 err = cc_initialize(out_context, ccapi_version_3, NULL, NULL); in check_once_cc_context_release() 110 context = *out_context; in check_once_cc_context_release() 124 *out_context = NULL; in check_once_cc_context_release()
|
| H A D | test_ccapi_v2.h | 13 cc_result check_once_cc_shutdown(apiCB **out_context, cc_result expected_err, const char *descripti…
|
| H A D | test_ccapi_v2.c | 159 cc_result check_once_cc_shutdown(apiCB **out_context, cc_result expected_err, const char *descripti… in check_once_cc_shutdown() argument 172 if (out_context) { in check_once_cc_shutdown() 173 err = cc_initialize(out_context, ccapi_version_2, NULL, NULL); in check_once_cc_shutdown() 175 context = *out_context; in check_once_cc_shutdown() 189 if (out_context) { in check_once_cc_shutdown() 190 *out_context = NULL; in check_once_cc_shutdown()
|
| /src/crypto/krb5/src/ccapi/lib/ |
| H A D | ccapi_context.c | 125 cc_int32 cc_initialize (cc_context_t *out_context, in cc_initialize() argument 134 if (!out_context) { err = cci_check_error (ccErrBadParam); } in cc_initialize() 177 *out_context = (cc_context_t) context; in cc_initialize()
|
| /src/crypto/krb5/src/include/ |
| H A D | CredentialsCache.h | 1379 CCACHE_API cc_int32 cc_initialize (cc_context_t *out_context,
|