Home
last modified time | relevance | path

Searched full:branch (Results 1 – 25 of 6420) sorted by relevance

12345678910>>...257

/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/gm/
DGMObjectIdentifiers.java13 ASN1ObjectIdentifier sm6_ecb = sm_scheme.branch("101.1");
14 ASN1ObjectIdentifier sm6_cbc = sm_scheme.branch("101.2");
15 ASN1ObjectIdentifier sm6_ofb128 = sm_scheme.branch("101.3");
16 ASN1ObjectIdentifier sm6_cfb128 = sm_scheme.branch("101.4");
18 ASN1ObjectIdentifier sm1_ecb = sm_scheme.branch("102.1");
19 ASN1ObjectIdentifier sm1_cbc = sm_scheme.branch("102.2");
20 ASN1ObjectIdentifier sm1_ofb128 = sm_scheme.branch("102.3");
21 ASN1ObjectIdentifier sm1_cfb128 = sm_scheme.branch("102.4");
22 ASN1ObjectIdentifier sm1_cfb1 = sm_scheme.branch("102.5");
23 ASN1ObjectIdentifier sm1_cfb8 = sm_scheme.branch("102.6");
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/gm/
DGMObjectIdentifiers.java9 ASN1ObjectIdentifier sm6_ecb = sm_scheme.branch("101.1");
10 ASN1ObjectIdentifier sm6_cbc = sm_scheme.branch("101.2");
11 ASN1ObjectIdentifier sm6_ofb128 = sm_scheme.branch("101.3");
12 ASN1ObjectIdentifier sm6_cfb128 = sm_scheme.branch("101.4");
14 ASN1ObjectIdentifier sm1_ecb = sm_scheme.branch("102.1");
15 ASN1ObjectIdentifier sm1_cbc = sm_scheme.branch("102.2");
16 ASN1ObjectIdentifier sm1_ofb128 = sm_scheme.branch("102.3");
17 ASN1ObjectIdentifier sm1_cfb128 = sm_scheme.branch("102.4");
18 ASN1ObjectIdentifier sm1_cfb1 = sm_scheme.branch("102.5");
19 ASN1ObjectIdentifier sm1_cfb8 = sm_scheme.branch("102.6");
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/gm/
DGMObjectIdentifiers.java13 ASN1ObjectIdentifier sm6_ecb = sm_scheme.branch("101.1");
14 ASN1ObjectIdentifier sm6_cbc = sm_scheme.branch("101.2");
15 ASN1ObjectIdentifier sm6_ofb128 = sm_scheme.branch("101.3");
16 ASN1ObjectIdentifier sm6_cfb128 = sm_scheme.branch("101.4");
18 ASN1ObjectIdentifier sm1_ecb = sm_scheme.branch("102.1");
19 ASN1ObjectIdentifier sm1_cbc = sm_scheme.branch("102.2");
20 ASN1ObjectIdentifier sm1_ofb128 = sm_scheme.branch("102.3");
21 ASN1ObjectIdentifier sm1_cfb128 = sm_scheme.branch("102.4");
22 ASN1ObjectIdentifier sm1_cfb1 = sm_scheme.branch("102.5");
23 ASN1ObjectIdentifier sm1_cfb8 = sm_scheme.branch("102.6");
[all …]
/external/llvm/test/MC/Mips/
Dmips-bad-branches.s3 # CHECK: error: branch to misaligned address
5 # CHECK: error: branch to misaligned address
7 # CHECK: error: branch to misaligned address
9 # CHECK: error: branch target out of range
11 # CHECK: error: branch to misaligned address
13 # CHECK: error: branch to misaligned address
15 # CHECK: error: branch to misaligned address
17 # CHECK: error: branch target out of range
20 # CHECK: error: branch to misaligned address
22 # CHECK: error: branch to misaligned address
[all …]
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 target out of range
[all …]
/external/llvm-project/llvm/test/MC/Mips/
Dmips-bad-branches.s3 # CHECK: error: branch to misaligned address
5 # CHECK: error: branch to misaligned address
7 # CHECK: error: branch to misaligned address
9 # CHECK: error: branch target out of range
11 # CHECK: error: branch to misaligned address
13 # CHECK: error: branch to misaligned address
15 # CHECK: error: branch to misaligned address
17 # CHECK: error: branch target out of range
20 # CHECK: error: branch to misaligned address
22 # CHECK: error: branch to misaligned address
[all …]
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 target out of range
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nsri/
DNSRIObjectIdentifiers.java9 ASN1ObjectIdentifier id_algorithm = nsri.branch("1");
11 ASN1ObjectIdentifier id_sea = id_algorithm.branch("1");
12 ASN1ObjectIdentifier id_pad = id_algorithm.branch("2");
14 ASN1ObjectIdentifier id_pad_null = id_algorithm.branch("0");
15 ASN1ObjectIdentifier id_pad_1 = id_algorithm.branch("1");
17 ASN1ObjectIdentifier id_aria128_ecb = id_sea.branch("1");
18 ASN1ObjectIdentifier id_aria128_cbc = id_sea.branch("2");
19 ASN1ObjectIdentifier id_aria128_cfb = id_sea.branch("3");
20 ASN1ObjectIdentifier id_aria128_ofb = id_sea.branch("4");
21 ASN1ObjectIdentifier id_aria128_ctr = id_sea.branch("5");
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/nsri/
DNSRIObjectIdentifiers.java13 ASN1ObjectIdentifier id_algorithm = nsri.branch("1");
15 ASN1ObjectIdentifier id_sea = id_algorithm.branch("1");
16 ASN1ObjectIdentifier id_pad = id_algorithm.branch("2");
18 ASN1ObjectIdentifier id_pad_null = id_algorithm.branch("0");
19 ASN1ObjectIdentifier id_pad_1 = id_algorithm.branch("1");
21 ASN1ObjectIdentifier id_aria128_ecb = id_sea.branch("1");
22 ASN1ObjectIdentifier id_aria128_cbc = id_sea.branch("2");
23 ASN1ObjectIdentifier id_aria128_cfb = id_sea.branch("3");
24 ASN1ObjectIdentifier id_aria128_ofb = id_sea.branch("4");
25 ASN1ObjectIdentifier id_aria128_ctr = id_sea.branch("5");
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/nsri/
DNSRIObjectIdentifiers.java13 ASN1ObjectIdentifier id_algorithm = nsri.branch("1");
15 ASN1ObjectIdentifier id_sea = id_algorithm.branch("1");
16 ASN1ObjectIdentifier id_pad = id_algorithm.branch("2");
18 ASN1ObjectIdentifier id_pad_null = id_algorithm.branch("0");
19 ASN1ObjectIdentifier id_pad_1 = id_algorithm.branch("1");
21 ASN1ObjectIdentifier id_aria128_ecb = id_sea.branch("1");
22 ASN1ObjectIdentifier id_aria128_cbc = id_sea.branch("2");
23 ASN1ObjectIdentifier id_aria128_cfb = id_sea.branch("3");
24 ASN1ObjectIdentifier id_aria128_ofb = id_sea.branch("4");
25 ASN1ObjectIdentifier id_aria128_ctr = id_sea.branch("5");
[all …]
/external/deqp-deps/glslang/Test/baseResults/
Dspv.controlFlowAttributes.frag.out50 Branch 25
53 Branch 29
59 Branch 28
64 Branch 25
67 Branch 37
70 Branch 38
72 Branch 40
77 Branch 42
80 Branch 46
86 Branch 45
[all …]
/external/angle/third_party/vulkan-deps/glslang/src/Test/baseResults/
Dspv.controlFlowAttributes.frag.out50 Branch 25
53 Branch 29
59 Branch 28
64 Branch 25
67 Branch 37
70 Branch 38
72 Branch 40
77 Branch 42
80 Branch 46
86 Branch 45
[all …]
Dspv.loops.frag.out160 Branch 13
163 Branch 17
176 Branch 15
187 Branch 15
192 Branch 15
194 Branch 13
196 Branch 46
199 Branch 50
211 Branch 49
213 Branch 46
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/nist/
DNISTObjectIdentifiers.java21 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");
39 static final ASN1ObjectIdentifier id_sha3_256 = hashAlgs.branch("8");
41 static final ASN1ObjectIdentifier id_sha3_384 = hashAlgs.branch("9");
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/nist/
DNISTObjectIdentifiers.java21 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");
39 static final ASN1ObjectIdentifier id_sha3_256 = hashAlgs.branch("8");
41 static final ASN1ObjectIdentifier id_sha3_384 = hashAlgs.branch("9");
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/
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 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 …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/
DSECObjectIdentifiers.java22 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");
36 static final ASN1ObjectIdentifier secp160r1 = ellipticCurve.branch("8");
38 static final ASN1ObjectIdentifier secp160k1 = ellipticCurve.branch("9");
40 static final ASN1ObjectIdentifier secp256k1 = ellipticCurve.branch("10");
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/
DBCObjectIdentifiers.java22 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/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/sec/
DSECObjectIdentifiers.java24 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");
38 static final ASN1ObjectIdentifier secp160r1 = ellipticCurve.branch("8");
40 static final ASN1ObjectIdentifier secp160k1 = ellipticCurve.branch("9");
42 static final ASN1ObjectIdentifier secp256k1 = ellipticCurve.branch("10");
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/sec/
DSECObjectIdentifiers.java24 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");
38 static final ASN1ObjectIdentifier secp160r1 = ellipticCurve.branch("8");
40 static final ASN1ObjectIdentifier secp160k1 = ellipticCurve.branch("9");
42 static final ASN1ObjectIdentifier secp256k1 = ellipticCurve.branch("10");
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/bc/
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("2");
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/bc/
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("2");
[all …]
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/
DX9ObjectIdentifiers.java21 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");
45 ASN1ObjectIdentifier id_publicKeyType = ansi_X9_62.branch("2");
48 ASN1ObjectIdentifier id_ecPublicKey = id_publicKeyType.branch("1");
[all …]
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/
DX9ObjectIdentifiers.java21 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");
45 ASN1ObjectIdentifier id_publicKeyType = ansi_X9_62.branch("2");
48 ASN1ObjectIdentifier id_ecPublicKey = id_publicKeyType.branch("1");
[all …]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DX9ObjectIdentifiers.java19 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");
43 ASN1ObjectIdentifier id_publicKeyType = ansi_X9_62.branch("2");
46 ASN1ObjectIdentifier id_ecPublicKey = id_publicKeyType.branch("1");
[all …]

12345678910>>...257