Searched refs:check_once_cc_context_create_ccache (Results 1 – 2 of 2) sorted by relevance
| /freebsd/crypto/krb5/src/ccapi/test/ |
| H A D | test_ccapi_context.c | 575 …err = check_once_cc_context_create_ccache(context, name->data, cc_credentials_v5, "foo@BAR.ORG", &… in check_cc_context_create_ccache() 581 …err = check_once_cc_context_create_ccache(context, name->data, cc_credentials_v5, "foo/baz@BAR.ORG… in check_cc_context_create_ccache() 585 …err = check_once_cc_context_create_ccache(context, NULL, cc_credentials_v5, "foo@BAR.ORG", &ccache… in check_cc_context_create_ccache() 586 …err = check_once_cc_context_create_ccache(context, "name", cc_credentials_v5, NULL, &ccache, ccErr… in check_cc_context_create_ccache() 587 …err = check_once_cc_context_create_ccache(context, "name", cc_credentials_v5, "foo@BAR.ORG", NULL,… in check_cc_context_create_ccache() 599 cc_int32 check_once_cc_context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred… in check_once_cc_context_create_ccache() function
|
| H A D | test_ccapi_context.h | 21 cc_int32 check_once_cc_context_create_ccache(cc_context_t context, const char *name, cc_uint32 cred…
|