Home
last modified time | relevance | path

Searched refs:otherName (Results 1 – 25 of 32) sorted by relevance

12

/external/boringssl/src/crypto/x509v3/
Dv3_genn.c82 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()
Dv3_alt.c581 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/
DMemberNameCollector.java95 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/
DJavaParserEnumDeclaration.java109 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/
Dunames.cpp100 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/
DZipArchiveEntry.java892 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/
DPKIXNameConstraintValidator.java63 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()
DGeneralName.java49 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/
DPKIXNameConstraintValidator.java67 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()
DGeneralName.java53 public static final int otherName = 0; field in GeneralName
197 case otherName: in getInstance()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
DX509ExtensionUtil.java83 case GeneralName.otherName: in getAlternativeNames()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/x509/extension/
DX509ExtensionUtil.java85 case GeneralName.otherName: in getAlternativeNames()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-nm/
Dllvm-nm.cpp1351 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/
Dopenssl.cnf122 #subjectAltName=critical,otherName:1.3.6.1.4.1.40808.1.1.1;UTF8String:engExample OSU
/external/llvm/include/llvm/Object/
DMachO.h65 StringRef otherName() const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DMachO.h81 StringRef otherName() const;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DX509CertificateObject.java877 case GeneralName.otherName: in getAlternativeNames()
/external/boringssl/src/include/openssl/
Dx509v3.h195 OTHERNAME *otherName; /* otherName */ member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DX509CertificateObject.java903 case GeneralName.otherName: in getAlternativeNames()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DX509CertificateObject.java908 case GeneralName.otherName: in getAlternativeNames()
/external/bouncycastle/srcgen/
Dcore-platform-api.txt13 field:com.android.org.bouncycastle.asn1.x509.GeneralName#otherName
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jcajce/provider/asymmetric/x509/
DX509CertificateObject.java878 case GeneralName.otherName: in getAlternativeNames()
/external/scapy/test/
Dx509.uts210 r = ASN1F_PACKET("otherName", None, X509_OtherName).randval()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c262 add_alt_name_othername(ctx, cert, name->d.otherName); in add_alt_name()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1394 StringRef ExportEntry::otherName() const { in otherName() function in ExportEntry

12