HomeSort by relevance Sort by last modified time
    Searched defs:time_rec (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/lib/libgss/
g_acquire_cred_with_pw.c 91 time_rec)
101 OM_uint32 * time_rec;
130 if (time_rec)
131 *time_rec = 0;
182 * time_rec is the lesser of the
215 if (time_rec)
216 *time_rec = outTime;
244 OM_uint32 status, time_req, time_rec, temp_minor_status; local
325 &time_rec);
333 union_cred->auxinfo.time_rec = time_rec
    [all...]
g_acquire_cred.c 82 OM_uint32 *time_rec)
96 if (time_rec != NULL)
97 *time_rec = 0;
118 time_rec)
127 OM_uint32 * time_rec;
142 time_rec);
196 * time_rec is the lesser of the
229 if (time_rec)
230 *time_rec = outTime;
296 OM_uint32 status, time_req, time_rec, temp_minor_status local
    [all...]
  /onnv/onnv-gate/usr/src/lib/rpcsec_gss/
rpcsec_gss.c 116 OM_uint32 time_rec; local
187 &mech_type, &ret_flags, &time_rec)) {
218 options_ret->time_ret = time_rec;
234 ret_flags, time_rec)
241 OM_uint32 *time_rec;
296 time_rec);
svc_rpcsec_gss.c 577 OM_uint32 gssstat, minor_stat, time_rec, ret_flags; local
750 &time_rec,
765 &time_rec,
895 * context (the minimum of time_rec and max_lifetime).
898 if (time_rec == GSS_C_INDEFINITE) {
906 max_lifetime > time_rec)
907 client_data->expiration = time_rec + time(0);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/gss/gssd/
gssdtest.c 356 OM_UINT32 time_rec; local
435 &time_rec,
793 OM_uint32 time_rec; local
889 &time_rec,
971 printf(gettext("time_req = %u seconds\n\n"), time_rec);
1036 OM_uint32 time_rec; local
1075 &time_rec,
1213 printf(gettext("time_rec = %d seconds\n\n"), time_rec);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/rpc/sec_gss/
rpcsec_gss.c 434 OM_uint32 time_rec; local
493 mechanism, &ap->mech_type, &ret_flags, &time_rec, cr, 0)) {
524 options_ret->time_ret = time_rec;
544 actual_mech_type, ret_flags, time_rec, cr, isrefresh)
552 OM_uint32 *time_rec;
607 time_rec,
    [all...]
svc_rpcsec_gss.c 693 OM_uint32 gssstat, minor, minor_stat, time_rec; local
743 &time_rec,
823 if ((time_rec == GSS_C_INDEFINITE) || (time_rec == 0)) {
827 time_rec + gethrestime_sec();
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/gssapi/include/
mechglueP.h 101 OM_uint32 time_rec; member in struct:gss_union_cred_auxinfo
126 OM_uint32 * /* time_rec */
171 OM_uint32 * /* time_rec */
195 OM_uint32 * /* time_rec */
209 OM_uint32 *, /* time_rec */
257 OM_uint32 * /* time_rec */
  /onnv/onnv-gate/usr/src/lib/smbsrv/libsmbns/common/
smbns_dyndns.c 1031 OM_uint32 min, maj, time_rec; local
1062 &out_tok, &ret_flags, &time_rec);
    [all...]

Completed in 3500 milliseconds