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

  /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/dexmaker/src/dx/java/com/android/dx/rop/cst/
CstMemberRef.java 83 CstString otherName = otherMember.nat.getName();
85 return thisName.compareTo(otherName);
  /external/chromium_org/third_party/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 117 X509V3_add_value("othername","<unsupported>", &ret);
186 BIO_printf(out, "othername:<unsupported>");
556 else if(!name_cmp(name, "otherName"))
575 if (!(gen->d.otherName = OTHERNAME_new()))
580 ASN1_TYPE_free(gen->d.otherName->value);
581 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx)))
587 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
589 if (!gen->d.otherName->type_id)
  /external/openssl/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 115 X509V3_add_value("othername","<unsupported>", &ret);
184 BIO_printf(out, "othername:<unsupported>");
553 else if(!name_cmp(name, "otherName"))
572 if (!(gen->d.otherName = OTHERNAME_new()))
577 ASN1_TYPE_free(gen->d.otherName->value);
578 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx)))
584 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
586 if (!gen->d.otherName->type_id)
x509v3.h 166 } OTHERNAME;
188 OTHERNAME *otherName; /* otherName */
546 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
548 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
  /external/chromium_org/third_party/icu/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/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
X509ExtensionUtil.java 71 case GeneralName.otherName:
  /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:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CertificateObject.java 870 case GeneralName.otherName:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CertificateObject.java 868 case GeneralName.otherName:
  /external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h 163 } OTHERNAME;
185 OTHERNAME *otherName; /* otherName */
545 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
547 OPENSSL_EXPORT int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
  /external/openssl/include/openssl/
x509v3.h 166 } OTHERNAME;
188 OTHERNAME *otherName; /* otherName */
546 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
548 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 

Completed in 1403 milliseconds