Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_ccache.h22 cc_int32 check_once_cc_ccache_store_credentials(cc_ccache_t ccache, const cc_credentials_union *cre…
H A Dtest_ccapi_ccache.c702 check_once_cc_ccache_store_credentials(ccache, &creds_union, ccNoError, "ok creds"); in check_cc_ccache_store_credentials()
708 check_once_cc_ccache_store_credentials(ccache, NULL, ccErrBadParam, "NULL creds param"); in check_cc_ccache_store_credentials()
720check_once_cc_ccache_store_credentials(ccache, &creds_union, ccErrBadParam, "invalid creds (NULL c… in check_cc_ccache_store_credentials()
740check_once_cc_ccache_store_credentials(ccache, &creds_union, ccErrInvalidCCache, "invalid ccache"); in check_cc_ccache_store_credentials()
755 cc_int32 check_once_cc_ccache_store_credentials(cc_ccache_t ccache, const cc_credentials_union *cre… in check_once_cc_ccache_store_credentials() function