Home
last modified time | relevance | path

Searched refs:krb5_fcc_store_int32 (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/
H A Dcc_file.c191 static krb5_error_code krb5_fcc_store_int32
957 ret = krb5_fcc_store_int32(context, id, type); in krb5_fcc_store_principal()
961 ret = krb5_fcc_store_int32(context, id, tmp); in krb5_fcc_store_principal()
991 ret = krb5_fcc_store_int32(context, id, length); in krb5_fcc_store_addrs()
1048 krb5_fcc_store_int32(krb5_context context, krb5_ccache id, krb5_int32 i) in krb5_fcc_store_int32() function
1137 retval = krb5_fcc_store_int32(context, id, t->authtime); in krb5_fcc_store_times()
1139 retval = krb5_fcc_store_int32(context, id, t->starttime); in krb5_fcc_store_times()
1141 retval = krb5_fcc_store_int32(context, id, t->endtime); in krb5_fcc_store_times()
1143 retval = krb5_fcc_store_int32(context, id, t->renew_till); in krb5_fcc_store_times()
1163 ret = krb5_fcc_store_int32(context, id, length); in krb5_fcc_store_authdata()
[all …]