Searched refs:fetchcreds (Results 1 – 1 of 1) sorted by relevance
219 #define fetchcreds (fetched.creds) in krb5_cc_retrieve_cred_seq() macro237 while ((kret = krb5_cc_next_cred(context, id, &cursor, &fetchcreds)) == KRB5_OK) { in krb5_cc_retrieve_cred_seq()238 if (krb5int_cc_creds_match_request(context, whichfields, mcreds, &fetchcreds)) in krb5_cc_retrieve_cred_seq()241 fetched.pref = pref (fetchcreds.keyblock.enctype, in krb5_cc_retrieve_cred_seq()255 *creds = fetchcreds; in krb5_cc_retrieve_cred_seq()265 krb5_free_cred_contents(context, &fetchcreds); in krb5_cc_retrieve_cred_seq()