Home
last modified time | relevance | path

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

123456

/freebsd-14-stable/crypto/heimdal/lib/gssapi/krb5/
HDcontext_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()
HDinquire_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()
HDadd_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()
HDinquire_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()
HDgsskrb5_locl.h84 OM_uint32 lifetime; member
98 OM_uint32 lifetime; member
HDacquire_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()
/freebsd-14-stable/sbin/ifconfig/
HDaf_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-14-stable/contrib/wpa/src/rsn_supp/
HDtdls.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-14-stable/contrib/ntp/libntp/
HDauthkeys.c30 u_long lifetime; /* remaining lifetime */ member
481 u_long lifetime, in allocsymkey() argument
503 sk->lifetime = lifetime; in allocsymkey()
639 u_long lifetime; in authtrust() local
666 sk->lifetime = current_time + trust; in authtrust()
668 sk->lifetime = 0; in authtrust()
680 lifetime = current_time + trust; in authtrust()
682 lifetime = 0; in authtrust()
684 allocsymkey(id, KEY_TRUSTED, 0, lifetime, 0, NULL, NULL); in authtrust()
846 sk->lifetime = 0; in auth_delkeys()
[all …]
/freebsd-14-stable/usr.sbin/nscd/
HDparser.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-14-stable/crypto/heimdal/lib/gssapi/mech/
HDgss_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-14-stable/lib/libgssapi/
HDgss_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-14-stable/lib/libifconfig/
HDlibifconfig_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-14-stable/crypto/openssh/
HDssh-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-14-stable/contrib/tcpdump/
HDprint-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-14-stable/crypto/heimdal/lib/gssapi/ntlm/
HDcreds.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-14-stable/crypto/heimdal/lib/hx509/
HDtest_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-14-stable/crypto/openssl/doc/man3/
HDSSL_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-14-stable/usr.sbin/rtsold/
HDrtsol.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-14-stable/crypto/heimdal/kadmin/
HDkadmin-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-14-stable/share/examples/libifconfig/
HDstatus.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-14-stable/contrib/capsicum-test/
HDsmoketest.c31 int lifetime = 4; /* seconds */ in main() local
33 lifetime = atoi(argv[1]); in main()
82 sleep(lifetime); in main()
/freebsd-14-stable/contrib/libcbor/doc/source/api/
HDtype_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-14-stable/usr.sbin/rrenumd/
HDparser.y108 %type <num> lifetime days hours minutes seconds
518 | VLTIME_CMD lifetime
529 | PLTIME_CMD lifetime
583 lifetime:
/freebsd-14-stable/crypto/heimdal/lib/gssapi/spnego/
HDcred_stubs.c134 OM_uint32 * lifetime, in _gss_spnego_inquire_cred() argument
158 lifetime, in _gss_spnego_inquire_cred()

123456