Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/x509v3/
Dv3_genn.c82 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
124 result = OTHERNAME_cmp(a->d.otherName, b->d.otherName); in GENERAL_NAME_cmp()
172 a->d.otherName = value; in GENERAL_NAME_set0_value()
207 return a->d.otherName; in GENERAL_NAME_get0_value()
247 *poid = gen->d.otherName->type_id; in GENERAL_NAME_get0_otherName()
249 *pvalue = gen->d.otherName->value; in GENERAL_NAME_get0_otherName()
Dv3_alt.c576 if (!(gen->d.otherName = OTHERNAME_new())) in do_othername()
581 ASN1_TYPE_free(gen->d.otherName->value); in do_othername()
582 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx))) in do_othername()
590 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0); in do_othername()
592 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/icu/icu4c/source/common/
Dunames.cpp98 const char *otherName; member
331 const char *otherName) { in compareName() argument
336 const char *origOtherName = otherName; in compareName()
371 if((char)c!=*otherName++) { in compareName()
388 if((char)c!=*otherName++) { in compareName()
395 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) { in compareName()
407 if((char)c!=*otherName++) { in compareName()
416 return (UBool)(*otherName==0); in compareName()
623 const char *otherName=((FindName *)context)->otherName; in enumGroupNames() local
625 …ompareName(names, s+offsets[start&GROUP_MASK], lengths[start&GROUP_MASK], nameChoice, otherName)) { in enumGroupNames()
[all …]
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
DCstMemberRef.java83 CstString otherName = otherMember.nat.getName(); in compareTo0() local
85 return thisName.compareTo(otherName); in compareTo0()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DGeneralName.java49 public static final int otherName = 0; field in GeneralName
189 case otherName: in getInstance()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
DX509ExtensionUtil.java71 case GeneralName.otherName: in getAlternativeNames()
/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/boringssl/src/include/openssl/
Dx509v3.h185 OTHERNAME *otherName; /* otherName */ member
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
DX509CertificateObject.java878 case GeneralName.otherName: in getAlternativeNames()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DX509CertificateObject.java900 case GeneralName.otherName: in getAlternativeNames()
/external/wpa_supplicant_8/src/utils/
Dhttp_curl.c254 add_alt_name_othername(ctx, cert, name->d.otherName); in add_alt_name()
/external/llvm/lib/Object/
DMachOObjectFile.cpp1294 StringRef ExportEntry::otherName() const { in otherName() function in ExportEntry
/external/llvm/tools/llvm-objdump/
DMachODump.cpp8728 if (Entry.otherName().empty()) in printMachOExportsTrie()
8731 outs() << " (" << Entry.otherName() << " from " << DylibName << ")"; in printMachOExportsTrie()