/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/ |
D | DefaultSignatureAlgorithmIdentifierFinder.java | 29 private static Map algorithms = new HashMap(); field in DefaultSignatureAlgorithmIdentifierFinder 50 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 51 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption); 52 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 53 algorithms.put("SHA1WITHRSA", PKCSObjectIdentifiers.sha1WithRSAEncryption); 54 algorithms.put("SHA224WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha224WithRSAEncryption); 55 algorithms.put("SHA224WITHRSA", PKCSObjectIdentifiers.sha224WithRSAEncryption); 56 algorithms.put("SHA256WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha256WithRSAEncryption); 57 algorithms.put("SHA256WITHRSA", PKCSObjectIdentifiers.sha256WithRSAEncryption); 58 algorithms.put("SHA384WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha384WithRSAEncryption); [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); 59 algorithms.put("SHA224WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha224WithRSAEncryption); 60 algorithms.put("SHA224WITHRSA", PKCSObjectIdentifiers.sha224WithRSAEncryption); 61 algorithms.put("SHA256WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha256WithRSAEncryption); 62 algorithms.put("SHA256WITHRSA", PKCSObjectIdentifiers.sha256WithRSAEncryption); 63 algorithms.put("SHA384WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha384WithRSAEncryption); [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 ASN1ObjectIdentifier("1.2.840.113549.1.1.4")); 94 algorithms.put("MD5WITHRSA", new ASN1ObjectIdentifier("1.2.840.113549.1.1.4")); 95 algorithms.put("RSAWITHMD5", new ASN1ObjectIdentifier("1.2.840.113549.1.1.4")); 96 algorithms.put("SHA1WITHRSAENCRYPTION", new ASN1ObjectIdentifier("1.2.840.113549.1.1.5")); 97 algorithms.put("SHA1WITHRSA", new ASN1ObjectIdentifier("1.2.840.113549.1.1.5")); 98 algorithms.put("SHA224WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha224WithRSAEncryption); 99 algorithms.put("SHA224WITHRSA", PKCSObjectIdentifiers.sha224WithRSAEncryption); 100 algorithms.put("SHA256WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha256WithRSAEncryption); 101 algorithms.put("SHA256WITHRSA", PKCSObjectIdentifiers.sha256WithRSAEncryption); [all …]
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLContextImpl.java | 43 private final String[] algorithms; field in OpenSSLContextImpl 58 protected OpenSSLContextImpl(String[] algorithms) { in OpenSSLContextImpl() argument 59 this.algorithms = algorithms; in OpenSSLContextImpl() 72 this.algorithms = null; in OpenSSLContextImpl() 83 serverSessionContext, algorithms); in OpenSSLContextImpl() 101 serverSessionContext, algorithms); in engineInit()
|
/external/bouncycastle/patches/ |
D | bcpkix.patch | 835 - algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption); 836 - algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption); 838 + // algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption); 839 + // algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption); 841 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption); 842 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption); 843 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption); 845 algorithms.put("SHA256WITHRSAANDMGF1", PKCSObjectIdentifiers.id_RSASSA_PSS); 846 algorithms.put("SHA384WITHRSAANDMGF1", PKCSObjectIdentifiers.id_RSASSA_PSS); 847 algorithms.put("SHA512WITHRSAANDMGF1", PKCSObjectIdentifiers.id_RSASSA_PSS); [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 41 - removing algorithms not in our bcprov (MD2, MD4, SHA224, RIPEMD, GOST)
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/ |
D | changelog | 14 * Updated database of pre-defined CRC algorithms 20 * Added XOR out feature to allow creation of standard CRC algorithms 21 * Added a database of pre-defined CRC algorithms
|
/external/opencv3/modules/core/doc/ |
D | cuda.markdown | 9 module includes utility functions, low-level vision primitives, and high-level algorithms. The 11 vision algorithms taking advantage of CUDA whereas the high-level functionality includes some 12 state-of-the-art algorithms (such as stereo correspondence, face and people detectors, and others) 23 implementation of CUDA-accelerated computer vision algorithms. However, if your algorithm involves 71 In the current version, each of the OpenCV CUDA algorithms can use only a single GPU. So, to utilize 75 While developing algorithms for multiple GPUs, note a data passing overhead. For primitive functions 77 GPUs. But for high-level algorithms, consider using multi-GPU acceleration. For example, the Stereo
|
D | intro.markdown | 5 library that includes several hundreds of computer vision algorithms. The document describes the 18 and object tracking algorithms. 19 - **calib3d** - basic multiple-view geometry algorithms, single and stereo camera calibration, 20 object pose estimation, stereo correspondence algorithms, and elements of 3D reconstruction. 26 - **gpu** - GPU-accelerated algorithms from different OpenCV modules. 201 safe data structures and algorithms. However, the extensive use of templates may dramatically 203 implementation when templates are used exclusively. This could be fine for basic algorithms but not 260 - Linear algebra functions and most of the machine learning algorithms work with floating-point
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/ |
D | crcmod.predefined.rst | 2 :mod:`crcmod.predefined` -- CRC calculation using predefined algorithms 6 :synopsis: CRC calculation using predefined algorithms 11 for calculating CRCs of byte strings using common predefined CRC algorithms. 17 Predefined CRC algorithms 20 The :mod:`crcmod.predefined` module offers the following predefined algorithms:
|
D | crcmod.rst | 11 for calculating CRCs of byte strings using common CRC algorithms. 46 :keyword:`True` because the bit reversed algorithms are more efficient. 49 CRC algorithms. Defaults to zero. 77 The CRC-32 uses a "reversed" algorithm, used for many common CRC algorithms. 131 :keyword:`True` because the bit reversed algorithms are more efficient. 134 CRC algorithms. Defaults to zero.
|
D | intro.rst | 11 number of resources on the web that give a good explanation of the algorithms. 30 common CRC algorithms are predefined in :mod:`crcmod.predefined`. If someone 140 Secure hash and message digest algorithms.
|
/external/tpm2/ |
D | CryptSelfTest.c | 104 TPM_ALG_ID alg = toTest->algorithms[i]; in CryptIncrementalSelfTest() 121 toDoList->algorithms[toDoList->count++] = alg; in CryptIncrementalSelfTest()
|
/external/opencv3/doc/tutorials/photo/hdr_imaging/ |
D | hdr_imaging.markdown | 16 camera’s response function and there are algorithms to estimate it. After the HDR image has been 24 be implemented using different algorithms so take a look at the reference manual to see them all. 62 It is necessary to know camera response function (CRF) for a lot of HDR construction algorithms. 63 We use one of the calibration algorithms to estimate inverse CRF for all 256 pixel values.
|
/external/opencv3/doc/tutorials/introduction/transition_guide/ |
D | transition_guide.markdown | 10 … new algorithms and features comparing to version 2.4. Some modules have been rewritten, some have… 17 This is a place for all new, experimental and non-free algorithms. It does not receive so much atte… 36 - _legacy_, _nonfree_ modules have been removed. Some algorithms have been moved to different loc… 100 … rewritten, it will take some effort to adapt your software to it. All algorithms are located in s… 120 Although rewritten _ml_ algorithms in 3.0 allow you to load old trained models from _xml/yml_ file,… 153 Some algorithms (FREAK, BRIEF, SIFT, SURF) has been moved to _opencv_contrib_ repository, to _xfeat…
|
/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 …
|
/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/opencv3/doc/tutorials/ |
D | tutorials.markdown | 46 to find algorithms usable on your video streams like: motion extraction, feature tracking and 68 OpenCV algorithms.
|
/external/opencv3/doc/tutorials/video/ |
D | table_of_content_video.markdown | 4 Look here in order to find use on your video stream algorithms like: motion extraction, feature
|
/external/ceres-solver/docs/source/ |
D | features.rst | 42 optimization algorithms will suit different needs. To this end, 43 Ceres Solver comes with a variety of optimization algorithms, some 59 line search based algorithms. This includes a number of variants
|
/external/opencv3/doc/py_tutorials/py_video/ |
D | py_table_of_contents_video.markdown | 8 algorithms like "Meanshift", and its upgraded version, "Camshift" to find and track them.
|
/external/opencv3/doc/tutorials/gpu/ |
D | table_of_content_gpu.markdown | 5 run the OpenCV algorithms.
|