HomeSort by relevance Sort by last modified time
    Searched full:othername (Results 1 - 25 of 144) sorted by null

1 2 3 4 5 6

  /libcore/ojluni/src/main/java/sun/security/x509/
OtherName.java 35 * This class represents the OtherName as required by the GeneralNames
40 * The ASN.1 definition for OtherName is:
42 * OtherName ::= SEQUENCE {
49 public class OtherName implements GeneralNameInterface {
61 * Create the OtherName object from a passed ObjectIdentfier and
64 * @param oid ObjectIdentifier of this OtherName object
65 * @param value the DER-encoded value of the OtherName
68 public OtherName(ObjectIdentifier oid, byte[] value) throws IOException {
83 * Create the OtherName object from the passed encoded Der value.
85 * @param derValue the encoded DER OtherName
    [all...]
GeneralName.java 38 * otherName [0] OtherName,
95 name = new OtherName(encName);
IPAddressName.java 322 IPAddressName otherName = (IPAddressName)obj;
323 byte[] other = otherName.address;
404 IPAddressName otherName = (IPAddressName)inputName;
405 byte[] otherAddress = otherName.address;
GeneralSubtrees.java 248 // Create new OtherName with same OID as baseName, but
250 ObjectIdentifier otherOID = ((OtherName)name).getOID();
251 newName = new GeneralName(new OtherName(otherOID, null));
DistributionPointName.java 51 * otherName [0] INSTANCE OF OTHER-NAME,
  /external/boringssl/src/crypto/x509v3/
v3_genn.c 66 ASN1_SEQUENCE(OTHERNAME) = {
67 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
69 ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0)
70 } ASN1_SEQUENCE_END(OTHERNAME)
72 IMPLEMENT_ASN1_FUNCTIONS(OTHERNAME)
82 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
124 result = OTHERNAME_cmp(a->d.otherName, b->d.otherName);
149 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b
    [all...]
v3_alt.c 124 if (!X509V3_add_value("othername", "<unsupported>", &ret))
197 BIO_printf(out, "othername:<unsupported>");
560 else if (!name_cmp(name, "otherName"))
578 if (!(gen->d.otherName = OTHERNAME_new()))
584 ASN1_TYPE_free(gen->d.otherName->value);
585 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx)))
593 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
595 if (!gen->d.otherName->type_id)
  /external/swiftshader/third_party/LLVM/test/TableGen/
LetInsideMultiClasses.td 16 let name = "othername" in
  /external/llvm/test/TableGen/
LetInsideMultiClasses.td 21 let name = "othername" in
  /external/proguard/src/proguard/obfuscate/
MemberNameCollector.java 95 String otherName = (String)nameMap.get(newName);
96 if (otherName == null ||
98 name.compareTo(otherName) < 0)
  /external/wpa_supplicant_8/src/utils/
http-utils.h 32 struct http_othername *othername; member in struct:http_cert
http_curl.c 197 OTHERNAME *o)
204 on = os_realloc_array(cert->othername, cert->num_othername + 1,
208 cert->othername = on;
254 add_alt_name_othername(ctx, cert, name->d.otherName);
876 os_free(hcert->othername[i].oid);
877 os_free(hcert->othername);
948 if (os_strcmp(hcert.othername[i].oid,
950 char *name = os_zalloc(hcert.othername[i].len + 1);
952 os_memcpy(name, hcert.othername[i].data,
953 hcert.othername[i].len)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 24 * otherName [0] OtherName,
34 * OtherName ::= SEQUENCE {
49 public static final int otherName = 0;
127 * For x400Address, otherName and ediPartyName there is no common string
189 case otherName:
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstMemberRef.java 83 CstUtf8 otherName = otherMember.nat.getName();
85 return thisName.compareTo(otherName);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstMemberRef.java 83 CstString otherName = otherMember.nat.getName();
85 return thisName.compareTo(otherName);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
X509ExtensionUtil.java 71 case GeneralName.otherName:
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java 34 public static final int OtherName = 0;
291 if (name.getAsn1Class() == Asn1Class.Context && name.getTag() == OtherName) {
292 Asn1Constructed otherName = (Asn1Constructed) name;
293 Iterator<Asn1Object> children = otherName.getChildren().iterator();
  /external/icu/icu4c/source/common/
unames.cpp 100 const char *otherName;
333 const char *otherName) {
338 const char *origOtherName = otherName;
373 if((char)c!=*otherName++) {
390 if((char)c!=*otherName++) {
397 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) {
409 if((char)c!=*otherName++) {
418 return (UBool)(*otherName==0);
625 const char *otherName=((FindName *)context)->otherName;
    [all...]
  /external/boringssl/src/include/openssl/
x509v3.h 172 } OTHERNAME;
194 OTHERNAME *otherName; /* otherName */
556 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
558 OPENSSL_EXPORT int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
  /external/python/cpython2/Lib/test/
make_ssl_certs.py 197 'otherName.1 = 1.2.3.4;UTF8:some other identifier',
198 'otherName.2 = 1.3.6.1.5.2.2;SEQUENCE:princ_name',
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
valuetest.cpp 1016 GenericValue<UTF8<>, CrtAllocator> othername("A");
1017 EXPECT_TRUE(x.HasMember(othername));
1018 EXPECT_TRUE(y.HasMember(othername));
1019 othername.SetString("C\0D");
1020 EXPECT_TRUE(x.HasMember(othername));
1021 EXPECT_TRUE(y.HasMember(othername));
1027 EXPECT_STREQ("CherryD", x[othername].GetString());
    [all...]
  /build/soong/java/
java.go 219 otherName := ctx.OtherModuleName(module)
227 ctx.ModuleErrorf("depends on non-java module %q", otherName)
258 panic(fmt.Errorf("unknown dependency %q for %q", otherName, ctx.ModuleName()))
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
index.html 3 <title>FindBugs&#8482; Manual</title><meta name="generator" content="DocBook XSL Stylesheets V1.76.1"><link rel="home" href="index.html" title="FindBugs&#8482; Manual"><link rel="next" href="introduction.html" title="Chapter&nbsp;1.&nbsp;Introduction"></head><body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="3" align="center"><span class="application">FindBugs</span>&#8482; Manual</th></tr><tr><td width="20%" align="left">&nbsp;</td><th width="60%" align="center">&nbsp;</th><td width="20%" align="right">&nbsp;<a accesskey="n" href="introduction.html">Next</a></td></tr></table><hr></div><div lang="en" class="book" title="FindBugs&#8482; Manual"><div class="titlepage"><div><div><h1 class="title"><a name="findbugs-manual"></a><span class="application">FindBugs</span>&#8482; Manual</h1></div><div><div class="authorgroup"><div class="author"><h3 class="author"><span class="firstname">David</span> <span class="othername">H.</span> <span class="surname">Hovemeyer</span></h3></div><div class="author"><h3 class="author"><span class="firstname">William</span> <span class="othername">W.</span> <span class="surname">Pugh</span></h3></div></div></div><div><p class="copyright">Copyright &copy; 2003 - 2012 University of Maryland</p></div><div><div class="legalnotice" title="Legal Notice"><a name="d0e27"></a><p>
  /libcore/support/src/test/java/tests/resources/x509/
default.cnf 230 otherName.0 = 1.2.3.4;UTF8:test1
239 subjectAltName = otherName:1.2.3.4;UTF8:test1
  /external/wpa_supplicant_8/hs20/server/ca/
openssl.cnf 122 #subjectAltName=critical,otherName:1.3.6.1.4.1.40808.1.1.1;UTF8String:engExample OSU

Completed in 1612 milliseconds

1 2 3 4 5 6