/aosp_15_r20/external/llvm/test/MC/Mips/ |
H A D | mips-bad-branches.s | 3 # 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 …]
|
H A D | micromips-bad-branches.s | 3 # 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 …]
|
/aosp_15_r20/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.loops.frag.out | 160 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 …]
|
D | spv.controlFlowAttributes.frag.out | 50 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 …]
|
/aosp_15_r20/external/angle/third_party/glslang/src/Test/baseResults/ |
H A D | spv.loops.frag.out | 160 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 …]
|
H A D | spv.controlFlowAttributes.frag.out | 50 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 …]
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/gm/ |
H A D | GMObjectIdentifiers.java | 9 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 …]
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/gm/ |
H A D | GMObjectIdentifiers.java | 13 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 …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/gm/ |
H A D | GMObjectIdentifiers.java | 13 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 …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/pkcs/ |
H A D | PKCSObjectIdentifiers.java | 17 ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1"); 21 ASN1ObjectIdentifier md2WithRSAEncryption = pkcs_1.branch("2"); 23 ASN1ObjectIdentifier md4WithRSAEncryption = pkcs_1.branch("3"); 27 ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4"); 29 ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5"); 31 ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6"); 33 ASN1ObjectIdentifier id_RSAES_OAEP = pkcs_1.branch("7"); 35 ASN1ObjectIdentifier id_mgf1 = pkcs_1.branch("8"); 37 ASN1ObjectIdentifier id_pSpecified = pkcs_1.branch("9"); 39 ASN1ObjectIdentifier id_RSASSA_PSS = pkcs_1.branch("10"); [all …]
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/ |
H A D | PKCSObjectIdentifiers.java | 15 ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1"); 19 ASN1ObjectIdentifier md2WithRSAEncryption = pkcs_1.branch("2"); 21 ASN1ObjectIdentifier md4WithRSAEncryption = pkcs_1.branch("3"); 25 ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4"); 27 ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5"); 29 ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6"); 31 ASN1ObjectIdentifier id_RSAES_OAEP = pkcs_1.branch("7"); 33 ASN1ObjectIdentifier id_mgf1 = pkcs_1.branch("8"); 35 ASN1ObjectIdentifier id_pSpecified = pkcs_1.branch("9"); 37 ASN1ObjectIdentifier id_RSASSA_PSS = pkcs_1.branch("10"); [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/pkcs/ |
H A D | PKCSObjectIdentifiers.java | 17 ASN1ObjectIdentifier rsaEncryption = pkcs_1.branch("1"); 21 ASN1ObjectIdentifier md2WithRSAEncryption = pkcs_1.branch("2"); 23 ASN1ObjectIdentifier md4WithRSAEncryption = pkcs_1.branch("3"); 27 ASN1ObjectIdentifier md5WithRSAEncryption = pkcs_1.branch("4"); 29 ASN1ObjectIdentifier sha1WithRSAEncryption = pkcs_1.branch("5"); 31 ASN1ObjectIdentifier srsaOAEPEncryptionSET = pkcs_1.branch("6"); 33 ASN1ObjectIdentifier id_RSAES_OAEP = pkcs_1.branch("7"); 35 ASN1ObjectIdentifier id_mgf1 = pkcs_1.branch("8"); 37 ASN1ObjectIdentifier id_pSpecified = pkcs_1.branch("9"); 39 ASN1ObjectIdentifier id_RSASSA_PSS = pkcs_1.branch("10"); [all …]
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nist/ |
H A D | 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 …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/nist/ |
H A D | NISTObjectIdentifiers.java | 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"); 39 static final ASN1ObjectIdentifier id_sha3_256 = hashAlgs.branch("8"); 41 static final ASN1ObjectIdentifier id_sha3_384 = hashAlgs.branch("9"); [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/nist/ |
H A D | NISTObjectIdentifiers.java | 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"); 39 static final ASN1ObjectIdentifier id_sha3_256 = hashAlgs.branch("8"); 41 static final ASN1ObjectIdentifier id_sha3_384 = hashAlgs.branch("9"); [all …]
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/ |
H A D | X9ObjectIdentifiers.java | 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"); 43 ASN1ObjectIdentifier id_publicKeyType = ansi_X9_62.branch("2"); 46 ASN1ObjectIdentifier id_ecPublicKey = id_publicKeyType.branch("1"); [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x9/ |
H A D | X9ObjectIdentifiers.java | 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"); 45 ASN1ObjectIdentifier id_publicKeyType = ansi_X9_62.branch("2"); 48 ASN1ObjectIdentifier id_ecPublicKey = id_publicKeyType.branch("1"); [all …]
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x9/ |
H A D | X9ObjectIdentifiers.java | 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"); 45 ASN1ObjectIdentifier id_publicKeyType = ansi_X9_62.branch("2"); 48 ASN1ObjectIdentifier id_ecPublicKey = id_publicKeyType.branch("1"); [all …]
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/ |
H A D | 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 …]
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/bc/ |
H A D | BCObjectIdentifiers.java | 24 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 …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/bc/ |
H A D | BCObjectIdentifiers.java | 24 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 …]
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/sec/ |
H A D | SECObjectIdentifiers.java | 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"); 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 …]
|
/aosp_15_r20/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/sec/ |
H A D | SECObjectIdentifiers.java | 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"); 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 …]
|
/aosp_15_r20/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/sec/ |
H A D | SECObjectIdentifiers.java | 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"); 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 …]
|
/aosp_15_r20/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/nsri/ |
H A D | NSRIObjectIdentifiers.java | 9 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 …]
|