Home
last modified time | relevance | path

Searched refs:check_once_cc_context_open_ccache (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_context.c379 err = check_once_cc_context_open_ccache(context, name->data, &ccache, ccNoError, NULL); in check_cc_context_open_ccache()
383 err = check_once_cc_context_open_ccache(context, NULL, &ccache, ccErrBadParam, NULL); in check_cc_context_open_ccache()
384 err = check_once_cc_context_open_ccache(context, name->data, NULL, ccErrBadParam, NULL); in check_cc_context_open_ccache()
396 err = check_once_cc_context_open_ccache(context, name->data, &ccache, ccErrCCacheNotFound, NULL); in check_cc_context_open_ccache()
406 cc_int32 check_once_cc_context_open_ccache(cc_context_t context, const char *name, cc_ccache_t *cca… in check_once_cc_context_open_ccache() function
H A Dtest_ccapi_context.h17 cc_int32 check_once_cc_context_open_ccache(cc_context_t context, const char *name, cc_ccache_t *cca…