HomeSort by relevance Sort by last modified time
    Searched refs:otherName (Results 1 - 25 of 233) sorted by null

1 2 3 4 5 6 7 8 910

  /external/proguard/src/proguard/obfuscate/
MemberNameCollector.java 95 String otherName = (String)nameMap.get(newName);
96 if (otherName == null ||
98 name.compareTo(otherName) < 0)
  /dalvik/dexgen/src/com/android/dexgen/rop/cst/
CstMemberRef.java 83 CstUtf8 otherName = otherMember.nat.getName();
85 return thisName.compareTo(otherName);
  /dalvik/dx/src/com/android/dx/rop/cst/
CstMemberRef.java 83 CstString otherName = otherMember.nat.getName();
85 return thisName.compareTo(otherName);
  /external/boringssl/src/crypto/x509v3/
v3_genn.c 66 ASN1_SEQUENCE(OTHERNAME) = {
67 ASN1_SIMPLE(OTHERNAME, type_id, ASN1_OBJECT),
69 ASN1_EXP(OTHERNAME, value, ASN1_ANY, 0)
70 } ASN1_SEQUENCE_END(OTHERNAME)
72 IMPLEMENT_ASN1_FUNCTIONS(OTHERNAME)
82 ASN1_IMP(GENERAL_NAME, d.otherName, OTHERNAME, GEN_OTHERNAME),
124 result = OTHERNAME_cmp(a->d.otherName, b->d.otherName);
149 int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b
    [all...]
v3_alt.c 124 if (!X509V3_add_value("othername", "<unsupported>", &ret))
197 BIO_printf(out, "othername:<unsupported>");
560 else if (!name_cmp(name, "otherName"))
578 if (!(gen->d.otherName = OTHERNAME_new()))
584 ASN1_TYPE_free(gen->d.otherName->value);
585 if (!(gen->d.otherName->value = ASN1_generate_v3(p + 1, ctx)))
593 gen->d.otherName->type_id = OBJ_txt2obj(objtmp, 0);
595 if (!gen->d.otherName->type_id)
  /libcore/ojluni/src/main/java/sun/security/x509/
IPAddressName.java 322 IPAddressName otherName = (IPAddressName)obj;
323 byte[] other = otherName.address;
404 IPAddressName otherName = (IPAddressName)inputName;
405 byte[] otherAddress = otherName.address;
  /external/icu/icu4c/source/common/
unames.cpp 100 const char *otherName;
333 const char *otherName) {
338 const char *origOtherName = otherName;
373 if((char)c!=*otherName++) {
390 if((char)c!=*otherName++) {
397 if(otherName == origOtherName && nameChoice == U_EXTENDED_CHAR_NAME) {
409 if((char)c!=*otherName++) {
418 return (UBool)(*otherName==0);
625 const char *otherName=((FindName *)context)->otherName;
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/extension/
X509ExtensionUtil.java 71 case GeneralName.otherName:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
GeneralName.java 24 * otherName [0] OtherName,
34 * OtherName ::= SEQUENCE {
49 public static final int otherName = 0;
127 * For x400Address, otherName and ediPartyName there is no common string
189 case otherName:
  /frameworks/base/packages/Osu/src/com/android/hotspot2/osu/
SPVerifier.java 34 public static final int OtherName = 0;
291 if (name.getAsn1Class() == Asn1Class.Context && name.getTag() == OtherName) {
292 Asn1Constructed otherName = (Asn1Constructed) name;
293 Iterator<Asn1Object> children = otherName.getChildren().iterator();
  /build/soong/java/
java.go 219 otherName := ctx.OtherModuleName(module)
227 ctx.ModuleErrorf("depends on non-java module %q", otherName)
258 panic(fmt.Errorf("unknown dependency %q for %q", otherName, ctx.ModuleName()))
  /external/llvm/include/llvm/Object/
MachO.h 65 StringRef otherName() const;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 65 StringRef otherName() const;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 65 StringRef otherName() const;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 65 StringRef otherName() const;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 65 StringRef otherName() const;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Object/
MachO.h 65 StringRef otherName() const;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Object/
MachO.h 65 StringRef otherName() const;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Object/
MachO.h 65 StringRef otherName() const;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
MachO.h 65 StringRef otherName() const;
  /external/boringssl/src/include/openssl/
x509v3.h 172 } OTHERNAME;
194 OTHERNAME *otherName; /* otherName */
556 DECLARE_ASN1_FUNCTIONS(OTHERNAME)
558 OPENSSL_EXPORT int OTHERNAME_cmp(OTHERNAME *a, OTHERNAME *b);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
X509CertificateObject.java 878 case GeneralName.otherName:
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
X509CertificateObject.java 903 case GeneralName.otherName:
  /external/wpa_supplicant_8/src/utils/
http_curl.c 197 OTHERNAME *o)
204 on = os_realloc_array(cert->othername, cert->num_othername + 1,
208 cert->othername = on;
254 add_alt_name_othername(ctx, cert, name->d.otherName);
876 os_free(hcert->othername[i].oid);
877 os_free(hcert->othername);
948 if (os_strcmp(hcert.othername[i].oid,
950 char *name = os_zalloc(hcert.othername[i].len + 1);
952 os_memcpy(name, hcert.othername[i].data,
953 hcert.othername[i].len)
    [all...]
  /external/llvm/lib/Object/
MachOObjectFile.cpp     [all...]

Completed in 502 milliseconds

1 2 3 4 5 6 7 8 910