Searched refs:OtherName (Results 1 – 5 of 5) sorted by relevance
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
D | GeneralNameTest.java | 33 import org.apache.harmony.security.x509.OtherName; 44 new GeneralName(new OtherName("1.2.3.4.5", new byte[] { 1, 2, 0, 1 })); in testGeneralName() 76 OtherName on = in testGeneralName1() 77 new OtherName("1.2.3.4.5", new byte[] { 1, 2, 0, 1 }); in testGeneralName1() 78 byte[] encoding = OtherName.ASN1.encode(on); in testGeneralName1() 80 OtherName.ASN1.decode(encoding); in testGeneralName1()
|
D | CertificateTest.java | 46 import org.apache.harmony.security.x509.OtherName; 140 new OtherName("1.2.3.4.5", in testCertificate()
|
/external/chromium_org/base/test/ |
D | trace_event_analyzer.cc | 704 Query match(Query::EventName() == Query::OtherName() && in AssociateBeginEndEvents() 722 Query match(Query::EventName() == Query::OtherName() && in AssociateAsyncBeginEndEvents()
|
D | trace_event_analyzer.h | 292 static Query OtherName() { return Query(OTHER_NAME); } in OtherName() function
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
D | X509CertSelectorTest.java | 68 import org.apache.harmony.security.x509.OtherName; 1378 new GeneralName(new OtherName("1.2.3.4.5", in testSetSubjectAlternativeNames() 1518 new GeneralName(new OtherName("1.2.3.4.5", in testAddSubjectAlternativeName2()
|