/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/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 aes = nistAlgorithm.branch("1"); 38 static final ASN1ObjectIdentifier id_aes128_ECB = aes.branch("1"); 40 static final ASN1ObjectIdentifier id_aes128_CBC = aes.branch("2") [all...] |
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/bc/ |
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...] |
/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/main/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/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/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/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/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 verisignDnbDunsNumber = verisign.branch("6.15") [all...] |
/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...] |
/packages/apps/UnifiedEmail/src/org/apache/commons/io/input/ |
TeeInputStream.java | 43 private final OutputStream branch; field in class:TeeInputStream 57 * @param branch output stream that will receive a copy of all bytes read 59 public TeeInputStream(InputStream input, OutputStream branch) { 60 this(input, branch, false); 70 * @param branch output stream that will receive a copy of all bytes read 75 InputStream input, OutputStream branch, boolean closeBranch) { 77 this.branch = branch; 93 branch.close(); 108 branch.write(ch) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
KeyPurposeId.java | 31 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("9")) [all...] |