Searched refs:cc_context_open_ccache (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/krb5/src/ccapi/test/ |
| H A D | test_ccapi_context.c | 359 #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 D | test_ccapi_ccache.c | 69 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 D | stdcc.c | 233 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 D | CredentialsCache.h | 1398 #define cc_context_open_ccache(context, name, ccache) \ macro
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_api_macos.c | 138 return cc_context_open_ccache(data->cc_context, data->residual, in open_cache()
|