Home
last modified time | relevance | path

Searched refs:lifetime (Results 1 – 25 of 141) sorted by relevance

123456

/freebsd/crypto/heimdal/lib/gssapi/krb5/
H A Dcontext_time.c39 OM_uint32 lifetime, in _gsskrb5_lifetime_left() argument
45 if (lifetime == 0) { in _gsskrb5_lifetime_left()
56 if (lifetime < timeret) in _gsskrb5_lifetime_left()
59 *lifetime_rec = lifetime - timeret; in _gsskrb5_lifetime_left()
72 OM_uint32 lifetime; in _gsskrb5_context_time() local
79 lifetime = ctx->lifetime; in _gsskrb5_context_time()
83 lifetime, time_rec); in _gsskrb5_context_time()
H A Dinquire_cred_by_mech.c48 OM_uint32 lifetime; in _gsskrb5_inquire_cred_by_mech() local
52 name, &lifetime, &usage, NULL); in _gsskrb5_inquire_cred_by_mech()
58 *initiator_lifetime = lifetime; in _gsskrb5_inquire_cred_by_mech()
65 *acceptor_lifetime = lifetime; in _gsskrb5_inquire_cred_by_mech()
H A Dadd_cred.c50 OM_uint32 ret, lifetime; in _gsskrb5_add_cred() local
107 handle->lifetime = cred->lifetime; in _gsskrb5_add_cred()
207 NULL, &lifetime, NULL, actual_mechs); in _gsskrb5_add_cred()
212 *initiator_time_rec = lifetime; in _gsskrb5_add_cred()
214 *acceptor_time_rec = lifetime; in _gsskrb5_add_cred()
H A Dinquire_cred.c40 OM_uint32 * lifetime, in _gsskrb5_inquire_cred() argument
128 if (lifetime != NULL) { in _gsskrb5_inquire_cred()
131 if (acred) alife = acred->lifetime; in _gsskrb5_inquire_cred()
132 if (icred) ilife = icred->lifetime; in _gsskrb5_inquire_cred()
137 lifetime); in _gsskrb5_inquire_cred()
H A Dgsskrb5_locl.h84 OM_uint32 lifetime; member
98 OM_uint32 lifetime; member
H A Dacquire_cred.c41 OM_uint32 *lifetime) in __gsskrb5_ccache_lifetime() argument
68 *lifetime = 0; in __gsskrb5_ccache_lifetime()
72 *lifetime = out_cred.times.endtime; in __gsskrb5_ccache_lifetime()
224 handle->lifetime = cred.times.endtime; in acquire_initiator_cred()
232 &handle->lifetime); in acquire_initiator_cred()
H A Dinit_sec_context.c131 ctx->lifetime = GSS_C_INDEFINITE; in _gsskrb5_create_ctx()
256 ctx->lifetime = ctx->kcred->times.endtime; in gsskrb5_get_creds()
259 ctx->lifetime, &lifetime_rec); in gsskrb5_get_creds()
465 ctx->lifetime = ctx->kcred->times.endtime; in init_auth()
473 ctx->lifetime, in init_auth()
823 ctx->lifetime, in repl_mutual()
/freebsd/sbin/ifconfig/
H A Daf_inet6.c66 struct in6_addrlifetime lifetime; member
73 .lifetime = { 0, 0, ND6_INFINITE_LIFETIME, ND6_INFINITE_LIFETIME },
143 struct in6_addrlifetime *lifetime = &in6_addreq.ifra_lifetime; in setip6lifetime() local
145 struct in6_addrlifetime *lifetime = &in6_add.lifetime; in setip6lifetime() local
155 lifetime->ia6t_expire = now.tv_sec + newval; in setip6lifetime()
156 lifetime->ia6t_vltime = newval; in setip6lifetime()
158 lifetime->ia6t_preferred = now.tv_sec + newval; in setip6lifetime()
159 lifetime->ia6t_pltime = newval; in setip6lifetime()
295 struct in6_addrlifetime lifetime; in in6_status() local
313 memset(&lifetime, 0, sizeof(lifetime)); in in6_status()
[all …]
/freebsd/contrib/wpa/src/rsn_supp/
H A Dtdls.c107 u32 lifetime; member
1238 peer->lifetime = TPK_LIFETIME; in wpa_tdls_send_tpk_m1()
1243 peer->lifetime = 301; in wpa_tdls_send_tpk_m1()
1248 peer->lifetime = 0xffffffff; in wpa_tdls_send_tpk_m1()
1252 sizeof(timeoutie), peer->lifetime); in wpa_tdls_send_tpk_m1()
1253 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime %u seconds", peer->lifetime); in wpa_tdls_send_tpk_m1()
1289 u32 lifetime; in wpa_tdls_send_tpk_m2() local
1340 lifetime = peer->lifetime; in wpa_tdls_send_tpk_m2()
1345 lifetime++; in wpa_tdls_send_tpk_m2()
1349 sizeof(timeoutie), lifetime); in wpa_tdls_send_tpk_m2()
[all …]
/freebsd/contrib/ntp/libntp/
H A Dauthkeys.c30 u_long lifetime; /* remaining lifetime */ member
79 u_long authkeyexpired; /* key lifetime expirations */
481 u_long lifetime, in allocsymkey() argument
503 sk->lifetime = lifetime; in allocsymkey()
639 u_long lifetime; in authtrust()
658 * its lifetime. If no longer trusted, return it to the in authtrust()
666 sk->lifetime = current_time + trust; in authtrust()
668 sk->lifetime in authtrust()
636 u_long lifetime; authtrust() local
[all...]
/freebsd/usr.sbin/nscd/
H A Dparser.c130 struct timeval lifetime; in set_positive_time_to_live() local
135 memset(&lifetime, 0, sizeof(struct timeval)); in set_positive_time_to_live()
136 lifetime.tv_sec = ttl; in set_positive_time_to_live()
140 &lifetime, sizeof(struct timeval)); in set_positive_time_to_live()
142 &lifetime, sizeof(struct timeval)); in set_positive_time_to_live()
152 struct timeval lifetime; in set_negative_time_to_live() local
157 memset(&lifetime, 0, sizeof(struct timeval)); in set_negative_time_to_live()
158 lifetime.tv_sec = nttl; in set_negative_time_to_live()
163 &lifetime, sizeof(struct timeval)); in set_negative_time_to_live()
/freebsd/lib/libgssapi/
H A Dgss_inquire_cred.c56 OM_uint32 *lifetime, in gss_inquire_cred() argument
75 if (lifetime) in gss_inquire_cred()
76 *lifetime = 0; in gss_inquire_cred()
192 if (lifetime) in gss_inquire_cred()
193 *lifetime = min_lifetime; in gss_inquire_cred()
/freebsd/crypto/heimdal/lib/gssapi/mech/
H A Dgss_inquire_cred.c49 OM_uint32 *lifetime, in gss_inquire_cred() argument
68 if (lifetime) in gss_inquire_cred()
69 *lifetime = 0; in gss_inquire_cred()
184 if (lifetime) in gss_inquire_cred()
185 *lifetime = min_lifetime; in gss_inquire_cred()
/freebsd/crypto/openssh/
H A Dssh-add.c97 static int lifetime = 0; variable
379 lifetime, confirm, maxsign, skprovider, in add_file()
385 if (lifetime != 0) { in add_file()
387 "Lifetime set to %d seconds\n", lifetime); in add_file()
433 lifetime, confirm, maxsign, skprovider, in add_file()
443 if (lifetime != 0) { in add_file()
445 lifetime); in add_file()
480 lifetime, confirm, dest_constraints, ndest_constraints, in update_card()
626 lifetime, confirm, maxsign, skprovider, in load_resident_keys()
639 if (lifetime != 0) { in load_resident_keys()
[all …]
/freebsd/lib/libifconfig/
H A Dlibifconfig_inet6.c90 memset(&addr->lifetime, 0, sizeof(addr->lifetime)); in ifconfig_inet6_get_addrinfo()
95 addr->lifetime = ifr6.ifr_ifru.ifru_lifetime; /* struct copy */ in ifconfig_inet6_get_addrinfo()
/freebsd/contrib/tcpdump/
H A Dprint-icmp.c541 u_int lifetime, num, size; in icmp_print() local
550 lifetime = GET_BE_U_2(ihp->ird_lifetime); in icmp_print()
551 if (lifetime < 60) { in icmp_print()
553 lifetime); in icmp_print()
554 } else if (lifetime < 60 * 60) { in icmp_print()
556 lifetime / 60, lifetime % 60); in icmp_print()
560 lifetime / 3600, in icmp_print()
561 (lifetime % 3600) / 60, in icmp_print()
562 lifetime % 60); in icmp_print()
/freebsd/crypto/heimdal/lib/gssapi/ntlm/
H A Dcreds.c43 OM_uint32 * lifetime, in _gss_ntlm_inquire_cred() argument
70 if (lifetime) in _gss_ntlm_inquire_cred()
71 *lifetime = GSS_C_INDEFINITE; in _gss_ntlm_inquire_cred()
/freebsd/crypto/heimdal/lib/hx509/
H A Dtest_ca.in95 --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/crypto/openssl/doc/man3/
H A DSSL_CTX_set_timeout.pod23 Whenever a new session is created, it is assigned a maximum lifetime. This
24 lifetime is specified by storing the creation time of the session and the
45 This timeout value is used as the ticket lifetime hint for stateless session
53 of 0 for the ticket lifetime hint.
/freebsd/usr.sbin/rtsold/
H A Drtsol.c182 struct timespec lifetime, now; in rtsol_input() local
448 memset(&lifetime, 0, sizeof(lifetime)); in rtsol_input()
449 lifetime.tv_sec = in rtsol_input()
451 TS_ADD(&now, &lifetime, &rao->rao_expire); in rtsol_input()
507 memset(&lifetime, 0, sizeof(lifetime)); in rtsol_input()
508 lifetime.tv_sec = in rtsol_input()
510 TS_ADD(&now, &lifetime, &rao->rao_expire); in rtsol_input()
/freebsd/crypto/heimdal/kadmin/
H A Dkadmin-commands.in90 help = "realm max ticket lifetime"
95 help = "realm max renewable lifetime"
150 argument ="lifetime"
151 help = "max ticket lifetime"
156 argument = "lifetime"
304 argument ="lifetime"
305 help = "max ticket lifetime"
310 argument = "lifetime"
/freebsd/share/examples/libifconfig/
H A Dstatus.c161 if (addr.lifetime.ia6t_preferred || addr.lifetime.ia6t_expire) { in print_inet6_addr()
163 if (addr.lifetime.ia6t_preferred) { in print_inet6_addr()
165 addr.lifetime.ia6t_preferred - now.tv_sec)); in print_inet6_addr()
171 if (addr.lifetime.ia6t_expire) { in print_inet6_addr()
173 addr.lifetime.ia6t_expire - now.tv_sec)); in print_inet6_addr()
/freebsd/contrib/capsicum-test/
H A Dsmoketest.c31 int lifetime = 4; /* seconds */ in main() local
33 lifetime = atoi(argv[1]); in main()
82 sleep(lifetime); in main()
/freebsd/contrib/libcbor/doc/source/api/
H A Dtype_0_1.rst13 Number of allocations One per lifetime
23 Number of allocations One per lifetime
37 …er with the handle </internal#c.cbor_item_t.data>`_, the width cannot be changed over its lifetime.
/freebsd/usr.sbin/rrenumd/
H A Dparser.y108 %type <num> lifetime days hours minutes seconds
518 | VLTIME_CMD lifetime
529 | PLTIME_CMD lifetime
583 lifetime:

123456