/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
D | DefaultSignatureAlgorithmIdentifierFinder.java | 27 private static Map algorithms = new HashMap(); field in DefaultSignatureAlgorithmIdentifierFinder 48 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 49 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption); 50 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 51 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption); 56 algorithms.put("SHA256WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha256WithRSAEncryption); 57 algorithms.put("SHA256WITHRSA", PKCSObjectIdentifiers.sha256WithRSAEncryption); 58 algorithms.put("SHA384WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha384WithRSAEncryption); 59 algorithms.put("SHA384WITHRSA", PKCSObjectIdentifiers.sha384WithRSAEncryption); 60 algorithms.put("SHA512WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha512WithRSAEncryption); [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509Util.java | 45 private static Hashtable algorithms = new Hashtable(); field in X509Util 55 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 56 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption); 57 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 58 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption); 63 algorithms.put("SHA256WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha256WithRSAEncryption); 64 algorithms.put("SHA256WITHRSA", PKCSObjectIdentifiers.sha256WithRSAEncryption); 65 algorithms.put("SHA384WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha384WithRSAEncryption); 66 algorithms.put("SHA384WITHRSA", PKCSObjectIdentifiers.sha384WithRSAEncryption); 67 algorithms.put("SHA512WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha512WithRSAEncryption); [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/ |
D | PKCS10CertificationRequest.java | 80 private static Hashtable algorithms = new Hashtable(); field in PKCS10CertificationRequest 93 algorithms.put("MD5WITHRSAENCRYPTION", new DERObjectIdentifier("1.2.840.113549.1.1.4")); 94 algorithms.put("MD5WITHRSA", new DERObjectIdentifier("1.2.840.113549.1.1.4")); 95 algorithms.put("RSAWITHMD5", new DERObjectIdentifier("1.2.840.113549.1.1.4")); 96 algorithms.put("SHA1WITHRSAENCRYPTION", new DERObjectIdentifier("1.2.840.113549.1.1.5")); 97 algorithms.put("SHA1WITHRSA", new DERObjectIdentifier("1.2.840.113549.1.1.5")); 102 algorithms.put("SHA256WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha256WithRSAEncryption); 103 algorithms.put("SHA256WITHRSA", PKCSObjectIdentifiers.sha256WithRSAEncryption); 104 algorithms.put("SHA384WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha384WithRSAEncryption); 105 algorithms.put("SHA384WITHRSA", PKCSObjectIdentifiers.sha384WithRSAEncryption); [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/ |
D | KeyAgreementSpi.java | 57 private static final Hashtable algorithms = new Hashtable(); field in KeyAgreementSpi 67 algorithms.put(NISTObjectIdentifiers.id_aes128_CBC.getId(), i128); in NISTObjectIdentifiers.id_aes128_CBC.getId() 68 algorithms.put(NISTObjectIdentifiers.id_aes192_CBC.getId(), i192); in NISTObjectIdentifiers.id_aes192_CBC.getId() 69 algorithms.put(NISTObjectIdentifiers.id_aes256_CBC.getId(), i256); in NISTObjectIdentifiers.id_aes256_CBC.getId() 70 algorithms.put(NISTObjectIdentifiers.id_aes128_wrap.getId(), i128); in NISTObjectIdentifiers.id_aes128_wrap.getId() 71 algorithms.put(NISTObjectIdentifiers.id_aes192_wrap.getId(), i192); in NISTObjectIdentifiers.id_aes192_wrap.getId() 72 algorithms.put(NISTObjectIdentifiers.id_aes256_wrap.getId(), i256); in NISTObjectIdentifiers.id_aes256_wrap.getId() 73 algorithms.put(PKCSObjectIdentifiers.id_alg_CMS3DESwrap.getId(), i192); in PKCSObjectIdentifiers.id_alg_CMS3DESwrap.getId()
|
/external/bouncycastle/patches/ |
D | bcpkix.patch | 547 - algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption); 548 - algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption); 550 + // algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption); 551 + // algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption); 553 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 554 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption); 555 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 556 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption); 557 - algorithms.put("SHA224WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha224WithRSAEncryption); 558 - algorithms.put("SHA224WITHRSA", PKCSObjectIdentifiers.sha224WithRSAEncryption); [all …]
|
D | README | 5 The main differences involve removing algorithms not included in the 9 supported algorithms and Android's. Some notable omissions versus the 46 - removing algorithms not in our bcprov (MD2, MD4, SHA224, RIPEMD, GOST)
|
D | bcprov.patch | 1825 algorithms.put("DES", i64); 1826 algorithms.put("DESEDE", i192); 2164 algorithms.put(NISTObjectIdentifiers.id_aes128_CBC.getId(), i128); 2165 algorithms.put(NISTObjectIdentifiers.id_aes192_CBC.getId(), i192); 2260 - if (!algorithms.containsKey(algorithm)) 2265 - int keySize = ((Integer)algorithms.get(algorithm)).intValue(); 2278 + // if (!algorithms.containsKey(algorithm)) 2283 + // int keySize = ((Integer)algorithms.get(algorithm)).intValue(); 6086 - algorithms.put("MD2WITHRSAENCRYPTION", new DERObjectIdentifier("1.2.840.113549.1.1.2")); 6087 - algorithms.put("MD2WITHRSA", new DERObjectIdentifier("1.2.840.113549.1.1.2")); [all …]
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
D | KeyAgreementSpi.java | 34 private static final Hashtable algorithms = new Hashtable(); field in KeyAgreementSpi 45 algorithms.put("DES", i64); 46 algorithms.put("DESEDE", i192); 47 algorithms.put("BLOWFISH", i128); 48 algorithms.put("AES", i256); 145 if (algorithms.containsKey(algKey)) in engineGenerateSecret() 147 Integer length = (Integer)algorithms.get(algKey); in engineGenerateSecret()
|
/external/eigen/doc/ |
D | TopicMultithreading.dox | 7 Some Eigen's algorithms can exploit the multiple cores present in your hardware. To this end, it is… 24 Currently, the following algorithms can make use of multi-threading:
|
/external/eigen/unsupported/Eigen/ |
D | NonLinearOptimization | 27 * This module provides implementation of two important algorithms in non linear 59 * They guaranty we get the same results as the original algorithms (value for 'x', 78 * Both algorithms can use either the jacobian (provided by the user) or compute 89 * All algorithms are provided using Two APIs :
|
D | BVH | 23 * \brief This module provides generic bounding volume hierarchy algorithms 32 …* of the two basic algorithms over a BVH: intersection of a query object against all objects in th… 53 …* This implementation decouples the basic algorithms both from the type of hierarchy (and the type… 57 …* To be used in the algorithms, a hierarchy must implement the following traversal mechanism (see …
|
D | IterativeSolvers | 17 * This module aims to provide various iterative linear and non linear solver algorithms.
|
/external/eigen/ |
D | eigen3.pc.in | 2 Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
|
D | README.android | 5 numerical solvers, and related algorithms.
|
/external/wpa_supplicant_6/wpa_supplicant/src/hlr_auc_gw/ |
D | hlr_auc_gw.milenage_db | 1 # Parameters for Milenage (Example algorithms for AKA).
|
/external/wpa_supplicant_8/hostapd/ |
D | hlr_auc_gw.milenage_db | 1 # Parameters for Milenage (Example algorithms for AKA).
|
/external/dropbear/libtomcrypt/notes/ |
D | tech0005.txt | 10 You can disable whole classes of algorithms on the command line with the LTC_NO_* defines. From th…
|
/external/jmonkeyengine/engine/src/core-data/Common/MatDefs/Light/ |
D | Deferred.j3md | 5 // Use more efficent algorithms to improve performance
|
/external/openssl/crypto/asn1/ |
D | x_algor.c | 70 ASN1_EX_TEMPLATE_TYPE(ASN1_TFLG_SEQUENCE_OF, 0, algorithms, X509_ALGOR)
|
/external/openssl/crypto/objects/ |
D | obj_xref.txt | 2 # Links signatures OIDs to their corresponding public key algorithms
|
/external/llvm/test/CodeGen/CellSPU/ |
D | loads.ll | 44 ;might change with improved algorithms or scheduling
|
/external/bzip2/ |
D | README | 108 Unless you are 100% familiar with *all* the algorithms 124 of the algorithms, and, in particular, the presence of various 139 patented algorithms. However, I do not have the resources
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.sample | 53 # - permutation of the crypto/hash/compression algorithms presented below
|
/external/apache-harmony/regex/ |
D | README.TXT | 36 and possible combination of the two algorithms.
|
/external/zlib/src/ |
D | INDEX | 25 doc/ documentation for formats and algorithms
|