/freebsd/crypto/heimdal/lib/gssapi/krb5/ |
H A D | context_time.c | 39 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 D | inquire_cred_by_mech.c | 48 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 D | add_cred.c | 50 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 D | inquire_cred.c | 40 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 D | gsskrb5_locl.h | 84 OM_uint32 lifetime; member 98 OM_uint32 lifetime; member
|
H A D | acquire_cred.c | 41 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 D | init_sec_context.c | 131 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 D | af_inet6.c | 66 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 D | tdls.c | 107 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 D | authkeys.c | 30 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 D | parser.c | 130 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 D | gss_inquire_cred.c | 56 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 D | gss_inquire_cred.c | 49 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 D | ssh-add.c | 97 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 D | libifconfig_inet6.c | 90 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 D | print-icmp.c | 541 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 D | creds.c | 43 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 D | test_ca.in | 95 --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 D | SSL_CTX_set_timeout.pod | 23 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 D | rtsol.c | 182 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 D | kadmin-commands.in | 90 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 D | status.c | 161 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 D | smoketest.c | 31 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 D | type_0_1.rst | 13 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 D | parser.y | 108 %type <num> lifetime days hours minutes seconds 518 | VLTIME_CMD lifetime 529 | PLTIME_CMD lifetime 583 lifetime:
|