Home
last modified time | relevance | path

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

/illumos-gate/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()
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()
1471 retval = krb5_fcc_store_int32(context,id,os_ctx->time_offset); in krb5_fcc_open_file()
[all …]