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

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/teletrust/
TeleTrusTObjectIdentifiers.java 16 static final ASN1ObjectIdentifier ripemd160 = teleTrusTAlgorithm.branch("2.1");
18 static final ASN1ObjectIdentifier ripemd128 = teleTrusTAlgorithm.branch("2.2");
20 static final ASN1ObjectIdentifier ripemd256 = teleTrusTAlgorithm.branch("2.3");
23 static final ASN1ObjectIdentifier teleTrusTRSAsignatureAlgorithm = teleTrusTAlgorithm.branch("3.1");
26 static final ASN1ObjectIdentifier rsaSignatureWithripemd160 = teleTrusTRSAsignatureAlgorithm.branch("2");
28 static final ASN1ObjectIdentifier rsaSignatureWithripemd128 = teleTrusTRSAsignatureAlgorithm.branch("3");
30 static final ASN1ObjectIdentifier rsaSignatureWithripemd256 = teleTrusTRSAsignatureAlgorithm.branch("4");
33 static final ASN1ObjectIdentifier ecSign = teleTrusTAlgorithm.branch("3.2");
36 static final ASN1ObjectIdentifier ecSignWithSha1 = ecSign.branch("1");
38 static final ASN1ObjectIdentifier ecSignWithRipemd160 = ecSign.branch("2")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
SECObjectIdentifiers.java 20 static final ASN1ObjectIdentifier sect163k1 = ellipticCurve.branch("1");
22 static final ASN1ObjectIdentifier sect163r1 = ellipticCurve.branch("2");
24 static final ASN1ObjectIdentifier sect239k1 = ellipticCurve.branch("3");
26 static final ASN1ObjectIdentifier sect113r1 = ellipticCurve.branch("4");
28 static final ASN1ObjectIdentifier sect113r2 = ellipticCurve.branch("5");
30 static final ASN1ObjectIdentifier secp112r1 = ellipticCurve.branch("6");
32 static final ASN1ObjectIdentifier secp112r2 = ellipticCurve.branch("7");
34 static final ASN1ObjectIdentifier secp160r1 = ellipticCurve.branch("8");
36 static final ASN1ObjectIdentifier secp160k1 = ellipticCurve.branch("9");
38 static final ASN1ObjectIdentifier secp256k1 = ellipticCurve.branch("10")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/
BCObjectIdentifiers.java 22 public static final ASN1ObjectIdentifier bc_pbe = bc.branch("1");
29 public static final ASN1ObjectIdentifier bc_pbe_sha1 = bc_pbe.branch("1");
32 public static final ASN1ObjectIdentifier bc_pbe_sha256 = bc_pbe.branch("2.1");
34 public static final ASN1ObjectIdentifier bc_pbe_sha384 = bc_pbe.branch("2.2");
36 public static final ASN1ObjectIdentifier bc_pbe_sha512 = bc_pbe.branch("2.3");
38 public static final ASN1ObjectIdentifier bc_pbe_sha224 = bc_pbe.branch("2.4");
44 public static final ASN1ObjectIdentifier bc_pbe_sha1_pkcs5 = bc_pbe_sha1.branch("1");
46 public static final ASN1ObjectIdentifier bc_pbe_sha1_pkcs12 = bc_pbe_sha1.branch("2");
49 public static final ASN1ObjectIdentifier bc_pbe_sha256_pkcs5 = bc_pbe_sha256.branch("1");
51 public static final ASN1ObjectIdentifier bc_pbe_sha256_pkcs12 = bc_pbe_sha256.branch("2")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/iana/
IANAObjectIdentifiers.java 15 static final ASN1ObjectIdentifier directory = internet.branch("1");
17 static final ASN1ObjectIdentifier mgmt = internet.branch("2");
19 static final ASN1ObjectIdentifier experimental = internet.branch("3");
21 static final ASN1ObjectIdentifier _private = internet.branch("4");
23 static final ASN1ObjectIdentifier security = internet.branch("5");
25 static final ASN1ObjectIdentifier SNMPv2 = internet.branch("6");
27 static final ASN1ObjectIdentifier mail = internet.branch("7");
36 static final ASN1ObjectIdentifier security_mechanisms = security.branch("5");
38 static final ASN1ObjectIdentifier security_nametypes = security.branch("6");
41 static final ASN1ObjectIdentifier pkix = security_mechanisms.branch("6")
    [all...]
  /external/valgrind/none/tests/s390x/
spechelper-icm-1.c 3 #define branch(mask,icmm,_v1) \ macro
34 if (branch(0, 0, v1)) ++wrong; else ++ok;
35 if (branch(1, 0, v1)) ++wrong; else ++ok;
36 if (branch(2, 0, v1)) ++wrong; else ++ok;
37 if (branch(3, 0, v1)) ++wrong; else ++ok;
38 if (branch(4, 0, v1)) ++wrong; else ++ok;
39 if (branch(5, 0, v1)) ++wrong; else ++ok;
40 if (branch(6, 0, v1)) ++wrong; else ++ok;
41 if (branch(7, 0, v1)) ++wrong; else ++ok;
42 if (branch(8, 0, v1)) ++ok; else ++wrong
    [all...]
spechelper-icm-2.c 3 #define branch(mask,icmm,_v1) \ macro
34 if (branch(0, 0, v1)) ++wrong; else ++ok;
35 if (branch(1, 0, v1)) ++wrong; else ++ok;
36 if (branch(2, 0, v1)) ++wrong; else ++ok;
37 if (branch(3, 0, v1)) ++wrong; else ++ok;
38 if (branch(4, 0, v1)) ++wrong; else ++ok;
39 if (branch(5, 0, v1)) ++wrong; else ++ok;
40 if (branch(6, 0, v1)) ++wrong; else ++ok;
41 if (branch(7, 0, v1)) ++wrong; else ++ok;
42 if (branch(8, 0, v1)) ++ok; else ++wrong
    [all...]
spechelper-clr.c 3 #define branch(mask,_v1,_v2) \ macro
29 if (branch(0, v1, v2)) ++wrong; else ++ok;
30 if (branch(1, v1, v2)) ++wrong; else ++ok;
31 if (branch(2, v1, v2)) ++wrong; else ++ok;
32 if (branch(3, v1, v2)) ++wrong; else ++ok;
33 if (branch(4, v1, v2)) ++wrong; else ++ok;
34 if (branch(5, v1, v2)) ++wrong; else ++ok;
35 if (branch(6, v1, v2)) ++wrong; else ++ok;
36 if (branch(7, v1, v2)) ++wrong; else ++ok;
37 if (branch(8, v1, v2)) ++ok; else ++wrong
    [all...]
spechelper-cr.c 3 #define branch(mask,_v1,_v2) \ macro
29 if (branch(0, v1, v2)) ++wrong; else ++ok;
30 if (branch(1, v1, v2)) ++wrong; else ++ok;
31 if (branch(2, v1, v2)) ++wrong; else ++ok;
32 if (branch(3, v1, v2)) ++wrong; else ++ok;
33 if (branch(4, v1, v2)) ++wrong; else ++ok;
34 if (branch(5, v1, v2)) ++wrong; else ++ok;
35 if (branch(6, v1, v2)) ++wrong; else ++ok;
36 if (branch(7, v1, v2)) ++wrong; else ++ok;
37 if (branch(8, v1, v2)) ++ok; else ++wrong
    [all...]
spechelper-ltr.c 3 #define branch(mask,_v1) \ macro
28 if (branch(0, v1)) ++wrong; else ++ok;
29 if (branch(1, v1)) ++wrong; else ++ok;
30 if (branch(2, v1)) ++wrong; else ++ok;
31 if (branch(3, v1)) ++wrong; else ++ok;
32 if (branch(4, v1)) ++wrong; else ++ok;
33 if (branch(5, v1)) ++wrong; else ++ok;
34 if (branch(6, v1)) ++wrong; else ++ok;
35 if (branch(7, v1)) ++wrong; else ++ok;
36 if (branch(8, v1)) ++ok; else ++wrong
    [all...]
spechelper-slgr.c 3 #define branch(mask,_v1,_v2) \ macro
36 if (branch(0, v1, v2)) ++wrong; else ++ok;
37 if (branch(1, v1, v2)) ++wrong; else ++ok;
38 if (branch(2, v1, v2)) ++ok; else ++wrong;
39 if (branch(3, v1, v2)) ++ok; else ++wrong;
40 if (branch(4, v1, v2)) ++wrong; else ++ok;
41 if (branch(5, v1, v2)) ++wrong; else ++ok;
42 if (branch(6, v1, v2)) ++ok; else ++wrong;
43 if (branch(7, v1, v2)) ++ok; else ++wrong;
44 if (branch(8, v1, v2)) ++wrong; else ++ok
    [all...]
spechelper-slr.c 3 #define branch(mask,_v1,_v2) \ macro
34 if (branch(0, v1, v2)) ++wrong; else ++ok;
35 if (branch(1, v1, v2)) ++wrong; else ++ok;
36 if (branch(2, v1, v2)) ++ok; else ++wrong;
37 if (branch(3, v1, v2)) ++ok; else ++wrong;
38 if (branch(4, v1, v2)) ++wrong; else ++ok;
39 if (branch(5, v1, v2)) ++wrong; else ++ok;
40 if (branch(6, v1, v2)) ++ok; else ++wrong;
41 if (branch(7, v1, v2)) ++ok; else ++wrong;
42 if (branch(8, v1, v2)) ++wrong; else ++ok
    [all...]
spechelper-tm.c 3 #define branch(mask,i2,_v1) \ macro
30 if (branch(0, 0, v)) ++wrong; else ++ok;
31 if (branch(1, 0, v)) ++wrong; else ++ok;
32 if (branch(2, 0, v)) ++wrong; else ++ok;
33 if (branch(3, 0, v)) ++wrong; else ++ok;
34 if (branch(4, 0, v)) ++wrong; else ++ok;
35 if (branch(5, 0, v)) ++wrong; else ++ok;
36 if (branch(6, 0, v)) ++wrong; else ++ok;
37 if (branch(7, 0, v)) ++wrong; else ++ok;
38 if (branch(8, 0, v)) ++ok; else ++wrong
    [all...]
spechelper-tmll.c 3 #define branch(mask,i2,_v1) \ macro
30 if (branch(0, 0, v)) ++wrong; else ++ok;
31 if (branch(1, 0, v)) ++wrong; else ++ok;
32 if (branch(2, 0, v)) ++wrong; else ++ok;
33 if (branch(3, 0, v)) ++wrong; else ++ok;
34 if (branch(4, 0, v)) ++wrong; else ++ok;
35 if (branch(5, 0, v)) ++wrong; else ++ok;
36 if (branch(6, 0, v)) ++wrong; else ++ok;
37 if (branch(7, 0, v)) ++wrong; else ++ok;
38 if (branch(8, 0, v)) ++ok; else ++wrong
    [all...]
spechelper-or.c 3 #define branch(mask,_v1,_v2) \ macro
28 if (branch(0, v1, v2)) ++wrong; else ++ok;
29 if (branch(1, v1, v2)) ++wrong; else ++ok;
30 if (branch(2, v1, v2)) ++wrong; else ++ok;
31 if (branch(3, v1, v2)) ++wrong; else ++ok;
32 if (branch(4, v1, v2)) ++wrong; else ++ok;
33 if (branch(5, v1, v2)) ++wrong; else ++ok;
34 if (branch(6, v1, v2)) ++wrong; else ++ok;
35 if (branch(7, v1, v2)) ++wrong; else ++ok;
36 if (branch(8, v1, v2)) ++ok; else ++wrong
    [all...]
spechelper-algr.c 3 #define branch(mask,_v1,_v2) \ macro
31 if (branch(0, v1, v2)) ++wrong; else ++ok;
32 if (branch(1, v1, v2)) ++wrong; else ++ok;
33 if (branch(2, v1, v2)) ++wrong; else ++ok;
34 if (branch(3, v1, v2)) ++wrong; else ++ok;
35 if (branch(4, v1, v2)) ++wrong; else ++ok;
36 if (branch(5, v1, v2)) ++wrong; else ++ok;
37 if (branch(6, v1, v2)) ++wrong; else ++ok;
38 if (branch(7, v1, v2)) ++wrong; else ++ok;
39 if (branch(8, v1, v2)) ++ok; else ++wrong
    [all...]
spechelper-alr.c 3 #define branch(mask,_v1,_v2) \ macro
31 if (branch(0, v1, v2)) ++wrong; else ++ok;
32 if (branch(1, v1, v2)) ++wrong; else ++ok;
33 if (branch(2, v1, v2)) ++wrong; else ++ok;
34 if (branch(3, v1, v2)) ++wrong; else ++ok;
35 if (branch(4, v1, v2)) ++wrong; else ++ok;
36 if (branch(5, v1, v2)) ++wrong; else ++ok;
37 if (branch(6, v1, v2)) ++wrong; else ++ok;
38 if (branch(7, v1, v2)) ++wrong; else ++ok;
39 if (branch(8, v1, v2)) ++ok; else ++wrong
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
X9ObjectIdentifiers.java 19 static final ASN1ObjectIdentifier id_fieldType = ansi_X9_62.branch("1");
22 static final ASN1ObjectIdentifier prime_field = id_fieldType.branch("1");
25 static final ASN1ObjectIdentifier characteristic_two_field = id_fieldType.branch("2");
28 static final ASN1ObjectIdentifier gnBasis = characteristic_two_field.branch("3.1");
31 static final ASN1ObjectIdentifier tpBasis = characteristic_two_field.branch("3.2");
34 static final ASN1ObjectIdentifier ppBasis = characteristic_two_field.branch("3.3");
37 static final ASN1ObjectIdentifier id_ecSigType = ansi_X9_62.branch("4");
40 static final ASN1ObjectIdentifier ecdsa_with_SHA1 = id_ecSigType.branch("1");
43 static final ASN1ObjectIdentifier id_publicKeyType = ansi_X9_62.branch("2");
46 static final ASN1ObjectIdentifier id_ecPublicKey = id_publicKeyType.branch("1")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/eac/
EACObjectIdentifiers.java 39 static final ASN1ObjectIdentifier id_PK = bsi_de.branch("2.2.1");
42 static final ASN1ObjectIdentifier id_PK_DH = id_PK.branch("1");
44 static final ASN1ObjectIdentifier id_PK_ECDH = id_PK.branch("2");
54 static final ASN1ObjectIdentifier id_CA = bsi_de.branch("2.2.3");
56 static final ASN1ObjectIdentifier id_CA_DH = id_CA.branch("1");
58 static final ASN1ObjectIdentifier id_CA_DH_3DES_CBC_CBC = id_CA_DH.branch("1");
60 static final ASN1ObjectIdentifier id_CA_ECDH = id_CA.branch("2");
62 static final ASN1ObjectIdentifier id_CA_ECDH_3DES_CBC_CBC = id_CA_ECDH.branch("1");
72 static final ASN1ObjectIdentifier id_TA = bsi_de.branch("2.2.2");
75 static final ASN1ObjectIdentifier id_TA_RSA = id_TA.branch("1")
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
NISTObjectIdentifiers.java 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");
37 static final ASN1ObjectIdentifier id_sha3_256 = hashAlgs.branch("8");
39 static final ASN1ObjectIdentifier id_sha3_384 = hashAlgs.branch("9")
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb-b-bad.l 2 [^:]*:9: Error: branch out of range
3 [^:]*:5: Error: branch out of range
4 [^:]*:8: Error: branch out of range
5 [^:]*:11: Error: branch out of range
6 [^:]*:15: Error: branch out of range
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
PKCSObjectIdentifiers.java 15 static final ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1");
18 // static final ASN1ObjectIdentifier md2WithRSAEncryption = pkcs_1.branch("2");
20 // static final ASN1ObjectIdentifier md4WithRSAEncryption = pkcs_1.branch("3");
23 static final ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4");
25 static final ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5");
27 static final ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6");
29 static final ASN1ObjectIdentifier id_RSAES_OAEP = pkcs_1.branch("7");
31 static final ASN1ObjectIdentifier id_mgf1 = pkcs_1.branch("8");
33 static final ASN1ObjectIdentifier id_pSpecified = pkcs_1.branch("9");
35 static final ASN1ObjectIdentifier id_RSASSA_PSS = pkcs_1.branch("10")
    [all...]
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
ClassTransformerTee.java 22 private ClassVisitor branch; field in class:ClassTransformerTee
24 public ClassTransformerTee(ClassVisitor branch) {
26 this.branch = branch;
30 cv = new ClassVisitorTee(branch, target);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
MiscObjectIdentifiers.java 14 static final ASN1ObjectIdentifier netscapeCertType = netscape.branch("1");
16 static final ASN1ObjectIdentifier netscapeBaseURL = netscape.branch("2");
18 static final ASN1ObjectIdentifier netscapeRevocationURL = netscape.branch("3");
20 static final ASN1ObjectIdentifier netscapeCARevocationURL = netscape.branch("4");
22 static final ASN1ObjectIdentifier netscapeRenewalURL = netscape.branch("7");
24 static final ASN1ObjectIdentifier netscapeCApolicyURL = netscape.branch("8");
26 static final ASN1ObjectIdentifier netscapeSSLServerName = netscape.branch("12");
28 static final ASN1ObjectIdentifier netscapeCertComment = netscape.branch("13");
38 static final ASN1ObjectIdentifier verisignCzagExtension = verisign.branch("6.3");
40 static final ASN1ObjectIdentifier verisignPrivate_6_9 = verisign.branch("6.9")
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
relax-bc1any.l 2 .*:6: Warning: relaxed out-of-range branch into a jump
3 .*:11: Warning: relaxed out-of-range branch into a jump
4 .*:7: Error: branch out of range
5 .*:8: Error: branch out of range
6 .*:9: Error: branch out of range
7 .*:10: Error: branch out of range
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/isismtt/
ISISMTTObjectIdentifiers.java 15 static final ASN1ObjectIdentifier id_isismtt_cp = id_isismtt.branch("1");
27 static final ASN1ObjectIdentifier id_isismtt_cp_accredited = id_isismtt_cp.branch("1");
30 static final ASN1ObjectIdentifier id_isismtt_at = id_isismtt.branch("3");
39 static final ASN1ObjectIdentifier id_isismtt_at_dateOfCertGen = id_isismtt_at.branch("1");
47 static final ASN1ObjectIdentifier id_isismtt_at_procuration = id_isismtt_at.branch("2");
55 static final ASN1ObjectIdentifier id_isismtt_at_admission = id_isismtt_at.branch("3");
66 static final ASN1ObjectIdentifier id_isismtt_at_monetaryLimit = id_isismtt_at.branch("4");
74 static final ASN1ObjectIdentifier id_isismtt_at_declarationOfMajority = id_isismtt_at.branch("5");
84 static final ASN1ObjectIdentifier id_isismtt_at_iCCSN = id_isismtt_at.branch("6");
95 static final ASN1ObjectIdentifier id_isismtt_at_PKReference = id_isismtt_at.branch("7")
    [all...]

Completed in 531 milliseconds

1 2 3 4 5 6 7 8 91011>>