Searched +full:- +full:- +full:branch (Results  1 – 25 of 1132) sorted by relevance
12345678910>>...46
| /external/llvm/test/MC/Mips/ | 
| D | mips-bad-branches.s | 1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -arch=mips 2>&1 | FileCheck %s3 # CHECK: error: branch to misaligned address
 4 # CHECK:        b -131069
 5 # CHECK: error: branch to misaligned address
 6 # CHECK:        b -131070
 7 # CHECK: error: branch to misaligned address
 8 # CHECK:        b -131071
 9 # CHECK: error: branch target out of range
 10 # CHECK:        b -131073
 11 # CHECK: error: branch to misaligned address
 [all …]
 
 | 
| D | micromips-bad-branches.s | 1 # RUN: not llvm-mc %s -triple=mipsel-unknown-linux -mcpu=mips32r2 -mattr=+msa -arch=mips -mattr=+mi…3 # CHECK: error: branch to misaligned address
 4 # CHECK:        b -65535
 5 # CHECK: error: branch target out of range
 6 # CHECK:        b -65537
 7 # CHECK: error: branch to misaligned address
 9 # CHECK: error: branch target out of range
 12 # CHECK: error: branch to misaligned address
 13 # CHECK:        beq $1, $1, -65535
 14 # CHECK: error: branch target out of range
 [all …]
 
 | 
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/ | 
| D | BCObjectIdentifiers.java | 6 …*  Object Identifiers belonging to iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-ca…11      *  iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castle
 22     public static final ASN1ObjectIdentifier bc_pbe        = bc.branch("1");
 25      * SHA-1(1)
 29     public static final ASN1ObjectIdentifier bc_pbe_sha1   = bc_pbe.branch("1");
 31     /** SHA-2.SHA-256; 1.3.6.1.4.1.22554.1.2.1 */
 32     public static final ASN1ObjectIdentifier bc_pbe_sha256 = bc_pbe.branch("2.1");
 33     /** SHA-2.SHA-384; 1.3.6.1.4.1.22554.1.2.2 */
 34     public static final ASN1ObjectIdentifier bc_pbe_sha384 = bc_pbe.branch("2.2");
 35     /** SHA-2.SHA-512; 1.3.6.1.4.1.22554.1.2.3 */
 [all …]
 
 | 
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/bc/ | 
| D | BCObjectIdentifiers.java | 7 …*  Object Identifiers belonging to iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-ca…13      *  iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castle
 24     public static final ASN1ObjectIdentifier bc_pbe        = bc.branch("1");
 27      * SHA-1(1)
 31     public static final ASN1ObjectIdentifier bc_pbe_sha1   = bc_pbe.branch("1");
 33     /** SHA-2.SHA-256; 1.3.6.1.4.1.22554.1.2.1 */
 34     public static final ASN1ObjectIdentifier bc_pbe_sha256 = bc_pbe.branch("2.1");
 35     /** SHA-2.SHA-384; 1.3.6.1.4.1.22554.1.2.2 */
 36     public static final ASN1ObjectIdentifier bc_pbe_sha384 = bc_pbe.branch("2.2");
 37     /** SHA-2.SHA-512; 1.3.6.1.4.1.22554.1.2.3 */
 [all …]
 
 | 
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/bc/ | 
| D | BCObjectIdentifiers.java | 7 …*  Object Identifiers belonging to iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-ca…13      *  iso.org.dod.internet.private.enterprise.legion-of-the-bouncy-castle
 24     public static final ASN1ObjectIdentifier bc_pbe        = bc.branch("1");
 27      * SHA-1(1)
 31     public static final ASN1ObjectIdentifier bc_pbe_sha1   = bc_pbe.branch("1");
 33     /** SHA-2.SHA-256; 1.3.6.1.4.1.22554.1.2.1 */
 34     public static final ASN1ObjectIdentifier bc_pbe_sha256 = bc_pbe.branch("2.1");
 35     /** SHA-2.SHA-384; 1.3.6.1.4.1.22554.1.2.2 */
 36     public static final ASN1ObjectIdentifier bc_pbe_sha384 = bc_pbe.branch("2.2");
 37     /** SHA-2.SHA-512; 1.3.6.1.4.1.22554.1.2.3 */
 [all …]
 
 | 
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ | 
| D | PKCSObjectIdentifiers.java | 7  * pkcs-1 OBJECT IDENTIFIER ::=<p>8  *   { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) 1 }
 17     ASN1ObjectIdentifier    rsaEncryption             = pkcs_1.branch("1");
 18     // BEGIN Android-removed: MD2 and MD4 are unsupported
 21     ASN1ObjectIdentifier    md2WithRSAEncryption      = pkcs_1.branch("2");
 23     ASN1ObjectIdentifier    md4WithRSAEncryption      = pkcs_1.branch("3");
 25     // END Android-removed: MD2 and MD4 are unsupported
 27     ASN1ObjectIdentifier    md5WithRSAEncryption      = pkcs_1.branch("4");
 29     ASN1ObjectIdentifier    sha1WithRSAEncryption     = pkcs_1.branch("5");
 31     ASN1ObjectIdentifier    srsaOAEPEncryptionSET     = pkcs_1.branch("6");
 [all …]
 
 | 
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/ | 
| D | PKCSObjectIdentifiers.java | 7  * pkcs-1 OBJECT IDENTIFIER ::=<p>8  *   { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) 1 }
 17     ASN1ObjectIdentifier    rsaEncryption             = pkcs_1.branch("1");
 18     // BEGIN Android-removed: MD2 and MD4 are unsupported
 21     ASN1ObjectIdentifier    md2WithRSAEncryption      = pkcs_1.branch("2");
 23     ASN1ObjectIdentifier    md4WithRSAEncryption      = pkcs_1.branch("3");
 25     // END Android-removed: MD2 and MD4 are unsupported
 27     ASN1ObjectIdentifier    md5WithRSAEncryption      = pkcs_1.branch("4");
 29     ASN1ObjectIdentifier    sha1WithRSAEncryption     = pkcs_1.branch("5");
 31     ASN1ObjectIdentifier    srsaOAEPEncryptionSET     = pkcs_1.branch("6");
 [all …]
 
 | 
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ | 
| D | PKCSObjectIdentifiers.java | 6  * pkcs-1 OBJECT IDENTIFIER ::=<p>7  *   { iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1) 1 }
 15     ASN1ObjectIdentifier    rsaEncryption             = pkcs_1.branch("1");
 16     // BEGIN Android-removed: MD2 and MD4 are unsupported
 19     ASN1ObjectIdentifier    md2WithRSAEncryption      = pkcs_1.branch("2");
 21     ASN1ObjectIdentifier    md4WithRSAEncryption      = pkcs_1.branch("3");
 23     // END Android-removed: MD2 and MD4 are unsupported
 25     ASN1ObjectIdentifier    md5WithRSAEncryption      = pkcs_1.branch("4");
 27     ASN1ObjectIdentifier    sha1WithRSAEncryption     = pkcs_1.branch("5");
 29     ASN1ObjectIdentifier    srsaOAEPEncryptionSET     = pkcs_1.branch("6");
 [all …]
 
 | 
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ | 
| D | X9ObjectIdentifiers.java | 9  * ansi-X9-62 OBJECT IDENTIFIER ::= { iso(1) member-body(2)10  *                                    us(840) ansi-x962(10045) }
 19     ASN1ObjectIdentifier id_fieldType = ansi_X9_62.branch("1");
 22     ASN1ObjectIdentifier prime_field = id_fieldType.branch("1");
 25     ASN1ObjectIdentifier characteristic_two_field = id_fieldType.branch("2");
 28     ASN1ObjectIdentifier gnBasis = characteristic_two_field.branch("3.1");
 31     ASN1ObjectIdentifier tpBasis = characteristic_two_field.branch("3.2");
 34     ASN1ObjectIdentifier ppBasis = characteristic_two_field.branch("3.3");
 37     ASN1ObjectIdentifier id_ecSigType = ansi_X9_62.branch("4");
 40     ASN1ObjectIdentifier ecdsa_with_SHA1 = id_ecSigType.branch("1");
 [all …]
 
 | 
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/ | 
| D | X9ObjectIdentifiers.java | 10  * ansi-X9-62 OBJECT IDENTIFIER ::= { iso(1) member-body(2)11  *                                    us(840) ansi-x962(10045) }
 21     ASN1ObjectIdentifier id_fieldType = ansi_X9_62.branch("1");
 24     ASN1ObjectIdentifier prime_field = id_fieldType.branch("1");
 27     ASN1ObjectIdentifier characteristic_two_field = id_fieldType.branch("2");
 30     ASN1ObjectIdentifier gnBasis = characteristic_two_field.branch("3.1");
 33     ASN1ObjectIdentifier tpBasis = characteristic_two_field.branch("3.2");
 36     ASN1ObjectIdentifier ppBasis = characteristic_two_field.branch("3.3");
 39     ASN1ObjectIdentifier id_ecSigType = ansi_X9_62.branch("4");
 42     ASN1ObjectIdentifier ecdsa_with_SHA1 = id_ecSigType.branch("1");
 [all …]
 
 | 
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/ | 
| D | X9ObjectIdentifiers.java | 10  * ansi-X9-62 OBJECT IDENTIFIER ::= { iso(1) member-body(2)11  *                                    us(840) ansi-x962(10045) }
 21     ASN1ObjectIdentifier id_fieldType = ansi_X9_62.branch("1");
 24     ASN1ObjectIdentifier prime_field = id_fieldType.branch("1");
 27     ASN1ObjectIdentifier characteristic_two_field = id_fieldType.branch("2");
 30     ASN1ObjectIdentifier gnBasis = characteristic_two_field.branch("3.1");
 33     ASN1ObjectIdentifier tpBasis = characteristic_two_field.branch("3.2");
 36     ASN1ObjectIdentifier ppBasis = characteristic_two_field.branch("3.3");
 39     ASN1ObjectIdentifier id_ecSigType = ansi_X9_62.branch("4");
 42     ASN1ObjectIdentifier ecdsa_with_SHA1 = id_ecSigType.branch("1");
 [all …]
 
 | 
| /external/crosvm/tools/ | 
| D | cl | 3 # Use of this source code is governed by a BSD-style license that can be28 You need to be on a local branch tracking a remote one. `repo start` does this
 31     $ git checkout -b mybranch --track origin/main
 37 If you are tracking a different branch (e.g. aosp/main or cros/chromeos), the upload may
 39 create a new branch tracking origin/main and cherry-picks your commits.
 42     [mybranch-upstream] ... resolve conflicts
 43     [mybranch-upstream] $ git add .
 44     [mybranch-upstream] $ git cherry-pick --continue
 45     [mybranch-upstream] $ ./tools/cl upload
 49 GERRIT_URL = "https://chromium-review.googlesource.com"
 [all …]
 
 | 
| /external/mesa3d/bin/ | 
| D | commit_in_branch.py | 8 def print_(args: argparse.Namespace, success: bool, message: str) -> None:41 def is_commit_valid(commit: str) -> bool:
 42     ret = subprocess.call(['git', 'cat-file', '-e', commit],
 48 def branch_has_commit(upstream: str, branch: str, commit: str) -> bool:
 50     Returns True if the commit is actually present in the branch
 52     ret = subprocess.call(['git', 'merge-base', '--is-ancestor',
 53                            commit, upstream + '/' + branch],
 59 def branch_has_backport_of_commit(upstream: str, branch: str, commit: str) -> str:
 61     Returns the commit hash if the commit has been backported to the branch,
 64     out = subprocess.check_output(['git', 'log', '--format=%H',
 [all …]
 
 | 
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/nist/ | 
| D | NISTObjectIdentifiers.java | 9  *     iso/itu(2) joint-assign(16) us(840) organization(1) gov(101) csor(3) 17     /** 2.16.840.1.101.3.4 -- algorithms */
 21     static final ASN1ObjectIdentifier    hashAlgs                = nistAlgorithm.branch("2");
 24     static final ASN1ObjectIdentifier    id_sha256               = hashAlgs.branch("1");
 26     static final ASN1ObjectIdentifier    id_sha384               = hashAlgs.branch("2");
 28     static final ASN1ObjectIdentifier    id_sha512               = hashAlgs.branch("3");
 30     static final ASN1ObjectIdentifier    id_sha224               = hashAlgs.branch("4");
 32     static final ASN1ObjectIdentifier    id_sha512_224           = hashAlgs.branch("5");
 34     static final ASN1ObjectIdentifier    id_sha512_256           = hashAlgs.branch("6");
 37     static final ASN1ObjectIdentifier    id_sha3_224 = hashAlgs.branch("7");
 [all …]
 
 | 
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/ | 
| D | NISTObjectIdentifiers.java | 8  *     iso/itu(2) joint-assign(16) us(840) organization(1) gov(101) csor(3) 15     /** 2.16.840.1.101.3.4 -- algorithms */
 19     static final ASN1ObjectIdentifier    hashAlgs                = nistAlgorithm.branch("2");
 22     static final ASN1ObjectIdentifier    id_sha256               = hashAlgs.branch("1");
 24     static final ASN1ObjectIdentifier    id_sha384               = hashAlgs.branch("2");
 26     static final ASN1ObjectIdentifier    id_sha512               = hashAlgs.branch("3");
 28     static final ASN1ObjectIdentifier    id_sha224               = hashAlgs.branch("4");
 30     static final ASN1ObjectIdentifier    id_sha512_224           = hashAlgs.branch("5");
 32     static final ASN1ObjectIdentifier    id_sha512_256           = hashAlgs.branch("6");
 35     static final ASN1ObjectIdentifier    id_sha3_224 = hashAlgs.branch("7");
 [all …]
 
 | 
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/nist/ | 
| D | NISTObjectIdentifiers.java | 9  *     iso/itu(2) joint-assign(16) us(840) organization(1) gov(101) csor(3) 17     /** 2.16.840.1.101.3.4 -- algorithms */
 21     static final ASN1ObjectIdentifier    hashAlgs                = nistAlgorithm.branch("2");
 24     static final ASN1ObjectIdentifier    id_sha256               = hashAlgs.branch("1");
 26     static final ASN1ObjectIdentifier    id_sha384               = hashAlgs.branch("2");
 28     static final ASN1ObjectIdentifier    id_sha512               = hashAlgs.branch("3");
 30     static final ASN1ObjectIdentifier    id_sha224               = hashAlgs.branch("4");
 32     static final ASN1ObjectIdentifier    id_sha512_224           = hashAlgs.branch("5");
 34     static final ASN1ObjectIdentifier    id_sha512_256           = hashAlgs.branch("6");
 37     static final ASN1ObjectIdentifier    id_sha3_224 = hashAlgs.branch("7");
 [all …]
 
 | 
| /external/gfxstream-protocols/registry/vulkan/scripts/ | 
| D | testSpecVersion.py | 3 # Copyright 2017-2021 The Khronos Group Inc.5 # SPDX-License-Identifier: Apache-2.0
 7 # testSpecVersion - check if SPEC_VERSION values for an unpublished
 8 # extension branch meet the requirement of being 1.
 10 # Usage: textSpecVersion.py [-branch branchname] [-registry file]
 12 # Checks for an XML <extension> matching the branch name specified
 13 # on the command line, or the current branch if not specified.
 15 # If not found, the branch is not an extension staging branch; succeed.
 28     parser.add_argument('-branch', action='store',
 30                         help='Specify branch to check against')
 [all …]
 
 | 
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/misc/ | 
| D | MiscObjectIdentifiers.java | 13     //       iso/itu(2) joint-assign(16) us(840) uscompany(1) netscape(113730) cert-extensions(1) }22     ASN1ObjectIdentifier netscapeCertType = netscape.branch("1");
 26     ASN1ObjectIdentifier netscapeBaseURL = netscape.branch("2");
 30     ASN1ObjectIdentifier netscapeRevocationURL = netscape.branch("3");
 34     ASN1ObjectIdentifier netscapeCARevocationURL = netscape.branch("4");
 38     ASN1ObjectIdentifier netscapeRenewalURL = netscape.branch("7");
 42     ASN1ObjectIdentifier netscapeCApolicyURL = netscape.branch("8");
 46     ASN1ObjectIdentifier netscapeSSLServerName = netscape.branch("12");
 50     ASN1ObjectIdentifier netscapeCertComment = netscape.branch("13");
 54     //       iso/itu(2) joint-assign(16) us(840) uscompany(1) verisign(113733) cert-extensions(1) }
 [all …]
 
 | 
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/misc/ | 
| D | MiscObjectIdentifiers.java | 13     //       iso/itu(2) joint-assign(16) us(840) uscompany(1) netscape(113730) cert-extensions(1) }22     ASN1ObjectIdentifier netscapeCertType = netscape.branch("1");
 26     ASN1ObjectIdentifier netscapeBaseURL = netscape.branch("2");
 30     ASN1ObjectIdentifier netscapeRevocationURL = netscape.branch("3");
 34     ASN1ObjectIdentifier netscapeCARevocationURL = netscape.branch("4");
 38     ASN1ObjectIdentifier netscapeRenewalURL = netscape.branch("7");
 42     ASN1ObjectIdentifier netscapeCApolicyURL = netscape.branch("8");
 46     ASN1ObjectIdentifier netscapeSSLServerName = netscape.branch("12");
 50     ASN1ObjectIdentifier netscapeCertComment = netscape.branch("13");
 54     //       iso/itu(2) joint-assign(16) us(840) uscompany(1) verisign(113733) cert-extensions(1) }
 [all …]
 
 | 
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/ | 
| D | MiscObjectIdentifiers.java | 9     //       iso/itu(2) joint-assign(16) us(840) uscompany(1) netscape(113730) cert-extensions(1) }18     ASN1ObjectIdentifier netscapeCertType = netscape.branch("1");
 22     ASN1ObjectIdentifier netscapeBaseURL = netscape.branch("2");
 26     ASN1ObjectIdentifier netscapeRevocationURL = netscape.branch("3");
 30     ASN1ObjectIdentifier netscapeCARevocationURL = netscape.branch("4");
 34     ASN1ObjectIdentifier netscapeRenewalURL = netscape.branch("7");
 38     ASN1ObjectIdentifier netscapeCApolicyURL = netscape.branch("8");
 42     ASN1ObjectIdentifier netscapeSSLServerName = netscape.branch("12");
 46     ASN1ObjectIdentifier netscapeCertComment = netscape.branch("13");
 50     //       iso/itu(2) joint-assign(16) us(840) uscompany(1) verisign(113733) cert-extensions(1) }
 [all …]
 
 | 
| /external/perfetto/docs/contributing/ | 
| D | chrome-branches.md | 4 creation of a branch in the perfetto repo, cherry-picking of the change(s) to5 the branch, and updating the `DEPS` file in Chrome's milestone branch to point
 6 to the new perfetto branch's head.
 8 ## Creating the perfetto branch {#branch}
 10 1.  Determine the branch name: **`chromium/XXXX`**, where `XXXX` is the branch
 15 1.  Check if the branch already exists: if yes, skip to
 16     [cherry-picking](#all-tables). To check, you can search for it in
 17 …[Gerrit's branch page](https://android-review.googlesource.com/admin/repos/platform/external/perfe…
 19 1.  Look up the appropriate base revision for the branch. You should use the
 20     revision that Chromium's `DEPS` of the milestone branch points to (search
 [all …]
 
 | 
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/ | 
| D | SECObjectIdentifiers.java | 10  *        iso(1) identified-organization(3) certicom(132) curve(0)12  *  secg-scheme OBJECT IDENTIFIER ::= {
 13  *     iso(1) identified-organization(3) certicom(132) schemes(1) }
 22     static final ASN1ObjectIdentifier sect163k1 = ellipticCurve.branch("1");
 24     static final ASN1ObjectIdentifier sect163r1 = ellipticCurve.branch("2");
 26     static final ASN1ObjectIdentifier sect239k1 = ellipticCurve.branch("3");
 28     static final ASN1ObjectIdentifier sect113r1 = ellipticCurve.branch("4");
 30     static final ASN1ObjectIdentifier sect113r2 = ellipticCurve.branch("5");
 32     static final ASN1ObjectIdentifier secp112r1 = ellipticCurve.branch("6");
 34     static final ASN1ObjectIdentifier secp112r2 = ellipticCurve.branch("7");
 [all …]
 
 | 
| /external/angle/doc/ | 
| D | ChoosingANGLEBranch.md | 1 # Choosing an ANGLE branch for your project6 This document illustrates how to choose a branch of ANGLE which can be expected
 13 matching Chromium branch. These branches will be created from the revision which
 14 that Chromium branch points to as its dependency. So, for example, the
 15 `chromium/2013` branch point is at r28bcf4ff, because [Chromium's dependency
 16 file for the 2013 branch]
 21 works to choose an appropriate ANGLE branch for your project. You will, however,
 22 likely want to make sure that you choose a branch that is used for a relatively
 26 branches will be short-lived.
 28 **We recommend choosing a branch corresponding to a Beta or Stable Chromium
 [all …]
 
 | 
| /external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/sec/ | 
| D | SECObjectIdentifiers.java | 11  *        iso(1) identified-organization(3) certicom(132) curve(0)13  *  secg-scheme OBJECT IDENTIFIER ::= {
 14  *     iso(1) identified-organization(3) certicom(132) schemes(1) }
 24     static final ASN1ObjectIdentifier sect163k1 = ellipticCurve.branch("1");
 26     static final ASN1ObjectIdentifier sect163r1 = ellipticCurve.branch("2");
 28     static final ASN1ObjectIdentifier sect239k1 = ellipticCurve.branch("3");
 30     static final ASN1ObjectIdentifier sect113r1 = ellipticCurve.branch("4");
 32     static final ASN1ObjectIdentifier sect113r2 = ellipticCurve.branch("5");
 34     static final ASN1ObjectIdentifier secp112r1 = ellipticCurve.branch("6");
 36     static final ASN1ObjectIdentifier secp112r2 = ellipticCurve.branch("7");
 [all …]
 
 | 
| /external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/sec/ | 
| D | SECObjectIdentifiers.java | 11  *        iso(1) identified-organization(3) certicom(132) curve(0)13  *  secg-scheme OBJECT IDENTIFIER ::= {
 14  *     iso(1) identified-organization(3) certicom(132) schemes(1) }
 24     static final ASN1ObjectIdentifier sect163k1 = ellipticCurve.branch("1");
 26     static final ASN1ObjectIdentifier sect163r1 = ellipticCurve.branch("2");
 28     static final ASN1ObjectIdentifier sect239k1 = ellipticCurve.branch("3");
 30     static final ASN1ObjectIdentifier sect113r1 = ellipticCurve.branch("4");
 32     static final ASN1ObjectIdentifier sect113r2 = ellipticCurve.branch("5");
 34     static final ASN1ObjectIdentifier secp112r1 = ellipticCurve.branch("6");
 36     static final ASN1ObjectIdentifier secp112r2 = ellipticCurve.branch("7");
 [all …]
 
 | 
        12345678910>>...46