| /src/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/ |
| inquire_cred_by_mech.c | 50 OM_uint32 lifetime; local 58 name, &lifetime, &usage, NULL); 64 *initiator_lifetime = lifetime; 71 *acceptor_lifetime = lifetime;
|
| add_cred.c | 52 OM_uint32 major, lifetime; local 86 actual_mechs, &lifetime); 223 NULL, &lifetime, NULL, actual_mechs); 231 *initiator_time_rec = lifetime; 233 *acceptor_time_rec = lifetime;
|
| acquire_cred.c | 43 OM_uint32 *lifetime) 54 *lifetime = left; 208 time_t lifetime = 0; local 242 kret = krb5_cc_get_lifetime(context, ccache, &lifetime); 244 if (lifetime > 0) 263 kret = krb5_cc_get_lifetime(context, def_ccache, &lifetime); 265 lifetime = 0; 290 if (lifetime > 0)
|
| /src/external/mpl/bind/dist/bin/tests/system/migrate2kasp/ |
| tests_migrate2kasp.py | 119 lifetime = { variable 139 f"zsk {lifetime['P60D']} {Algorithm.default().number} {Algorithm.default().bits} goal:omnipresent dnskey:rumoured zrrsig:rumoured", 181 f"ksk {lifetime['P60D']} {Algorithm.default().number} {Algorithm.default().bits} goal:omnipresent dnskey:rumoured krrsig:rumoured ds:rumoured", 182 f"zsk {lifetime['P60D']} {Algorithm.default().number} {Algorithm.default().bits} goal:omnipresent dnskey:rumoured zrrsig:rumoured", 196 f"ksk {lifetime['P60D']} {Algorithm.default().number} {Algorithm.default().bits} goal:omnipresent dnskey:omnipresent krrsig:omnipresent ds:omnipresent", 197 f"zsk {lifetime['P60D']} {Algorithm.default().number} {Algorithm.default().bits} goal:omnipresent dnskey:omnipresent zrrsig:omnipresent", 211 f"ksk {lifetime['P60D']} {Algorithm.default().number} {Algorithm.default().bits} goal:omnipresent dnskey:omnipresent krrsig:omnipresent ds:rumoured", 212 f"zsk {lifetime['P60D']} {Algorithm.default().number} {Algorithm.default().bits} goal:omnipresent dnskey:omnipresent zrrsig:omnipresent", 229 f"zsk {lifetime['P60D']} {Algorithm.default().number} {Algorithm.default().bits} goal:omnipresent dnskey:rumoured zrrsig:rumoured", 247 f"zsk {lifetime['P60D']} 8 3072 goal:omnipresent dnskey:rumoured zrrsig:hidden" [all...] |
| /src/crypto/dist/ipsec-tools/src/racoon/ |
| sainfo.h | 57 time_t lifetime; member in struct:sainfo
|
| proposal.h | 60 time_t lifetime; member in struct:saprop 63 int claim; /* flag to send RESPONDER-LIFETIME. */ 153 * Lifetime length selection refered to the section 4.5.4 of RFC2407. It does 169 * AND send RESPONDER-LIFETIME notify message to a initiator in the 170 * case of lifetime.
|
| remoteconf.h | 58 time_t lifetime; member in struct:isakmpsa 153 time_t lifetime; /* for isakmp/ipsec */ member in struct:remoteconf
|
| /src/external/mpl/bind/dist/tests/isccfg/ |
| duration_test.c | 168 "{\nkeys {csk lifetime %s algorithm rsasha256;};\n};\n"; 202 const cfg_obj_t *lifetime = NULL; local 220 lifetime = cfg_tuple_get(key, "lifetime"); 221 assert_non_null(lifetime); 224 cfg_obj_asduration(lifetime)); 226 cfg_print_duration_or_unlimited(&pctx, lifetime);
|
| /src/dist/pf/sbin/pfctl/ |
| pfctl_table.c | 259 u_int lifetime; local 265 lifetime = strtonum(*argv, 0, UINT_MAX, &errstr); 278 lifetime)
|
| /src/sbin/ifconfig/ |
| af_inet6.c | 191 "inet6 address lifetime not allowed for the AF"); 302 struct in6_addrlifetime *lifetime; local 313 lifetime = &ifr6.ifr_ifru.ifru_lifetime; 317 } else if (lifetime->ia6t_preferred || lifetime->ia6t_expire) { 320 if (lifetime->ia6t_preferred) { 322 (unsigned long)(lifetime->ia6t_preferred - 323 MIN(t, lifetime->ia6t_preferred))); 328 if (lifetime->ia6t_expire) { 330 (unsigned long)(lifetime->ia6t_expire [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/krb5/ |
| krb5-v4compat.h | 88 int lifetime; /* Lifetime */ member in struct:credentials
|
| cache.c | 1232 time_t lifetime; local 1248 (krb5_cc_get_lifetime(context, cache, &lifetime) != 0 || lifetime == 0)) { 1715 * Get the lifetime of the initial ticket in the cache 1717 * Get the lifetime of the initial ticket in the cache, if the initial 1722 * @param t the relative lifetime of the initial ticket 1783 * If there was no krbtgt, use the shortest lifetime of
|
| /src/external/bsd/dhcpcd/dist/src/ |
| ipv6nd.h | 45 uint32_t lifetime; member in struct:routeinfo 63 uint32_t lifetime; member in struct:ra
|
| /src/external/mpl/bind/dist/lib/dns/include/dns/ |
| kasp.h | 60 uint32_t lifetime; member in struct:dns_kasp_key 697 * The lifetime of this key (how long may this key be active?) 705 *\li Lifetime of key.
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/ |
| gssapictx.c | 127 OM_uint32 gret, minor, lifetime; local 134 gret = gss_inquire_cred(&minor, (gss_cred_id_t)cred, &gname, &lifetime, 161 usage_text, (unsigned long)lifetime); 278 OM_uint32 lifetime; local 333 usage, (gss_cred_id_t *)cred, NULL, &lifetime);
|
| /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/ |
| kasp.h | 51 uint32_t lifetime; member in struct:dns_kasp_key 602 * The lifetime of this key (how long may this key be active?) 610 *\li Lifetime of key.
|
| /src/external/mpl/bind/dist/lib/dns/ |
| gssapictx.c | 125 OM_uint32 gret, minor, lifetime; local 132 gret = gss_inquire_cred(&minor, cred, &gname, &lifetime, &usage, NULL); 158 usage_text, (unsigned long)lifetime); 275 OM_uint32 lifetime; local 330 usage, (gss_cred_id_t *)cred, NULL, &lifetime);
|
| tkey.c | 232 OM_uint32 gret, minor, lifetime; local 239 * Limit keys to 1 hour or the context's lifetime whichever 244 gret = gss_context_time(&minor, gss_ctx, &lifetime); 245 if (gret == GSS_S_COMPLETE && now + lifetime < expire) { 246 expire = now + lifetime; 554 const dns_name_t *gname, uint32_t lifetime, 581 .expire = now + lifetime,
|
| /src/usr.sbin/rtadvd/ |
| rtadvd.h | 96 uint32_t ltime; /* route lifetime */ 112 uint32_t lifetime; member in struct:rdnss 126 uint32_t lifetime; member in struct:dnssl 157 uint16_t lifetime; /* AdvDefaultLifetime */ member in struct:rainfo
|
| /src/external/mpl/dhcp/dist/server/ |
| dhcpleasequery.c | 929 u_int32_t lifetime; local 1012 lifetime = iaaddr->prefer; 1013 putULong(data.buffer->data + 16, lifetime); 1014 lifetime = iaaddr->valid; 1015 putULong(data.buffer->data + 20, lifetime); 1024 lifetime = htonl(iaaddr->ia->cltt); 1026 NULL, (unsigned char *)&lifetime, 4,
|
| /src/sys/netipsec/ |
| ipsec.h | 87 * lifetime handler. 88 * the policy can be used without limitation if both lifetime and 90 * "lifetime" is passed by sadb_lifetime.sadb_lifetime_addtime. 95 time_t lifetime; /* duration of the lifetime of this policy */ member in struct:secpolicy 150 time_t created; /* for lifetime */ 151 int count; /* for lifetime */
|
| /src/external/mpl/bind/dist/bin/tests/system/kasp/ |
| tests_kasp.py | 117 lifetime = { variable 139 f"ksk {lifetime['P2Y']} {algorithm.number} {algorithm.bits} goal:omnipresent dnskey:omnipresent krrsig:omnipresent ds:omnipresent", 140 f"zsk {lifetime['P1Y']} {algorithm.number} {algorithm.bits} goal:omnipresent dnskey:omnipresent zrrsig:omnipresent", 146 f"ksk {lifetime['P10Y']} {alg} 2048 goal:omnipresent dnskey:rumoured krrsig:rumoured ds:hidden", 147 f"zsk {lifetime['P5Y']} {alg} 2048 goal:omnipresent dnskey:rumoured zrrsig:rumoured", 148 f"zsk {lifetime['P1Y']} {alg} 2000 goal:omnipresent dnskey:rumoured zrrsig:rumoured", 158 f"ksk {lifetime['P10Y']} {alg} {sizes[0]} goal:omnipresent dnskey:rumoured krrsig:rumoured ds:hidden", 159 f"zsk {lifetime['P5Y']} {alg} {sizes[1]} goal:omnipresent dnskey:rumoured zrrsig:rumoured", 160 f"zsk {lifetime['P1Y']} {alg} {sizes[2]} goal:omnipresent dnskey:rumoured zrrsig:rumoured", 189 # Key lifetime is unlimited, so not setting 'Retired' nor 'Removed' [all...] |
| /src/external/bsd/ntp/dist/libntp/ |
| authkeys.c | 32 u_long lifetime; /* remaining lifetime */ member in struct:savekey 81 u_long authkeyexpired; /* key lifetime expirations */ 483 u_long lifetime, 505 sk->lifetime = lifetime; 641 u_long lifetime; local 660 * its lifetime. If no longer trusted, return it to the 668 sk->lifetime = current_time + trust; 670 sk->lifetime = 0 [all...] |
| /src/external/mpl/bind/dist/bin/dnssec/ |
| dnssec-keygen.c | 137 time_t lifetime; member in struct:keygen_ctx 770 dst_key_setnum(key, DST_NUM_LIFETIME, ctx->lifetime); 1266 ctx.lifetime = 0; 1312 ctx.lifetime = dns_kasp_key_lifetime(kaspkey);
|
| /src/crypto/external/bsd/openssh/dist/ |
| ssh-add.c | 92 /* Default lifetime (0 == forever) */ 93 static int lifetime = 0; variable 371 comment, lifetime, confirm, skprovider, 377 if (lifetime != 0) { 378 fprintf(stderr, "Lifetime set to %s\n", 379 fmt_timeframe((time_t)lifetime)); 411 cert_lifetime = lifetime; 440 fprintf(stderr, "Lifetime set to %s\n", 477 lifetime, confirm, dest_constraints, ndest_constraints, 617 key->sk_application, lifetime, confirm, skprovider [all...] |