Searched refs:check_once_cc_context_open_default_ccache (Results 1 – 2 of 2) sorted by relevance
/freebsd/crypto/krb5/src/ccapi/test/ |
H A D | test_ccapi_context.h | 19 cc_int32 check_once_cc_context_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_in…
|
H A D | test_ccapi_context.c | 479 err = check_once_cc_context_open_default_ccache(context, &ccache, ccNoError, NULL); in check_cc_context_open_default_ccache() 483 err = check_once_cc_context_open_default_ccache(context, NULL, ccErrBadParam, NULL); in check_cc_context_open_default_ccache() 488 err = check_once_cc_context_open_default_ccache(context, &ccache, ccErrCCacheNotFound, NULL); in check_cc_context_open_default_ccache() 498 cc_int32 check_once_cc_context_open_default_ccache(cc_context_t context, cc_ccache_t *ccache, cc_in… in check_once_cc_context_open_default_ccache() function
|