Searched defs:krb5_fcc_store_int32 (Results 1 - 1 of 1) sorted by relevance
| /osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/ccache/ |
| H A D | cc_file.c | 214 static krb5_error_code krb5_fcc_store_int32 981 ret = krb5_fcc_store_int32(context, id, type); 985 ret = krb5_fcc_store_int32(context, id, tmp); 1015 ret = krb5_fcc_store_int32(context, id, length); 1072 krb5_fcc_store_int32(krb5_context context, krb5_ccache id, krb5_int32 i) function 1136 retval = krb5_fcc_store_int32(context, id, t->authtime); 1138 retval = krb5_fcc_store_int32(context, id, t->starttime); 1140 retval = krb5_fcc_store_int32(context, id, t->endtime); 1142 retval = krb5_fcc_store_int32(context, id, t->renew_till); 1162 ret = krb5_fcc_store_int32(contex [all...] |
Completed in 32 milliseconds