Home
last modified time | relevance | path

Searched refs:cc_context_open_ccache (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_context.c359 #ifndef cc_context_open_ccache in check_cc_context_open_ccache()
421 #ifdef cc_context_open_ccache in check_once_cc_context_open_ccache()
426 err = cc_context_open_ccache(context, name, ccache); in check_once_cc_context_open_ccache()
428 err = cc_context_open_ccache(context, name, NULL); in check_once_cc_context_open_ccache()
H A Dtest_ccapi_ccache.c69 err = cc_context_open_ccache(context, name->data, &ccache); in check_once_cc_ccache_release()
143 err = cc_context_open_ccache(context, name->data, &ccache); in check_once_cc_ccache_destroy()
729 err = cc_context_open_ccache(context, name->data, &dup_ccache); in check_cc_ccache_store_credentials()
878 err = cc_context_open_ccache(context, name->data, &dup_ccache); in check_cc_ccache_remove_credentials()
1013 err = cc_context_open_ccache(context, name->data, &dup_ccache); in check_cc_ccache_new_credentials_iterator()
1346 err = cc_context_open_ccache(context, name->data, &ccache_2); in check_cc_ccache_get_last_default_time()
/freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/
H A Dstdcc.c233 err = cc_context_open_ccache (gCntrlBlock, ccapi_data->cache_name, in stdccv3_setup()
369 err = cc_context_open_ccache (gCntrlBlock, residual, in krb5_stdccv3_resolve()
/freebsd/crypto/krb5/src/include/
H A DCredentialsCache.h1398 #define cc_context_open_ccache(context, name, ccache) \ macro
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_api_macos.c138 return cc_context_open_ccache(data->cc_context, data->residual, in open_cache()