HomeSort by relevance Sort by last modified time
    Searched refs:ipsec (Results 1 - 18 of 18) sorted by null

  /external/ipsec-tools/src/include-glibc/netinet/
ipsec.h 1 /* $NetBSD: ipsec.h,v 1.4 2006/09/09 16:22:09 manu Exp $ */
4 #include <linux/ipsec.h>
  /external/ipsec-tools/
config.h 17 #define PATH_IPSEC_H <netinet/ipsec.h>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/iana/
IANAObjectIdentifiers.java 31 // {iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) ipsec(8) isakmpOakley(1)}
44 /** IPSEC base OID: 1.3.6.1.5.5.8 */
45 static final ASN1ObjectIdentifier ipsec = security_mechanisms.branch("8"); field in interface:IANAObjectIdentifiers
46 /** IPSEC ISAKMP-Oakley OID: 1.3.6.1.5.5.8.1 */
47 static final ASN1ObjectIdentifier isakmpOakley = ipsec.branch("1");
49 /** IPSEC ISAKMP-Oakley hmacMD5 OID: 1.3.6.1.5.5.8.1.1 */
51 /** IPSEC ISAKMP-Oakley hmacSHA1 OID: 1.3.6.1.5.5.8.1.2 */
54 /** IPSEC ISAKMP-Oakley hmacTIGER OID: 1.3.6.1.5.5.8.1.3 */
57 /** IPSEC ISAKMP-Oakley hmacRIPEMD160 OID: 1.3.6.1.5.5.8.1.4 */
  /external/chromium_org/chromeos/network/onc/
onc_normalizer.cc 124 void Normalizer::NormalizeIPsec(base::DictionaryValue* ipsec) {
125 using namespace ::onc::ipsec;
128 ipsec->GetStringWithoutPathExpansion(kAuthenticationType, &auth_type);
130 ipsec, ::onc::client_cert::kClientCertType, auth_type == kCert);
131 RemoveEntryUnless(ipsec, kServerCARef, auth_type == kCert);
132 RemoveEntryUnless(ipsec, kPSK, auth_type == kPSK);
133 RemoveEntryUnless(ipsec, ::onc::vpn::kSaveCredentials, auth_type == kPSK);
136 ipsec->GetStringWithoutPathExpansion(::onc::client_cert::kClientCertType,
138 RemoveEntryUnless(ipsec,
141 RemoveEntryUnless(ipsec,
    [all...]
onc_normalizer.h 42 void NormalizeIPsec(base::DictionaryValue* ipsec);
onc_signature.cc 81 { ::onc::ipsec::kAuthenticationType, &kStringSignature},
85 { ::onc::ipsec::kGroup, &kStringSignature},
86 { ::onc::ipsec::kIKEVersion, &kIntegerSignature},
87 { ::onc::ipsec::kPSK, &kStringSignature},
90 { ::onc::ipsec::kServerCAPEMs, &kStringListSignature},
91 { ::onc::ipsec::kServerCARef, &kStringSignature},
92 { ::onc::ipsec::kServerCARefs, &kStringListSignature},
93 { ::onc::ipsec::kXAUTH, &kXAUTHSignature},
95 // { ipsec::kEAP, &kEAPSignature },
497 {&kIPsecSignature, ::onc::ipsec::kPSK}
    [all...]
onc_translator_shill_to_onc.cc 259 TranslateAndAddNestedObject(::onc::ipsec::kXAUTH);
264 client_cert_id.empty() ? ::onc::ipsec::kPSK : ::onc::ipsec::kCert;
265 onc_object_->SetStringWithoutPathExpansion(::onc::ipsec::kAuthenticationType,
onc_translation_tables.cc 40 // { ::onc::ipsec::kAuthenticationType, shill::kL2tpIpsecAuthenticationType
42 { ::onc::ipsec::kGroup, shill::kL2tpIpsecTunnelGroupProperty},
44 // { ::onc::ipsec::kIKEVersion, shill::kL2tpIpsecIkeVersion },
45 { ::onc::ipsec::kPSK, shill::kL2tpIpsecPskProperty},
48 { ::onc::ipsec::kServerCAPEMs, shill::kL2tpIpsecCaCertPemProperty},
59 // doesn't support separate settings for ipsec and l2tp.
onc_utils.cc 584 ipsec::kServerCARefs,
585 ipsec::kServerCARef,
586 ipsec::kServerCAPEMs,
onc_validator.cc 616 using namespace ::onc::ipsec;
  /external/chromium_org/chromeos/network/
client_cert_util.cc 145 // Look for L2TP-IPsec specific properties.
292 const base::DictionaryValue* ipsec = NULL; local
293 vpn->GetDictionaryWithoutPathExpansion(vpn::kIPsec, &ipsec);
297 } else if (ipsec) {
298 dict_with_client_cert = ipsec;
  /external/chromium_org/components/onc/
onc_constants.cc 276 const char kIPsec[] = "IPsec";
281 const char kTypeL2TP_IPsec[] = "L2TP-IPsec";
286 namespace ipsec { namespace in namespace:onc
297 } // namespace ipsec
onc_constants.h 304 namespace ipsec { namespace in namespace:onc
315 } // namespace ipsec
  /external/ipsec-tools/src/libipsec/
test-policy.c 40 #include <netinet/ipsec.h>
55 { 0, "out ipsec" },
57 { 1, "in ipsec must_error" },
58 { 1, "out ipsec esp/must_error" },
63 { 1, "out ipsec esp" },
64 { 0, "in ipsec ah/transport" },
65 { 1, "in ipsec ah/tunnel" },
66 { 0, "out ipsec ah/transport/" },
67 { 1, "out ipsec ah/tunnel/" },
68 { 0, "in ipsec esp / transport / 10.0.0.1-10.0.0.2" }
    [all...]
  /external/chromium_org/chrome/browser/chromeos/options/
vpn_config_view.cc 779 ParseVPNUIProperty(vpn, type_dict_name, ::onc::ipsec::kServerCARef,
781 ParseVPNUIProperty(vpn, type_dict_name, ::onc::ipsec::kPSK,
783 ParseVPNUIProperty(vpn, type_dict_name, ::onc::ipsec::kGroup,
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_os_userspace.h 512 #ifdef IPSEC
513 #include <netipsec/ipsec.h>
515 #endif /* IPSEC */
521 #ifdef IPSEC
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet6/
sctp6_usrreq.c 68 #ifdef IPSEC
69 #include <netipsec/ipsec.h>
73 #endif /* IPSEC */
827 * Hmm what about the IPSEC stuff that is missing here but in
    [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 487 milliseconds