Searched refs:cc_context_create_new_ccache (Results 1 – 6 of 6) sorted by relevance
| /freebsd/crypto/krb5/src/ccapi/test/ |
| H A D | test_ccapi_iterators.c | 36 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_ccache_iterator_next() 58 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_ccache_iterator_next() 145 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_credentials_iterator_next() 163 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_credentials_iterator_next() 186 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_credentials_iterator_next()
|
| H A D | test_ccapi_ccache.c | 28 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_ccache_release() 102 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_ccache_destroy() 180 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_ccache_set_default() 192 err = cc_context_create_new_ccache(context, cc_credentials_v5, "baz@BAR.ORG", &ccache); in check_cc_ccache_set_default() 296 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_ccache_get_credentials_version() 535 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo/BAR@BAZ.ORG", &ccache); in check_cc_ccache_get_principal() 589 err = cc_context_create_new_ccache(context, cc_credentials_v5, in check_cc_ccache_set_principal() 693 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_ccache_store_credentials() 838 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_ccache_remove_credentials() 988 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_ccache_new_credentials_iterator() [all …]
|
| H A D | test_ccapi_context.c | 180 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_context_get_change_time() 387 err = cc_context_create_new_ccache(context, cc_credentials_v5, "foo@BAR.ORG", &ccache); in check_cc_context_open_ccache() 753 #ifndef cc_context_create_new_ccache in check_cc_context_create_new_ccache() 805 #ifdef cc_context_create_new_ccache in check_once_cc_context_create_new_ccache() 809 err = cc_context_create_new_ccache(context, cred_vers, principal, ccache); in check_once_cc_context_create_new_ccache() 909 #ifdef cc_context_create_new_ccache in check_once_cc_context_new_ccache_iterator()
|
| /freebsd/crypto/krb5/src/include/ |
| H A D | CredentialsCache.h | 1410 #define cc_context_create_new_ccache(context, version, principal, ccache) \ macro
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ |
| H A D | cc_api_macos.c | 260 err = cc_context_create_new_ccache(cc_context, cc_credentials_v5, "", in api_macos_gen_new()
|
| /freebsd/crypto/krb5/src/lib/krb5/ccache/ccapi/ |
| H A D | stdcc.c | 283 err = cc_context_create_new_ccache (gCntrlBlock, cc_credentials_v5, "", in krb5_stdccv3_generate_new()
|