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

  /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/
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.h 304 namespace ipsec { namespace in namespace:onc
315 } // namespace ipsec
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
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 94 milliseconds