/external/rust/crates/quiche/deps/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 | 584 if (!(gen->d.otherName = OTHERNAME_new())) in do_othername() 590 ASN1_TYPE_free(gen->d.otherName->value); in do_othername() 591 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx))) in do_othername() 598 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername() 600 if (!gen->d.otherName->type_id) in do_othername()
|
/external/boringssl/src/crypto/x509v3/ |
D | v3_genn.c | 83 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME), 138 return OTHERNAME_cmp(a->d.otherName, b->d.otherName); in GENERAL_NAME_cmp() 185 a->d.otherName = value; in GENERAL_NAME_set0_value() 221 return a->d.otherName; in GENERAL_NAME_get0_value() 262 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName() 264 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
|
D | v3_alt.c | 585 if (!(gen->d.otherName = OTHERNAME_new())) in do_othername() 591 ASN1_TYPE_free(gen->d.otherName->value); in do_othername() 592 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx))) in do_othername() 599 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername() 601 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 | 114 String otherName = other.getQualifiedName(); in canBeAssignedTo() local 116 if (otherName.equals(this.getQualifiedName())) { in canBeAssignedTo() 119 if (otherName.equals(Enum.class.getCanonicalName())) { in canBeAssignedTo() 123 if (otherName.equals(Comparable.class.getCanonicalName())) { in canBeAssignedTo() 126 if (otherName.equals(Serializable.class.getCanonicalName())) { in canBeAssignedTo() 129 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 | GeneralName.java | 49 public static final int otherName = 0; field in GeneralName 190 case otherName: in getInstance()
|
D | PKIXNameConstraintValidator.java | 66 case GeneralName.otherName: in checkPermitted() 101 case GeneralName.otherName: in checkExcluded() 159 case GeneralName.otherName: in intersectPermittedSubtree() 193 case GeneralName.otherName: in intersectEmptyPermittedSubtree() 227 case GeneralName.otherName: in addExcludedSubtree() 538 private Set unionOtherName(Set permitted, OtherName otherName) in unionOtherName() argument 542 union.add(otherName); in unionOtherName()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/ |
D | GeneralName.java | 51 public static final int otherName = 0; field in GeneralName 192 case otherName: in getInstance()
|
D | PKIXNameConstraintValidator.java | 70 case GeneralName.otherName: in checkPermitted() 105 case GeneralName.otherName: in checkExcluded() 163 case GeneralName.otherName: in intersectPermittedSubtree() 197 case GeneralName.otherName: in intersectEmptyPermittedSubtree() 231 case GeneralName.otherName: in addExcludedSubtree() 542 private Set unionOtherName(Set permitted, OtherName otherName) in unionOtherName() argument 546 union.add(otherName); in unionOtherName()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/ |
D | GeneralName.java | 51 public static final int otherName = 0; field in GeneralName 192 case otherName: in getInstance()
|
D | PKIXNameConstraintValidator.java | 70 case GeneralName.otherName: in checkPermitted() 105 case GeneralName.otherName: in checkExcluded() 163 case GeneralName.otherName: in intersectPermittedSubtree() 197 case GeneralName.otherName: in intersectEmptyPermittedSubtree() 231 case GeneralName.otherName: in addExcludedSubtree() 542 private Set unionOtherName(Set permitted, OtherName otherName) in unionOtherName() argument 546 union.add(otherName); in unionOtherName()
|
/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/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/extension/ |
D | X509ExtensionUtil.java | 85 case GeneralName.otherName: in getAlternativeNames()
|
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | MachONormalizedFileBinaryReader.cpp | 521 if (!trieExport.otherName().empty()) in readBinary() 522 normExport.otherName = trieExport.otherName().copy(f->ownedAllocations); in readBinary()
|
D | MachONormalizedFile.h | 210 StringRef otherName; member
|
/external/llvm-project/llvm/tools/llvm-nm/ |
D | llvm-nm.cpp | 1446 if (Entry.otherName().empty()) 1449 EOS << Entry.otherName(); 1458 if (Entry.otherName().empty()) 1461 U.Name = Entry.otherName(); 1478 if (Entry.otherName().empty()) 1481 EOS << Entry.otherName();
|
/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/python/cryptography/src/cryptography/hazmat/backends/openssl/ |
D | decode_asn1.py | 157 type_id = _obj2txt(backend, gn.d.otherName.type_id) 158 value = _asn1_to_der(backend, gn.d.otherName.value)
|
/external/llvm/include/llvm/Object/ |
D | MachO.h | 65 StringRef otherName() const;
|
/external/boringssl/src/include/openssl/ |
D | x509v3.h | 189 OTHERNAME *otherName; // otherName member
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | X509CertificateObject.java | 884 case GeneralName.otherName: in getAlternativeNames()
|