Home
last modified time | relevance | path

Searched refs:check_once_cc_context_create_new_ccache (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_context.c763 …err = check_once_cc_context_create_new_ccache(context, 1, cc_credentials_v5, "foo@BAR.ORG", &ccach… in check_cc_context_create_new_ccache()
769 …err = check_once_cc_context_create_new_ccache(context, 0, cc_credentials_v5, "foo/baz@BAR.ORG", &c… in check_cc_context_create_new_ccache()
774 …err = check_once_cc_context_create_new_ccache(context, 1, cc_credentials_v5, NULL, &ccache, ccErrB… in check_cc_context_create_new_ccache()
775 …err = check_once_cc_context_create_new_ccache(context, 1, cc_credentials_v5, "foo@BAR.ORG", NULL, … in check_cc_context_create_new_ccache()
787 cc_int32 check_once_cc_context_create_new_ccache(cc_context_t context, cc_int32 should_be_default, … in check_once_cc_context_create_new_ccache() function
H A Dtest_ccapi_context.h25 cc_int32 check_once_cc_context_create_new_ccache(cc_context_t context, cc_int32 should_be_default, …