Symbol: krb5_cc_remove_cred
crypto/heimdal/kuser/kdestroy.c
145
ret = krb5_cc_remove_cred(context, ccache, 0, &mcred);
crypto/heimdal/lib/krb5/cache.c
1304
ret = krb5_cc_remove_cred(context, id, 0, &cred);
crypto/heimdal/lib/krb5/fcache.c
817
ret = krb5_cc_remove_cred(context, copy, which, cred);
crypto/heimdal/lib/krb5/get_cred.c
1179
krb5_cc_remove_cred(context, ccache, 0, res_creds);
crypto/heimdal/lib/krb5/get_cred.c
1397
krb5_cc_remove_cred(context, ccache, 0, res_creds);
crypto/heimdal/lib/krb5/krb5-protos.h
754
krb5_cc_remove_cred (
crypto/heimdal/lib/krb5/test_cc.c
238
ret = krb5_cc_remove_cred(context, id, 0, &cred);
crypto/krb5/src/clients/kdeltkt/kdeltkt.c
145
ret = krb5_cc_remove_cred(context, ccache, flags, &out_creds);
crypto/krb5/src/lib/krb5/ccache/ccfns.c
251
ret = krb5_cc_remove_cred(context, id, 0, &cred);
crypto/krb5/src/lib/krb5/ccache/t_cc.c
371
kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds);
crypto/krb5/src/lib/krb5/ccache/t_cc.c
383
kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds2);
crypto/krb5/src/lib/krb5/ccache/t_cc.c
391
kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds);
crypto/krb5/src/lib/krb5/ccache/t_cc.c
395
kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds2);
crypto/krb5/src/lib/krb5/ccache/t_cc.c
418
kret = krb5_cc_remove_cred(context, id, matchflags, &test_creds);
crypto/krb5/src/windows/include/loadfuncs-krb5.h
1646
krb5_cc_remove_cred,
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
207
MAKE_FUNC_INFO(krb5_cc_remove_cred),
crypto/krb5/src/windows/kfwlogon/kfwcommon.c
91
DECL_FUNC_PTR(krb5_cc_remove_cred);