Searched refs:krb5_cc_cache_get_first (Results 1 - 5 of 5) sorted by relevance

/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/kuser/
H A Dkswitch.c84 ret = krb5_cc_cache_get_first(kcc_context, NULL, &cursor);
86 krb5_err(kcc_context, 1, ret, "krb5_cc_cache_get_first");
H A Dklist.c504 ret = krb5_cc_cache_get_first (context, NULL, &cursor);
508 krb5_err (context, 1, ret, "krb5_cc_cache_get_first");
598 ret = krb5_cc_cache_get_first(kcc_context, NULL, &cursor);
600 krb5_err(kcc_context, 1, ret, "krb5_cc_cache_get_first");
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Dcache.c1028 krb5_cc_cache_get_first (krb5_context context, function
1075 * @param cursor the iterator cursor, returned by krb5_cc_cache_get_first()
1429 ret = krb5_cc_cache_get_first (context,
H A Dtest_cc.c383 ret = krb5_cc_cache_get_first (context, type, &cursor);
387 krb5_err(context, 1, ret, "krb5_cc_cache_get_first(%s)", type);
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/include/
H A Dkrb5-protos.h561 krb5_cc_cache_get_first (

Completed in 61 milliseconds