Searched refs:krb5_fcc_store_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 | 189 static krb5_error_code krb5_fcc_store_data 964 ret = krb5_fcc_store_data(context, id, krb5_princ_realm(context, princ)); in krb5_fcc_store_principal() 968 ret = krb5_fcc_store_data(context, id, krb5_princ_component(context, princ, i)); in krb5_fcc_store_principal() 1036 krb5_fcc_store_data(krb5_context context, krb5_ccache id, krb5_data *data) in krb5_fcc_store_data() function 2415 ret = krb5_fcc_store_data(context, id, &creds->ticket); in krb5_fcc_store() 2417 ret = krb5_fcc_store_data(context, id, &creds->second_ticket); in krb5_fcc_store()
|