Home
last modified time | relevance | path

Searched refs:cc_context_create_new_ccache (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_iterators.c36 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 Dtest_ccapi_ccache.c28 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 Dtest_ccapi_context.c180 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 DCredentialsCache.h1410 #define cc_context_create_new_ccache(context, version, principal, ccache) \ macro
/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_api_macos.c260 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 Dstdcc.c283 err = cc_context_create_new_ccache (gCntrlBlock, cc_credentials_v5, "", in krb5_stdccv3_generate_new()