/external/boringssl/src/crypto/x509v3/ |
D | v3_genn.c | 82 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME), 119 result = OTHERNAME_cmp(a->d.otherName, b->d.otherName); 167 a->d.otherName = value; in GENERAL_NAME_set0_value() 201 return a->d.otherName; in GENERAL_NAME_get0_value() 242 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName() 244 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
|
D | v3_alt.c | 581 if (!(gen->d.otherName = OTHERNAME_new())) in do_othername() 587 ASN1_TYPE_free(gen->d.otherName->value); in do_othername() 588 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx))) in do_othername() 595 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername() 597 if (!gen->d.otherName->type_id) in do_othername()
|
/external/proguard/src/proguard/obfuscate/ |
D | MemberNameCollector.java | 95 String otherName = (String)nameMap.get(newName); in visitAnyMember() local 96 if (otherName == null || in visitAnyMember() 98 name.compareTo(otherName) < 0) in visitAnyMember()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/declarations/ |
D | JavaParserEnumDeclaration.java | 109 String otherName = other.getQualifiedName(); in canBeAssignedTo() local 111 if (otherName.equals(this.getQualifiedName())) { in canBeAssignedTo() 114 if (otherName.equals(Enum.class.getCanonicalName())) { in canBeAssignedTo() 118 if (otherName.equals(Comparable.class.getCanonicalName())) { in canBeAssignedTo() 121 if (otherName.equals(Serializable.class.getCanonicalName())) { in canBeAssignedTo() 124 if (otherName.equals(Object.class.getCanonicalName())) { in canBeAssignedTo()
|
/external/icu/icu4c/source/common/ |
D | unames.cpp | 100 const char *otherName; member 333 const char *otherName) { in compareName() argument 338 const char *origOtherName = otherName; in compareName() 373 if((char)c!=*otherName++) { in compareName() 390 if((char)c!=*otherName++) { in compareName() 397 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) { in compareName() 409 if((char)c!=*otherName++) { in compareName() 418 return (UBool)(*otherName==0); in compareName() 625 const char *otherName=((FindName *)context)->otherName; in enumGroupNames() local 627 …ompareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherName)) { in enumGroupNames() [all …]
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/ |
D | ZipArchiveEntry.java | 892 final String otherName = other.getName(); in equals() local 894 if (otherName != null) { in equals() 897 } else if (!myName.equals(otherName)) { in equals()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 63 case GeneralName.otherName: in checkPermitted() 103 case GeneralName.otherName: in checkExcluded() 165 case GeneralName.otherName: in intersectPermittedSubtree() 199 case GeneralName.otherName: in intersectEmptyPermittedSubtree() 233 case GeneralName.otherName: in addExcludedSubtree() 539 private Set unionOtherName(Set permitted, OtherName otherName) in unionOtherName() argument 543 union.add(otherName); in unionOtherName()
|
D | GeneralName.java | 49 public static final int otherName = 0; field in GeneralName 189 case otherName: in getInstance()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
D | PKIXNameConstraintValidator.java | 67 case GeneralName.otherName: in checkPermitted() 107 case GeneralName.otherName: in checkExcluded() 169 case GeneralName.otherName: in intersectPermittedSubtree() 203 case GeneralName.otherName: in intersectEmptyPermittedSubtree() 237 case GeneralName.otherName: in addExcludedSubtree() 543 private Set unionOtherName(Set permitted, OtherName otherName) in unionOtherName() argument 547 union.add(otherName); in unionOtherName()
|
D | GeneralName.java | 53 public static final int otherName = 0; field in GeneralName 197 case otherName: in getInstance()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/ |
D | X509ExtensionUtil.java | 83 case GeneralName.otherName: in getAlternativeNames()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/extension/ |
D | X509ExtensionUtil.java | 85 case GeneralName.otherName: in getAlternativeNames()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 1351 if (Entry.otherName().empty()) in dumpSymbolNamesFromObject() 1354 EOS << Entry.otherName(); in dumpSymbolNamesFromObject() 1364 if (Entry.otherName().empty()) in dumpSymbolNamesFromObject() 1367 U.Name = Entry.otherName(); in dumpSymbolNamesFromObject() 1384 if (Entry.otherName().empty()) in dumpSymbolNamesFromObject() 1387 EOS << Entry.otherName(); in dumpSymbolNamesFromObject()
|
/external/wpa_supplicant_8/hs20/server/ca/ |
D | openssl.cnf | 122 #subjectAltName=critical,otherName:1.3.6.1.4.1.40808.1.1.1;UTF8String:engExample OSU
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 65 StringRef otherName() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | MachO.h | 81 StringRef otherName() const;
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
D | X509CertificateObject.java | 877 case GeneralName.otherName: in getAlternativeNames()
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 195 OTHERNAME *otherName; /* otherName */ member
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | X509CertificateObject.java | 903 case GeneralName.otherName: in getAlternativeNames()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | X509CertificateObject.java | 908 case GeneralName.otherName: in getAlternativeNames()
|
/external/bouncycastle/srcgen/ |
D | core-platform-api.txt | 13 field:com.android.org.bouncycastle.asn1.x509.GeneralName#otherName
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
D | X509CertificateObject.java | 878 case GeneralName.otherName: in getAlternativeNames()
|
/external/scapy/test/ |
D | x509.uts | 210 r = ASN1F_PACKET("otherName", None, X509_OtherName).randval()
|
/external/wpa_supplicant_8/src/utils/ |
D | http_curl.c | 262 add_alt_name_othername(ctx, cert, name->d.otherName); in add_alt_name()
|
/external/llvm/lib/Object/ |
D | MachOObjectFile.cpp | 1394 StringRef ExportEntry::otherName() const { in otherName() function in ExportEntry
|