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

1234

/macosx-10.10/Heimdal-398.1.2/lib/gssapi/krb5/
H A Dinquire_cred_by_mech.c48 OM_uint32 lifetime; local
52 name, &lifetime, &usage, NULL);
58 *initiator_lifetime = lifetime;
65 *acceptor_lifetime = lifetime;
H A Dcontext_time.c40 OM_uint32 *lifetime)
46 *lifetime = GSS_C_INDEFINITE;
57 *lifetime = 0;
59 *lifetime = (OM_uint32)(endtime - timeret);
37 _gsskrb5_lifetime_left(OM_uint32 *minor_status, krb5_context context, time_t endtime, OM_uint32 *lifetime) argument
H A Dadd_cred.c52 OM_uint32 ret, lifetime; local
198 NULL, &lifetime, NULL, actual_mechs);
203 *initiator_time_rec = lifetime;
205 *acceptor_time_rec = lifetime;
H A Dinquire_cred.c42 OM_uint32 * lifetime,
156 if (lifetime != NULL) {
165 lifetime);
38 _gsskrb5_inquire_cred(OM_uint32 * minor_status, const gss_cred_id_t cred_handle, gss_name_t * output_name, OM_uint32 * lifetime, gss_cred_usage_t * cred_usage, gss_OID_set * mechanisms ) argument
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/netlogon/
H A Dinquire_cred.c42 OM_uint32 * lifetime,
61 if (lifetime != NULL)
62 *lifetime = GSS_C_INDEFINITE;
38 _netlogon_inquire_cred(OM_uint32 * minor_status, const gss_cred_id_t cred_handle, gss_name_t * name, OM_uint32 * lifetime, gss_cred_usage_t * cred_usage, gss_OID_set * mechanisms ) argument
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/Sample/
H A Danonymous.conf14 lifetime time 1 min; # sec,min,hour
30 lifetime time 30 sec;
H A Dracoon.conf69 # lifetime time 1 min; # sec,min,hour
94 lifetime time 1 min; # sec,min,hour
110 # lifetime time 30 sec;
119 # lifetime time 30 sec;
128 lifetime time 60 sec;
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/digest/
H A Dcreds.c42 OM_uint32 * lifetime,
61 if (lifetime)
62 *lifetime = GSS_C_INDEFINITE;
38 _gss_scram_inquire_cred(OM_uint32 * minor_status, const gss_cred_id_t cred_handle, gss_name_t * name, OM_uint32 * lifetime, gss_cred_usage_t * cred_usage, gss_OID_set * mechanisms ) argument
/macosx-10.10/ipsec-286.1.1/ipsec-tools/racoon/
H A Dproposal.c279 /* see proposal.h about lifetime/key length and PFS selection. */
281 /* check time/bytes lifetime and PFS */
284 newpp->lifetime = pp1->lifetime;
290 if (pp1->lifetime > pp2->lifetime) {
292 "long lifetime proposed: "
294 (int)pp2->lifetime, (int)pp1->lifetime);
304 newpp->lifetime
[all...]
H A Dremoteconf.h51 time_t lifetime; /* for isakmp/ipsec */ member in struct:proposalspec
63 time_t lifetime; /* for isakmp */ member in struct:secprotospec
184 time_t lifetime; member in struct:isakmpsa
H A Dsainfo.h53 time_t lifetime; member in struct:sainfo
H A Dproposal.h58 time_t lifetime; // For IKEv2 - only used to set lifetime in kernel member in struct:saprop
59 int lifebyte; // For IKEv2 - only used to set lifetime in kernel
166 * case of lifetime.
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/mech/
H A Dgss_inquire_cred.c49 OM_uint32 *lifetime,
68 if (lifetime)
69 *lifetime = 0;
188 if (lifetime)
189 *lifetime = min_lifetime;
46 gss_inquire_cred(OM_uint32 *minor_status, const gss_cred_id_t cred_handle, gss_name_t *name_ret, OM_uint32 *lifetime, gss_cred_usage_t *cred_usage, gss_OID_set *mechanisms) argument
/macosx-10.10/bind9-45.101/bind9/contrib/zkt/
H A Drollover.c228 time_t lifetime; local
242 /* check ksk lifetime */
243 if ( (lifetime = dki_lifetime (ksk)) == 0 ) /* if lifetime of key is not set.. */
244 lifetime = z->k_life; /* ..use global configured lifetime */
253 if ( lifetime > 0 && age > lifetime && !fileexist (path) ) /* lifetime is over and no kskrollover in progress */
279 lg_mesg (LG_WARNING, "\"%s\": lifetime o
538 time_t lifetime; local
[all...]
H A Dzkt.c57 extern int lifetime;
123 if ( currtime < dkp->time + dkp->lifetime )
135 if ( lifetimeflag && dkp->lifetime )
138 printf ("%c", (currtime < dkp->time + dkp->lifetime) ? '<' : '!');
338 dki_setlifetime ((dki_t *)dkp, lifetime);
359 dki_setlifetime (dkp, lifetime);
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dtkey.h100 isc_uint32_t lifetime);
109 * requested to have the specified lifetime (in seconds)
126 isc_buffer_t *intoken, isc_uint32_t lifetime,
131 * The key is requested to have the specified lifetime (in seconds).
/macosx-10.10/tcpdump-61/tcpdump/
H A Dprint-icmp.c452 u_int lifetime, num, size; local
459 (void)strncpy(cp, " lifetime ", sizeof(buf) - (cp - buf));
461 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime);
462 if (lifetime < 60) {
464 lifetime);
465 } else if (lifetime < 60 * 60) {
467 lifetime / 60, lifetime % 60);
471 lifetime / 3600,
472 (lifetime
[all...]
/macosx-10.10/ntp-92/libntp/
H A Dauthkeys.c29 u_long lifetime; /* remaining lifetime */ member in struct:savekey
48 u_long authkeyexpired; /* key lifetime expirations */
249 * update its lifetime. If not, return it to the
255 sk->lifetime = current_time + trust;
257 sk->lifetime = 0;
382 sk->lifetime = 0;
433 sk->lifetime = 0;
462 if (sk->lifetime > 0 && current_time >
463 sk->lifetime) {
[all...]
/macosx-10.10/OpenSSH-189/openssh/
H A Dssh-add.c85 /* Default lifetime (0 == forever) */
86 static int lifetime = 0; variable
258 if (ssh_add_identity_constrained(ac, private, comment, lifetime,
262 if (lifetime != 0)
264 "Lifetime set to %d seconds\n", lifetime);
298 lifetime, confirm)) {
304 if (lifetime != 0)
305 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime);
327 if (ssh_update_card(ac, add, id, pin, lifetime, confirm)) {
425 fprintf(stderr, " -t life Set lifetime (i
[all...]
/macosx-10.10/network_cmds-457/ifconfig.tproj/
H A Daf_inet6.c239 struct in6_addrlifetime lifetime; local
262 memset(&lifetime, 0, sizeof(lifetime));
269 lifetime = ifr6.ifr_ifru.ifru_lifetime;
352 if (ip6lifetime && (lifetime.ia6t_preferred || lifetime.ia6t_expire)) {
354 if (lifetime.ia6t_preferred) {
355 printf("%s ", lifetime.ia6t_preferred < t
356 ? "0" : sec2str(lifetime.ia6t_preferred - t));
361 if (lifetime
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/hx509/
H A Dtest_windows.in57 --lifetime=10years \
H A Dtest_ca.in95 --lifetime='1 month' \
99 echo "verify certificate (included in CRL, and 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" \
/macosx-10.10/Heimdal-398.1.2/lib/krb5/
H A Dkrb5-v4compat.h86 int lifetime; /* Lifetime */ member in struct:credentials
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Drtadvd.h91 u_int32_t ltime; /* route lifetime */
135 u_short lifetime; /* AdvDefaultLifetime */ member in struct:rainfo
/macosx-10.10/Heimdal-398.1.2/lib/gssapi/ntlm/
H A Dcreds.c42 OM_uint32 * lifetime,
61 if (lifetime)
62 *lifetime = GSS_C_INDEFINITE;
38 _gss_ntlm_inquire_cred(OM_uint32 * minor_status, const gss_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 193 milliseconds

1234