Searched refs:lifetime (Results 1 - 25 of 66) sorted by relevance

123

/freebsd-current/crypto/heimdal/lib/gssapi/krb5/
H A Dcontext_time.c39 OM_uint32 lifetime,
45 if (lifetime == 0) {
56 if (lifetime < timeret)
59 *lifetime_rec = lifetime - timeret;
72 OM_uint32 lifetime; local
79 lifetime = ctx->lifetime;
83 lifetime, time_rec);
37 _gsskrb5_lifetime_left(OM_uint32 *minor_status, krb5_context context, OM_uint32 lifetime, OM_uint32 *lifetime_rec) argument
H A Dinquire_cred_by_mech.c48 OM_uint32 lifetime; local
52 name, &lifetime, &usage, NULL);
58 *initiator_lifetime = lifetime;
65 *acceptor_lifetime = lifetime;
H A Dadd_cred.c50 OM_uint32 ret, lifetime; local
107 handle->lifetime = cred->lifetime;
207 NULL, &lifetime, NULL, actual_mechs);
212 *initiator_time_rec = lifetime;
214 *acceptor_time_rec = lifetime;
H A Dgsskrb5_locl.h84 OM_uint32 lifetime; member in struct:gsskrb5_ctx
98 OM_uint32 lifetime; member in struct:__anon6689
H A Dinquire_cred.c40 OM_uint32 * lifetime,
128 if (lifetime != NULL) {
131 if (acred) alife = acred->lifetime;
132 if (icred) ilife = icred->lifetime;
137 lifetime);
36 _gsskrb5_inquire_cred(OM_uint32 * minor_status, const gss_cred_id_t cred_handle, gss_name_t * output_name, OM_uint32 * lifetime, gss_cred_usage_t * cred_usage, gss_OID_set * mechanisms ) argument
H A Dinquire_context.c79 ctx->lifetime,
H A Dacquire_cred.c41 OM_uint32 *lifetime)
68 *lifetime = 0;
72 *lifetime = out_cred.times.endtime;
224 handle->lifetime = cred.times.endtime;
232 &handle->lifetime);
37 __gsskrb5_ccache_lifetime(OM_uint32 *minor_status, krb5_context context, krb5_ccache id, krb5_principal principal, OM_uint32 *lifetime) argument
/freebsd-current/lib/libifconfig/
H A Dlibifconfig_inet6.c90 memset(&addr->lifetime, 0, sizeof(addr->lifetime));
95 addr->lifetime = ifr6.ifr_ifru.ifru_lifetime; /* struct copy */
/freebsd-current/crypto/heimdal/lib/gssapi/mech/
H A Dgss_inquire_cred.c49 OM_uint32 *lifetime,
68 if (lifetime)
69 *lifetime = 0;
184 if (lifetime)
185 *lifetime = min_lifetime;
46 gss_inquire_cred(OM_uint32 *minor_status, const gss_cred_id_t cred_handle, gss_name_t *name_ret, OM_uint32 *lifetime, gss_cred_usage_t *cred_usage, gss_OID_set *mechanisms) argument
/freebsd-current/lib/libgssapi/
H A Dgss_inquire_cred.c56 OM_uint32 *lifetime,
75 if (lifetime)
76 *lifetime = 0;
192 if (lifetime)
193 *lifetime = min_lifetime;
53 gss_inquire_cred(OM_uint32 *minor_status, const gss_cred_id_t cred_handle, gss_name_t *name_ret, OM_uint32 *lifetime, gss_cred_usage_t *cred_usage, gss_OID_set *mechanisms) argument
/freebsd-current/crypto/heimdal/lib/gssapi/ntlm/
H A Dcreds.c43 OM_uint32 * lifetime,
70 if (lifetime)
71 *lifetime = GSS_C_INDEFINITE;
39 _gss_ntlm_inquire_cred(OM_uint32 * minor_status, const gss_cred_id_t cred_handle, gss_name_t * name, OM_uint32 * lifetime, gss_cred_usage_t * cred_usage, gss_OID_set * mechanisms ) argument
/freebsd-current/contrib/wpa/src/rsn_supp/
H A Dtdls.c107 u32 lifetime; member in struct:wpa_tdls_peer
642 * On TPK lifetime expiration, we have an option of either tearing down
652 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR
660 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR
1208 peer->lifetime = TPK_LIFETIME;
1212 "lifetime");
1213 peer->lifetime = 301;
1217 "lifetime");
1218 peer->lifetime = 0xffffffff;
1222 sizeof(timeoutie), peer->lifetime);
1258 u32 lifetime; local
1351 u32 lifetime; local
1859 u32 lifetime = 0; local
2221 u32 lifetime = peer->lifetime; local
2260 u32 lifetime; local
2552 u32 lifetime; local
2702 struct wpa_tdls_timeoutie *lifetime = (struct wpa_tdls_timeoutie *) ie; local
[all...]
/freebsd-current/contrib/ntp/libntp/
H A Dauthkeys.c30 u_long lifetime; /* remaining lifetime */ member in struct:savekey
79 u_long authkeyexpired; /* key lifetime expirations */
481 u_long lifetime,
503 sk->lifetime = lifetime;
636 u_long lifetime; local
655 * its lifetime. If no longer trusted, return it to the
663 sk->lifetime = current_time + trust;
665 sk->lifetime
477 allocsymkey( keyid_t id, u_short flags, u_short type, u_long lifetime, size_t secretsize, u_char * secret, KeyAccT * ka ) argument
[all...]
/freebsd-current/usr.sbin/nscd/
H A Dparser.c130 struct timeval lifetime; local
135 memset(&lifetime, 0, sizeof(struct timeval));
136 lifetime.tv_sec = ttl;
140 &lifetime, sizeof(struct timeval));
142 &lifetime, sizeof(struct timeval));
152 struct timeval lifetime; local
157 memset(&lifetime, 0, sizeof(struct timeval));
158 lifetime.tv_sec = nttl;
163 &lifetime, sizeof(struct timeval));
/freebsd-current/sbin/ifconfig/
H A Daf_inet6.c66 struct in6_addrlifetime lifetime; member in struct:in6_pdata
73 .lifetime = { 0, 0, ND6_INFINITE_LIFETIME, ND6_INFINITE_LIFETIME },
143 struct in6_addrlifetime *lifetime = &in6_addreq.ifra_lifetime; local
145 struct in6_addrlifetime *lifetime = &in6_add.lifetime; local
155 lifetime->ia6t_expire = now.tv_sec + newval;
156 lifetime->ia6t_vltime = newval;
158 lifetime->ia6t_preferred = now.tv_sec + newval;
159 lifetime->ia6t_pltime = newval;
295 struct in6_addrlifetime lifetime; local
[all...]
/freebsd-current/contrib/capsicum-test/
H A Dsmoketest.c31 int lifetime = 4; /* seconds */ local
33 lifetime = atoi(argv[1]);
82 sleep(lifetime);
/freebsd-current/crypto/heimdal/lib/hx509/
H A Dtest_windows.in57 --lifetime=10years \
H A Dtest_ca.in95 --lifetime='1 month' \
99 echo "verify certificate (included in CRL, and lifetime 1 month)"
109 --lifetime="10years 1 month" \
311 --lifetime="2years" \
326 --lifetime="3years" \
342 --lifetime="2years" \
359 --lifetime="3years" \
376 --lifetime="3years" \
392 --lifetime="2years" \
/freebsd-current/crypto/heimdal/lib/krb5/
H A Dkrb5-v4compat.h86 int lifetime; /* Lifetime */ member in struct:credentials
/freebsd-current/contrib/tcpdump/
H A Dprint-icmp.c543 u_int lifetime, num, size; local
550 (void)strncpy(cp, " lifetime ", sizeof(buf) - (cp - buf));
552 lifetime = GET_BE_U_2(ihp->ird_lifetime);
553 if (lifetime < 60) {
555 lifetime);
556 } else if (lifetime < 60 * 60) {
558 lifetime / 60, lifetime % 60);
562 lifetime / 3600,
563 (lifetime
[all...]
/freebsd-current/crypto/openssh/
H A Dssh-add.c96 /* Default lifetime (0 == forever) */
97 static int lifetime = 0; variable
379 lifetime, confirm, maxsign, skprovider,
385 if (lifetime != 0) {
387 "Lifetime set to %d seconds\n", lifetime);
433 lifetime, confirm, maxsign, skprovider,
443 if (lifetime != 0) {
445 lifetime);
480 lifetime, confirm, dest_constraints, ndest_constraints,
626 lifetime, confir
[all...]
/freebsd-current/share/examples/libifconfig/
H A Dstatus.c161 if (addr.lifetime.ia6t_preferred || addr.lifetime.ia6t_expire) {
163 if (addr.lifetime.ia6t_preferred) {
165 addr.lifetime.ia6t_preferred - now.tv_sec));
171 if (addr.lifetime.ia6t_expire) {
173 addr.lifetime.ia6t_expire - now.tv_sec));
/freebsd-current/contrib/llvm-project/compiler-rt/include/profile/
H A DMemProfData.inc141 // Lifetime access density is the access density per second of lifetime.
142 // Multiply by 1000 to convert denominator lifetime to seconds (using a
143 // minimum lifetime of 1ms to avoid divide by 0. Do the multiplication first
/freebsd-current/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProfData.inc141 // Lifetime access density is the access density per second of lifetime.
142 // Multiply by 1000 to convert denominator lifetime to seconds (using a
143 // minimum lifetime of 1ms to avoid divide by 0. Do the multiplication first
/freebsd-current/usr.sbin/rrenumd/
H A Dparser.y108 %type <num> lifetime days hours minutes seconds
518 | VLTIME_CMD lifetime
529 | PLTIME_CMD lifetime
583 lifetime: label

Completed in 322 milliseconds

123