HomeSort by relevance Sort by last modified time
    Searched refs:lifetime (Results 1 - 25 of 61) sorted by null

1 2 3

  /external/ipsec-tools/src/racoon/samples/roadwarrior/client/
racoon.conf 29 lifetime time 1 hour;
  /external/ipsec-tools/src/racoon/samples/roadwarrior/server/
racoon.conf 37 lifetime time 1 hour;
  /external/wpa_supplicant_8/src/ap/
peerkey_auth.c 153 u32 lifetime; local
158 * Lifetime KDE)
164 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
181 /* Lifetime */
182 lifetime = htonl(43200); /* dot11RSNAConfigSMKLifetime */
184 (u8 *) &lifetime, sizeof(lifetime), NULL, 0);
206 u32 lifetime; local
211 * Lifetime KDE))
218 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
    [all...]
wpa_auth_ie.h 27 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
  /external/ipsec-tools/src/racoon/
proposal.c 214 /* 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 = pp1->lifetime
    [all...]
sainfo.h 53 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.
ipsec_doi.c 366 plog(LLV_DEBUG, LOCATION, NULL, "(lifetime = %ld:%ld)\n",
367 (long)s->lifetime, (long)tsap->lifetime);
411 if ((tsap->lifetime > s->lifetime) ||
418 if (tsap->lifetime < s->lifetime)
419 s->lifetime = tsap->lifetime;
426 if ((tsap->lifetime != s->lifetime) |
2759 u_int32_t lifetime = htonl((u_int32_t)sa->lifetime); local
    [all...]
cfparse.y 99 time_t lifetime; /* for isakmp/ipsec */
111 time_t lifetime; /* for isakmp */
234 %token PFS_GROUP LIFETIME LIFETYPE_TIME LIFETYPE_BYTE STRENGTH REMOTEID
1389 | LIFETIME LIFETYPE_TIME NUMBER unittype_time
1391 cur_sainfo->lifetime = $3 * $4;
1394 | LIFETIME LIFETYPE_BYTE NUMBER unittype_byte
1397 yyerror("byte lifetime support is deprecated");
    [all...]
remoteconf.h 139 time_t lifetime; member in struct:isakmpsa
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
peerkey.c 398 be32 lifetime; local
401 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
432 lifetime = host_to_be32(peerkey->lifetime);
434 (u8 *) &lifetime, sizeof(lifetime));
531 u32 lifetime; local
549 kde.lifetime == NULL || kde.lifetime_len < 4) {
551 "Lifetime KDE in SMK M4/M5");
581 lifetime = WPA_GET_BE32(kde.lifetime)
677 be32 lifetime; local
749 u32 lifetime; local
    [all...]
wpa_ie.h 33 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
peerkey.h 32 u32 lifetime; member in struct:wpa_peerkey
  /external/wpa_supplicant_8/src/rsn_supp/
peerkey.c 393 be32 lifetime; local
396 2 + RSN_SELECTOR_LEN + sizeof(lifetime);
427 lifetime = host_to_be32(peerkey->lifetime);
429 (u8 *) &lifetime, sizeof(lifetime));
526 u32 lifetime; local
544 kde.lifetime == NULL || kde.lifetime_len < 4) {
546 "Lifetime KDE in SMK M4/M5");
576 lifetime = WPA_GET_BE32(kde.lifetime)
674 be32 lifetime; local
746 u32 lifetime; local
    [all...]
tdls.c 97 u32 lifetime; member in struct:wpa_tdls_peer
585 * On TPK lifetime expiration, we have an option of either tearing down
593 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR
597 wpa_printf(MSG_DEBUG, "TDLS: TPK lifetime expired for " MACSTR
1025 /* Lifetime */
1026 peer->lifetime = TPK_LIFETIME;
1030 "lifetime");
1031 peer->lifetime = 301;
1035 "lifetime");
1036 peer->lifetime = 0xffffffff
1075 u32 lifetime; local
1160 u32 lifetime; local
1342 u32 lifetime = 0; local
1660 u32 lifetime = peer->lifetime; local
1696 u32 lifetime; local
1905 u32 lifetime; local
2028 struct wpa_tdls_timeoutie *lifetime = (struct wpa_tdls_timeoutie *) ie; local
    [all...]
wpa_ie.h 29 const u8 *lifetime; member in struct:wpa_eapol_ie_parse
peerkey.h 26 u32 lifetime; member in struct:wpa_peerkey
  /external/openssh/
ssh-add.c 80 /* Default lifetime (0 == forever) */
81 static int lifetime = 0; variable
208 if (ssh_add_identity_constrained(ac, private, comment, lifetime,
212 if (lifetime != 0)
214 "Lifetime set to %d seconds\n", lifetime);
245 lifetime, confirm)) {
251 if (lifetime != 0)
252 fprintf(stderr, "Lifetime set to %d seconds\n", lifetime);
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/ietf/jgss/
GSSManagerTest.java 100 GSSCredential myCred, int lifetime)
106 public GSSCredential createCredential(GSSName name, int lifetime,
113 public GSSCredential createCredential(GSSName name, int lifetime,
  /external/chromium/chrome/browser/net/
referrer.cc 82 // and least is lifetime (age).
90 int64 lifetime = (kNow - it->second.birth_time()).InMilliseconds(); local
95 if (lifetime <= least_useful_lifetime)
100 least_useful_lifetime = lifetime;
  /external/tcpdump/
print-icmp.c 451 u_int lifetime, num, size; local
458 (void)strncpy(cp, " lifetime ", sizeof(buf) - (cp - buf));
460 lifetime = EXTRACT_16BITS(&ihp->ird_lifetime);
461 if (lifetime < 60) {
463 lifetime);
464 } else if (lifetime < 60 * 60) {
466 lifetime / 60, lifetime % 60);
470 lifetime / 3600,
471 (lifetime % 3600) / 60
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/particles/
ParticlesHelper.java 162 //reading lifetime
164 float lifetime = ((Number)particleSettings.getFieldValue("lifetime")).floatValue() / fps; local
166 result.setLowLife(lifetime * (1.0f - randlife));
167 result.setHighLife(lifetime);
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java     [all...]
  /external/chromium/net/url_request/
url_request_throttler_unittest.cc 290 TimeDelta lifetime = TimeDelta::FromMilliseconds( local
298 TimeAndBool(now_ - (lifetime - kFiveMs), false, __LINE__),
299 TimeAndBool(now_ - lifetime, true, __LINE__),
300 TimeAndBool(now_ - (lifetime + kFiveMs), true, __LINE__)};
  /external/v8/src/
lithium.h 99 // Lifetime of operand inside the instruction.
100 enum Lifetime {
121 LUnallocated(Policy policy, Lifetime lifetime) : LOperand(UNALLOCATED, 0) {
122 Initialize(policy, 0, lifetime);
140 : public BitField<Lifetime, kLifetimeShift, kLifetimeWidth> {
199 void Initialize(Policy policy, int fixed_index, Lifetime lifetime) {
201 value_ |= LifetimeField::encode(lifetime);

Completed in 311 milliseconds

1 2 3