Searched refs:lifetime (Results 26 - 50 of 82) sorted by relevance

1234

/macosx-10.10.1/WebKit2-7600.1.25/PluginProcess/
H A DPluginProcess.cpp224 void PluginProcess::setMinimumLifetime(double lifetime) argument
226 if (lifetime <= 0.0)
231 m_minimumLifetimeTimer.startOneShot(lifetime);
/macosx-10.10.1/curl-83.1.2/curl/lib/
H A Dhttp_negotiate_sspi.c93 TimeStamp lifetime; local
171 &lifetime);
223 &lifetime);
/macosx-10.10.1/ipsec-286.1.1/ipsec-tools/racoon/
H A Dipsec_doi.c333 plog(ASL_LEVEL_DEBUG, "(lifetime = %ld:%ld)\n",
334 (long)s->lifetime, (long)tsap->lifetime);
379 if ((tsap->lifetime > s->lifetime) ||
386 if (tsap->lifetime < s->lifetime)
387 s->lifetime = tsap->lifetime;
394 if ((tsap->lifetime !
2672 u_int32_t lifetime = htonl((u_int32_t)sa->lifetime); local
[all...]
H A Dcfparse.y1183 cur_sainfo->lifetime = $3 * $4;
1189 racoon_yyerror("byte lifetime support is deprecated");
1331 prspec->lifetime = cur_rmconf->inherited_from->proposal->lifetime;
1356 prspec->lifetime = oakley_get_defaultlifetime();
1727 cur_rmconf->prhead->lifetime = $3 * $4;
1734 racoon_yyerror("byte lifetime support is deprecated in Phase 1");
1737 racoon_yywarn("the lifetime of bytes in phase 1 "
1865 cur_rmconf->prhead->spspec->lifetime = $3 * $4;
1871 racoon_yyerror("byte lifetime suppor
[all...]
H A Dvpn_control.h231 u_int32_t lifetime; /* seconds */ member in struct:vpnctl_cmd_start_ph2
H A Dvpn.c330 new_sainfo->lifetime = ntohl(pkt->lifetime);
H A Dsainfo.c196 new->lifetime = IPSECDOI_ATTR_SA_LD_SEC_DEFAULT;
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Dgssapictx.c146 OM_uint32 gret, minor, lifetime; local
153 gret = gss_inquire_cred(&minor, cred, &gname, &lifetime, &usage, NULL);
179 usage_text, (unsigned long)lifetime);
261 OM_uint32 lifetime; local
308 usage, cred, &mechs, &lifetime);
H A Dtkey.c499 OM_uint32 gret, minor, lifetime; local
506 * Limit keys to 1 hour or the context's lifetime whichever
511 gret = gss_context_time(&minor, gss_ctx, &lifetime);
512 if (gret == GSS_S_COMPLETE && now + lifetime < expire)
513 expire = now + lifetime;
936 isc_uint32_t lifetime)
962 tkey.expire = now + lifetime;
1008 isc_buffer_t *intoken, isc_uint32_t lifetime,
1045 tkey.expire = now + lifetime;
934 dns_tkey_builddhquery(dns_message_t *msg, dst_key_t *key, dns_name_t *name, dns_name_t *algorithm, isc_buffer_t *nonce, isc_uint32_t lifetime) argument
1007 dns_tkey_buildgssquery(dns_message_t *msg, dns_name_t *name, dns_name_t *gname, isc_buffer_t *intoken, isc_uint32_t lifetime, gss_ctx_id_t *context, isc_boolean_t win2k, isc_mem_t *mctx, char **err_message) argument
/macosx-10.10.1/ppp-786.1.1/Helpers/vpnd/
H A Dipsec_utils.c456 snprintf(text, sizeof(text), "lifetime time %d sec;\n", lval);
1142 lifetime is OPTIONAL
1148 snprintf(text, sizeof(text), "lifetime time %d sec;\n", lval);
2680 CFNumberRef src_port_num, dst_port_num, dst_port1_num, proto_num, natt_multiuser_mode = NULL, dhgroup, lifetime; local
2729 lifetime = CFNumberCreate(0, kCFNumberIntType, &val);
2735 CFDictionarySetValue(proposal_dict, kRASPropIPSecProposalLifetime, lifetime);
2744 CFDictionarySetValue(proposal_dict, kRASPropIPSecProposalLifetime, lifetime);
2753 CFDictionarySetValue(proposal_dict, kRASPropIPSecProposalLifetime, lifetime);
2762 CFDictionarySetValue(proposal_dict, kRASPropIPSecProposalLifetime, lifetime);
2771 CFDictionarySetValue(proposal_dict, kRASPropIPSecProposalLifetime, lifetime);
2867 CFNumberRef src_port_num, dst_port_num, dst_port1_num, proto_num, natt_multiuser_mode = NULL, cfone = NULL, cfzero = NULL, dhgroup, lifetime, dpd_delay; local
[all...]
/macosx-10.10.1/OpenSSH-189/openssh/
H A Dgss-genr.c503 OM_uint32 lifetime, now, major, minor; local
536 &name, &lifetime, NULL, NULL);
547 if (equal && (saved_lifetime < lifetime + now - 10))
H A Dssh-agent.c147 /* Default lifetime (0 == forever) */
148 static int lifetime = 0; variable
646 if (lifetime && !death)
647 death = time(NULL) + lifetime;
736 if (lifetime && !death)
737 death = time(NULL) + lifetime;
1195 fprintf(stderr, " -t life Default identity lifetime (seconds).\n");
1273 if ((lifetime = convtime(optarg)) == -1) {
1274 fprintf(stderr, "Invalid lifetime\n");
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/ns/
H A DGSSKit.h101 - (OM_uint32)lifetime;
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dvpn_control.h218 u_int32_t lifetime; /* seconds */ member in struct:vpnctl_cmd_start_ph2
/macosx-10.10.1/network_cmds-457/natd.tproj/
H A Dnatd.c211 uint32_t lifetime; /* in seconds */ member in struct:publicportreq
229 uint32_t lifetime; /* in seconds */ member in struct:publicportreply
264 extern int FindAliasPortOut(struct in_addr src_addr, struct in_addr dst_addr, u_short src_port, u_short pub_port, u_char proto, int lifetime, char addmapping);
1011 if ( req->lifetime ) {
1013 reply.lifetime = req->lifetime;
1143 if ( req->lifetime == 0)
1151 ntohl(req->lifetime),
1168 ntohl(req->lifetime),
/macosx-10.10.1/Heimdal-398.1.2/kuser/
H A Dkinit.c73 char *lifetime = NULL; variable
137 { "lifetime", 'l', arg_string, &lifetime,
138 NP_("lifetime of tickets", ""), "time" },
150 NP_("renewable lifetime of tickets", ""), "time" },
933 if (lifetime) {
934 int tmp = parse_time (lifetime, "s");
936 errx (1, N_("unparsable time: %s", ""), lifetime);
/macosx-10.10.1/bind9-45.101/bind9/contrib/zkt/
H A Ddki.c104 /* then try to read in the creation, expire and lifetime */
112 case 'l': dkp->lifetime = atoi (val) * DAYSEC; break;
280 dki_setlifetime (new, lf_days); /* sets gentime + proposed lifetime */
916 ** dki_lifetime (dkp) return the lifetime of the key in sec!
921 return (dkp->lifetime);
925 ** dki_lifetimedays (dkp) return the lifetime of the key in days!
930 return (dkp->lifetime / DAYSEC);
944 ** set the lifetime in days (and also the gentime if not set)
945 ** return the old lifetime of the key in days!
954 lifetsec = dkp->lifetime; /* ol
[all...]
H A Ddki.h113 ulong lifetime; /* proposed key life time at time of generation */ member in struct:dki
/macosx-10.10.1/Heimdal-398.1.2/lib/gssapi/cf/
H A Dcredential.c620 * Return the lifetime (in seconds) left of the credential.
624 * @returns the lifetime of the credentials. 0 on failure and
634 OM_uint32 lifetime; local
636 maj_stat = gss_inquire_cred(&min_stat, cred, NULL, &lifetime, NULL, NULL);
640 return lifetime;
H A Ditem.c549 itemToGSSCred(GSSItemRef item, OM_uint32 *lifetime, CFErrorRef *error) argument
559 if (gsscred && lifetime)
560 (void)gss_inquire_cred(&min_stat, gsscred, NULL, lifetime, NULL, NULL);
588 GSS_C_INITIATE, &gsscred, NULL, lifetime);
965 OM_uint32 maj_stat, junk, lifetime = 0; local
966 gss_cred_id_t gsscred = itemToGSSCred(item, &lifetime, NULL);
992 if (lifetime)
993 date = CFDateCreate(NULL, time(NULL) - TimeIntervalSince1970 + lifetime);
/macosx-10.10.1/passwordserver_sasl-193/cyrus_sasl/plugins/
H A Dgs2.c127 OM_uint32 lifetime; member in struct:context
390 &text->lifetime);
418 &text->lifetime,
799 &text->lifetime);
826 &text->lifetime,
1603 &text->lifetime);
1659 &text->lifetime);
1691 &text->lifetime);
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DHeaderFilter.pm76 lifetime.
89 initisalisation tasks. It's called once in the filter lifetime.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DHeaderFilter.pm76 lifetime.
89 initisalisation tasks. It's called once in the filter lifetime.
/macosx-10.10.1/MITKerberosShim-66/Kerberos/
H A DCredentialsCache2.h111 cc_int32 lifetime; member in struct:cc_credentials_v4_compat
/macosx-10.10.1/MITKerberosShim-66/include/
H A Dmit-CredentialsCache2.h111 cc_int32 lifetime; member in struct:cc_credentials_v4_compat

Completed in 260 milliseconds

1234