Searched refs:krb5_fcc_read_data (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
H A D | cc_file.c | 139 static krb5_error_code krb5_fcc_read_data 502 kret = krb5_fcc_read_data(context, id, krb5_princ_realm(context, tmpprinc)); in krb5_fcc_read_principal() 508 kret = krb5_fcc_read_data(context, id, krb5_princ_component(context, tmpprinc, i)); in krb5_fcc_read_principal() 623 krb5_fcc_read_data(krb5_context context, krb5_ccache id, krb5_data *data) in krb5_fcc_read_data() function 2086 kret = krb5_fcc_read_data(context, id, &creds->ticket); in krb5_fcc_next_cred() 2088 kret = krb5_fcc_read_data(context, id, &creds->second_ticket); in krb5_fcc_next_cred()
|