Home
last modified time | relevance | path

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

12

/external/rust/crates/quiche/deps/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.c584 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/
Dv3_genn.c83 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()
Dv3_alt.c585 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/
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.java114 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/
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/
DGeneralName.java49 public static final int otherName = 0; field in GeneralName
190 case otherName: in getInstance()
DPKIXNameConstraintValidator.java66 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/
DGeneralName.java51 public static final int otherName = 0; field in GeneralName
192 case otherName: in getInstance()
DPKIXNameConstraintValidator.java70 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/
DGeneralName.java51 public static final int otherName = 0; field in GeneralName
192 case otherName: in getInstance()
DPKIXNameConstraintValidator.java70 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/
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/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/x509/extension/
DX509ExtensionUtil.java85 case GeneralName.otherName: in getAlternativeNames()
/external/llvm-project/lld/lib/ReaderWriter/MachO/
DMachONormalizedFileBinaryReader.cpp521 if (!trieExport.otherName().empty()) in readBinary()
522 normExport.otherName = trieExport.otherName().copy(f->ownedAllocations); in readBinary()
DMachONormalizedFile.h210 StringRef otherName; member
/external/llvm-project/llvm/tools/llvm-nm/
Dllvm-nm.cpp1446 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/
Dopenssl.cnf122 #subjectAltName=critical,otherName:1.3.6.1.4.1.40808.1.1.1;UTF8String:engExample OSU
/external/python/cryptography/src/cryptography/hazmat/backends/openssl/
Ddecode_asn1.py157 type_id = _obj2txt(backend, gn.d.otherName.type_id)
158 value = _asn1_to_der(backend, gn.d.otherName.value)
/external/llvm/include/llvm/Object/
DMachO.h65 StringRef otherName() const;
/external/boringssl/src/include/openssl/
Dx509v3.h189 OTHERNAME *otherName; // otherName member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DX509CertificateObject.java884 case GeneralName.otherName: in getAlternativeNames()

12