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

1234567

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/krb5/
H A Dinquire_cred_by_mech.c50 OM_uint32 lifetime; local
58 name, &lifetime, &usage, NULL);
64 *initiator_lifetime = lifetime;
71 *acceptor_lifetime = lifetime;
H A Dinquire_cred.c42 OM_uint32 * lifetime,
105 if (lifetime)
106 *lifetime = alife;
146 if (lifetime)
147 *lifetime = min(alife, ilife);
200 if (lifetime != NULL) {
204 lifetime);
38 _gsskrb5_inquire_cred(OM_uint32 * minor_status, gss_const_cred_id_t cred_handle, gss_name_t * output_name, OM_uint32 * lifetime, gss_cred_usage_t * cred_usage, gss_OID_set * mechanisms ) argument
/netbsd-current/external/mpl/bind/dist/bin/tests/system/checkconf/
H A Dkasp-bad-lifetime.conf14 dnssec-policy "bad-lifetime-ksk" {
16 * The KSK lifetime is too short.
17 * The ZSK lifetime is good enough but should trigger a warning.
20 ksk lifetime PT3H algorithm 13;
21 zsk lifetime P8DT2H1S algorithm 13;
35 dnssec-policy "bad-lifetime-zsk" {
37 * The ZSK lifetime is too short.
38 * The KSK lifetime is good enough but should trigger a warning.
41 ksk lifetime PT3H1S algorithm 13;
42 zsk lifetime P8DT2
[all...]
H A Dkasp-bad-nsec3-iter.conf16 csk lifetime P10Y algorithm nsec3rsasha1 1024;
23 csk lifetime P10Y algorithm nsec3rsasha1 1024;
30 csk lifetime P10Y algorithm rsasha256 2048;
37 csk lifetime P10Y algorithm rsasha256 2048;
44 csk lifetime P10Y algorithm rsasha512 4096;
51 csk lifetime P10Y algorithm rsasha512 4096;
H A Dkasp-warning.conf18 ksk lifetime unlimited algorithm ecdsa256;
19 zsk lifetime unlimited algorithm ecdsa256;
20 zsk lifetime unlimited algorithm ecdsa256;
21 ksk lifetime unlimited algorithm ecdsa256;
29 csk lifetime unlimited algorithm rsasha256;
30 ksk lifetime unlimited algorithm rsasha256;
31 zsk lifetime unlimited algorithm rsasha256;
37 // This policy has a key with a very short lifetime.
38 csk lifetime PT2591999S algorithm rsasha256;
H A Dgood-key-directory.conf16 ksk key-directory lifetime unlimited algorithm ecdsa256;
17 zsk key-directory lifetime P90D algorithm ecdsa256;
25 ksk key-directory lifetime unlimited algorithm ecdsa256;
26 zsk key-directory lifetime P30D algorithm ecdsa256;
33 ksk key-directory lifetime unlimited algorithm ecdsa256;
34 zsk key-directory lifetime P30D algorithm ecdsa256;
H A Dbad-unpaired-keys.conf17 zsk lifetime 30d algorithm 13;
19 ksk lifetime 30d algorithm 7;
H A Dkasp-bad-signatures-refresh.conf16 csk lifetime unlimited algorithm 13;
26 csk lifetime unlimited algorithm 13;
H A Dbad-lifetime.conf15 nta-lifetime 8d;
/netbsd-current/external/mpl/bind/dist/bin/tests/system/nsupdate/krb/
H A Dsetup.sh25 lifetime=$((2147483647 - now))
26 lifetime=$((lifetime / 3600 / 24 - 30))
68 max_life = ${lifetime}d
87 kadmin.local addprinc -maxlife ${lifetime}d -randkey DNS/ns7.example.com@EXAMPLE.COM
88 kadmin.local addprinc -maxlife ${lifetime}d -randkey DNS/ns8.example.com@EXAMPLE.COM
89 kadmin.local addprinc -maxlife ${lifetime}d -randkey host/machine.example.com@EXAMPLE.COM
95 kadmin.local addprinc -maxlife ${lifetime}d -randkey 'DNS/ns9.example.com@EXAMPLE.COM'
96 kadmin.local addprinc -maxlife ${lifetime}d -randkey 'DNS/ns10.example.com@EXAMPLE.COM'
97 kadmin.local addprinc -maxlife ${lifetime}
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/libdruntime/rt/
H A Dtlsgc.d17 static import rt.lifetime, rt.sections;
25 rt.lifetime.BlkInfo** blockInfoCache;
41 data.blockInfoCache = &rt.lifetime.__blkcache_storage;
80 rt.lifetime.processGCMarks(*(cast(Data*)data).blockInfoCache, dg);
/netbsd-current/external/mpl/bind/dist/bin/tests/system/kasp/
H A Dkasp.conf22 csk key-directory lifetime P1Y algorithm 13;
23 ksk key-directory lifetime P1Y algorithm 8;
24 zsk key-directory lifetime P30D algorithm 8 2048;
25 zsk key-directory lifetime P6M algorithm 8 3072;
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/rt/
H A Dtlsgc.d18 static import rt.lifetime, rt.sections;
26 rt.lifetime.BlkInfo** blockInfoCache;
42 data.blockInfoCache = &rt.lifetime.__blkcache_storage;
81 rt.lifetime.processGCMarks(*(cast(Data*)data).blockInfoCache, dg);
/netbsd-current/external/apache2/llvm/librt/
H A DMakefile.inc6 CWARNFLAGS.gcc+= ${${HAVE_GCC:U0} >= 9:? -Wno-error=init-list-lifetime :}
/netbsd-current/external/mpl/bind/dist/bin/tests/system/kasp/ns3/
H A Ded25519.conf18 ksk key-directory lifetime P10Y algorithm 15;
19 zsk key-directory lifetime P5Y algorithm 15;
20 zsk key-directory lifetime P1Y algorithm 15 256;
H A Ded448.conf18 ksk key-directory lifetime P10Y algorithm 16;
19 zsk key-directory lifetime P5Y algorithm 16;
20 zsk key-directory lifetime P1Y algorithm 16 456;
/netbsd-current/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.betterc/
H A Dtest22336.d4 import core.lifetime;
/netbsd-current/external/apache2/llvm/lib/libLLVMTransformsCFGuard/
H A DMakefile17 CWARNFLAGS.gcc+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} >= 9:? -Wno-error=init-list-lifetime :}
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dracoon.conf29 lifetime time 1 hour;
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf37 lifetime time 1 hour;
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/mech/
H A Dgss_inquire_cred.c51 OM_uint32 *lifetime,
70 if (lifetime)
71 *lifetime = 0;
186 if (lifetime)
187 *lifetime = min_lifetime;
48 gss_inquire_cred(OM_uint32 *minor_status, gss_const_cred_id_t cred_handle, gss_name_t *name_ret, OM_uint32 *lifetime, gss_cred_usage_t *cred_usage, gss_OID_set *mechanisms) argument
/netbsd-current/crypto/dist/ipsec-tools/src/racoon/
H A Dproposal.c214 /* see proposal.h about lifetime/key length and PFS selection. */
216 /* check time/bytes lifetime and PFS */
219 newpp->lifetime = pp1->lifetime;
225 if (pp1->lifetime > pp2->lifetime) {
227 "long lifetime proposed: "
229 (int)pp2->lifetime, (int)pp1->lifetime);
239 newpp->lifetime
[all...]
H A Dsainfo.h57 time_t lifetime; member in struct:sainfo
/netbsd-current/usr.sbin/rtadvd/
H A Drtadvd.h96 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
/netbsd-current/crypto/external/bsd/heimdal/dist/lib/gssapi/ntlm/
H A Dcreds.c45 OM_uint32 * lifetime,
75 if (lifetime)
76 *lifetime = GSS_C_INDEFINITE;
41 _gss_ntlm_inquire_cred(OM_uint32 * minor_status, gss_const_cred_id_t cred_handle, gss_name_t * name, OM_uint32 * lifetime, gss_cred_usage_t * cred_usage, gss_OID_set * mechanisms ) argument

Completed in 168 milliseconds

1234567