HomeSort by relevance Sort by last modified time
    Searched full:algorithms (Results 26 - 50 of 2344) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/
MessageDigestUtils.java 7 // Android-removed: Unsupported algorithms
14 // Android-removed: Unsupported algorithms
23 // BEGIN Android-removed: Unsupported algorithms
26 // END Android-removed: Unsupported algorithms
33 // BEGIN Android-removed: Unsupported algorithms
48 // END Android-removed: Unsupported algorithms
  /prebuilts/tools/common/m2/repository/com/github/kevinstern/software-and-algorithms/1.0/
software-and-algorithms-1.0.pom 4 <artifactId>software-and-algorithms</artifactId>
7 <name>Software and Algorithms</name>
9 <url>https://www.github.com/KevinStern/software-and-algorithms</url>
27 <connection>scm:git:git://github.com/KevinStern/software-and-algorithms.git</connection>
28 <developerConnection>scm:git:ssh://github.com/KevinStern/software-and-algorithms.git</developerConnection>
29 <url>https://www.github.com/KevinStern/software-and-algorithms</url>
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultDigestAlgorithmIdentifierFinder.java 8 // Android-removed: Unsupported algorithms
31 // BEGIN Android-removed: Unsupported algorithms
34 // END Android-removed: Unsupported algorithms
41 // BEGIN Android-removed: Unsupported algorithms
44 // END Android-removed: Unsupported algorithms
55 // BEGIN Android-removed: Unsupported algorithms
61 // END Android-removed: Unsupported algorithms
68 // BEGIN Android-removed: Unsupported algorithms
93 // END Android-removed: Unsupported algorithms
101 // BEGIN Android-removed: Unsupported algorithms
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/arm/cryptocell/
secureboot_gen_defs.h 43 /********* Supported algorithms definitions ***********/
45 /*! RSA supported algorithms */
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
X509.java 21 // BEGIN Android-removed: Unsupported algorithms
24 // END Android-removed: Unsupported algorithms
DH.java 39 // BEGIN Android-removed: Unsupported algorithms
42 // END Android-removed: Unsupported algorithms
54 // BEGIN Android-removed: Unsupported algorithms
66 // END Android-removed: Unsupported algorithms
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseAlgorithmParameterGenerator.java 9 // Android-changed: Use default provider for JCA algorithms instead of BC
17 // Android-changed: Use default provider for JCA algorithms instead of BC
  /external/conscrypt/common/src/main/java/org/conscrypt/
OpenSSLContextImpl.java 49 private final String[] algorithms; field in class:OpenSSLContextImpl
64 OpenSSLContextImpl(String[] algorithms) {
65 this.algorithms = algorithms;
75 this.algorithms = null;
86 serverSessionContext, algorithms);
93 * implementations of the needed algorithms.
104 kms, tms, sr, clientSessionContext, serverSessionContext, algorithms);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA384.java 8 // Android-removed: Unsupported algorithms
61 // BEGIN Android-removed: Unsupported algorithms
72 // END Android-removed: Unsupported algorithms
88 // Android-removed: Unsupported algorithms
  /external/python/cpython2/Doc/library/
archiving.rst 9 gzip, and bzip2 algorithms, and the creation of ZIP- and tar-format archives.
mm.rst 8 The modules described in this chapter implement various algorithms or interfaces
hashlib.rst 5 :synopsis: Secure hash and message digest algorithms.
21 message digest algorithms. Included are the FIPS secure hash algorithms SHA1,
24 digest are interchangeable. Older algorithms were called message digests. The
34 Some algorithms have known hash collision weaknesses, refer to the "See
46 Constructors for hash algorithms that are always present in this module are
48 :func:`sha512`. Additional algorithms may also be available depending upon the
72 hashes as well as any other algorithms that your OpenSSL library may offer. The
84 .. data:: hashlib.algorithms
86 A tuple providing the names of the hash algorithms guaranteed to b
    [all...]
  /external/python/cpython3/Doc/library/
archiving.rst 8 gzip, bzip2 and lzma algorithms, and the creation of ZIP- and tar-format
crypto.rst 9 The modules described in this chapter implement various algorithms of a
mm.rst 7 The modules described in this chapter implement various algorithms or interfaces
  /external/tpm2/
AlgorithmCap_fp.h 16 UINT32 count, // IN: count of returned algorithms
  /external/toolchain-utils/bestflags/
README 5 infrastructure supports plug-in modules that implement algorithms for searching
8 Currently, three different algorithms are built, namely genetic algorithm, hill
10 contains the testing of these algorithms.
  /external/vboot_reference/firmware/2lib/include/
2crypto.h 12 /* Verified boot crypto algorithms */
27 /* Number of algorithms */
42 /* RSA algorithms of the given length in bits (1024-8192) */
  /frameworks/base/core/java/android/security/net/config/
PinSet.java 40 Set<String> algorithms = new ArraySet<String>(); local
42 algorithms.add(pin.digestAlgorithm);
44 return algorithms;
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultCMSSignatureAlgorithmNameGenerator.java 7 // Android-removed: Unsupported algorithms
38 // BEGIN Android-removed: Unsupported algorithms
41 // END Android-removed: Unsupported algorithms
44 // BEGIN Android-removed: Unsupported algorithms
47 // END Android-removed: Unsupported algorithms
74 // BEGIN Android-removed: Unsupported algorithms
81 // END Android-removed: Unsupported algorithms
88 // BEGIN Android-removed: Unsupported algorithms
98 // END Android-removed: Unsupported algorithms
105 // BEGIN Android-removed: Unsupported algorithms
    [all...]
CMSSignatureEncryptionAlgorithmFinder.java 6 * Finder which is used to look up the algorithm identifiers representing the encryption algorithms that
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
DESede.java 3 // Android-removed: Unsupported algorithms
7 // Android-removed: Unsupported algorithms
14 // Android-removed: Unsupported algorithms
23 // Android-removed: Unsupported algorithms
27 // Android-removed: Unsupported algorithms
33 // Android-removed: Unsupported algorithms
66 // BEGIN Android-removed: Unsupported algorithms
80 // END Android-removed: Unsupported algorithms
115 // BEGIN Android-removed: Unsupported algorithms
126 // END Android-removed: Unsupported algorithms
    [all...]
  /libcore/tools/docs/crypto/
update_crypto_support_test.py 212 'algorithms': []}]},
231 'algorithms': [
240 'algorithms': [
254 'algorithms': [
265 'algorithms': [
283 'algorithms': [
298 'algorithms': [
321 'algorithms': [
332 'algorithms': [
345 'algorithms':
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/bc/
BcDefaultDigestProvider.java 7 // Android-removed: Unsupported algorithms
15 // Android-removed: Unsupported algorithms
20 // Android-removed: Unsupported algorithms
28 // Android-removed: Unsupported algorithms
77 // BEGIN Android-removed: Unsupported algorithms
157 // END Android-removed: Unsupported algorithms
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/jcajce/
JcaSignerInfoGeneratorBuilder.java 24 * @param digestProvider a provider of digest calculators for the algorithms required in the signature and attribute calculations.
32 * Base constructor with a particular finder for signature algorithms.
34 * @param digestProvider a provider of digest calculators for the algorithms required in the signature and attribute calculations.

Completed in 1054 milliseconds

12 3 4 5 6 7 8 91011>>