Searched refs:branch (Results 1 - 25 of 250) sorted by relevance

12345678910

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/teletrust/
H A DTeleTrusTObjectIdentifiers.java16 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("
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
H A DNISTObjectIdentifiers.java19 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 aes = nistAlgorithm.branch("1");
38 static final ASN1ObjectIdentifier id_aes128_ECB = aes.branch("1");
40 static final ASN1ObjectIdentifier id_aes128_CBC = aes.branch("
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
H A DPKCSObjectIdentifiers.java15 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("1
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/
H A DBCObjectIdentifiers.java24 public static final ASN1ObjectIdentifier bc_pbe = bc.branch("1");
31 public static final ASN1ObjectIdentifier bc_pbe_sha1 = bc_pbe.branch("1");
34 public static final ASN1ObjectIdentifier bc_pbe_sha256 = bc_pbe.branch("2.1");
36 public static final ASN1ObjectIdentifier bc_pbe_sha384 = bc_pbe.branch("2.2");
38 public static final ASN1ObjectIdentifier bc_pbe_sha512 = bc_pbe.branch("2.3");
40 public static final ASN1ObjectIdentifier bc_pbe_sha224 = bc_pbe.branch("2.4");
46 public static final ASN1ObjectIdentifier bc_pbe_sha1_pkcs5 = bc_pbe_sha1.branch("1");
48 public static final ASN1ObjectIdentifier bc_pbe_sha1_pkcs12 = bc_pbe_sha1.branch("2");
51 public static final ASN1ObjectIdentifier bc_pbe_sha256_pkcs5 = bc_pbe_sha256.branch("1");
53 public static final ASN1ObjectIdentifier bc_pbe_sha256_pkcs12 = bc_pbe_sha256.branch("
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/iana/
H A DIANAObjectIdentifiers.java15 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("
[all...]
/external/valgrind/main/none/tests/s390x/
H A Dspechelper-icm-1.c3 #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(
[all...]
H A Dspechelper-icm-2.c3 #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(
[all...]
H A Dspechelper-clr.c3 #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(
[all...]
H A Dspechelper-cr.c3 #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(
[all...]
H A Dspechelper-ltr.c3 #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(
[all...]
H A Dspechelper-slgr.c3 #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(
[all...]
H A Dspechelper-slr.c3 #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(
[all...]
H A Dspechelper-tm.c3 #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(
[all...]
H A Dspechelper-tmll.c3 #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(
[all...]
H A Dspechelper-or.c3 #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(
[all...]
H A Dspechelper-algr.c3 #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(
[all...]
H A Dspechelper-alr.c3 #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(
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
H A DSECObjectIdentifiers.java20 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("1
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/eac/
H A DEACObjectIdentifiers.java39 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("
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
H A DX9ObjectIdentifiers.java19 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("
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/
H A DClassTransformerTee.java22 private ClassVisitor branch; field in class:ClassTransformerTee
24 public ClassTransformerTee(ClassVisitor branch) { argument
26 this.branch = branch;
30 cv = new ClassVisitorTee(branch, target);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/misc/
H A DMiscObjectIdentifiers.java14 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 verisignDnbDunsNumber = verisign.branch("6.1
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/isismtt/
H A DISISMTTObjectIdentifiers.java15 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("
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DKeyPurposeId.java31 public static final KeyPurposeId anyExtendedKeyUsage = new KeyPurposeId(Extension.extendedKeyUsage.branch("0"));
36 public static final KeyPurposeId id_kp_serverAuth = new KeyPurposeId(id_kp.branch("1"));
40 public static final KeyPurposeId id_kp_clientAuth = new KeyPurposeId(id_kp.branch("2"));
44 public static final KeyPurposeId id_kp_codeSigning = new KeyPurposeId(id_kp.branch("3"));
48 public static final KeyPurposeId id_kp_emailProtection = new KeyPurposeId(id_kp.branch("4"));
52 public static final KeyPurposeId id_kp_ipsecEndSystem = new KeyPurposeId(id_kp.branch("5"));
56 public static final KeyPurposeId id_kp_ipsecTunnel = new KeyPurposeId(id_kp.branch("6"));
60 public static final KeyPurposeId id_kp_ipsecUser = new KeyPurposeId(id_kp.branch("7"));
64 public static final KeyPurposeId id_kp_timeStamping = new KeyPurposeId(id_kp.branch("8"));
68 public static final KeyPurposeId id_kp_OCSPSigning = new KeyPurposeId(id_kp.branch("
[all...]
/external/llvm/test/MC/Mips/
H A Dmicromips-bad-branches.s3 # CHECK: error: branch to misaligned address
5 # CHECK: error: branch target out of range
7 # CHECK: error: branch to misaligned address
9 # CHECK: error: branch target out of range
12 # CHECK: error: branch to misaligned address
14 # CHECK: error: branch target out of range
16 # CHECK: error: branch to misaligned address
18 # CHECK: error: branch target out of range
21 # CHECK: error: branch to misaligned address
23 # CHECK: error: branch targe
[all...]

Completed in 652 milliseconds

12345678910