Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/ccapi/test/
H A Dtest_ccapi_ccache.h24 cc_int32 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_…
H A Dtest_ccapi_ccache.c865 check_once_cc_ccache_remove_credentials(ccache, creds_array[i], ccNoError, "10 ok creds"); in check_cc_ccache_remove_credentials()
869 check_once_cc_ccache_remove_credentials(ccache, NULL, ccErrBadParam, "NULL creds in param"); in check_cc_ccache_remove_credentials()
872check_once_cc_ccache_remove_credentials(ccache, creds_array[0], ccErrInvalidCredentials, "removed … in check_cc_ccache_remove_credentials()
889check_once_cc_ccache_remove_credentials(ccache, creds_array[8], ccErrInvalidCCache, "invalid ccach… in check_cc_ccache_remove_credentials()
907 cc_int32 check_once_cc_ccache_remove_credentials(cc_ccache_t ccache, cc_credentials_t in_creds, cc_… in check_once_cc_ccache_remove_credentials() function