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

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/operator/
DefaultSignatureAlgorithmIdentifierFinder.java 12 // Android-removed: Unsupported algorithms
30 private static Map algorithms = new HashMap(); field in class:DefaultSignatureAlgorithmIdentifierFinder
40 // BEGIN Android-removed: Unsupported algorithms
43 // END Android-removed: Unsupported algorithms
47 // BEGIN Android-removed: Unsupported algorithms
48 // algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption);
49 // algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption);
50 // END Android-removed: Unsupported algorithms
51 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption);
52 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption)
    [all...]
  /prebuilts/jdk/jdk9/darwin-x86/conf/security/policy/limited/
exempt_local.policy 5 // There is no restriction to any algorithms if KeyRecovery is enforced.
8 // There is no restriction to any algorithms if KeyEscrow is enforced.
11 // There is no restriction to any algorithms if KeyWeakening is enforced.
default_US_export.policy 4 // There is no restriction to any algorithms.
  /prebuilts/jdk/jdk9/linux-x86/conf/security/policy/limited/
exempt_local.policy 5 // There is no restriction to any algorithms if KeyRecovery is enforced.
8 // There is no restriction to any algorithms if KeyEscrow is enforced.
11 // There is no restriction to any algorithms if KeyWeakening is enforced.
default_US_export.policy 4 // There is no restriction to any algorithms.
  /external/wycheproof/doc/
bugs.md 1 # List of bugs in common algorithms
  /prebuilts/jdk/jdk9/darwin-x86/conf/security/policy/unlimited/
default_US_export.policy 4 // There is no restriction to any algorithms.
default_local.policy 4 // There is no restriction to any algorithms.
  /prebuilts/jdk/jdk9/linux-x86/conf/security/policy/unlimited/
default_US_export.policy 4 // There is no restriction to any algorithms.
default_local.policy 4 // There is no restriction to any algorithms.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
X509Util.java 28 // Android-removed: Unsupported algorithms
34 // Android-removed: Unsupported algorithms
43 private static Hashtable algorithms = new Hashtable(); field in class:X509Util
49 // BEGIN Android-removed: Unsupported algorithms
50 // algorithms.put("MD2WITHRSAENCRYPTION", PKCSObjectIdentifiers.md2WithRSAEncryption);
51 // algorithms.put("MD2WITHRSA", PKCSObjectIdentifiers.md2WithRSAEncryption);
52 // END Android-removed: Unsupported algorithms
53 algorithms.put("MD5WITHRSAENCRYPTION", PKCSObjectIdentifiers.md5WithRSAEncryption);
54 algorithms.put("MD5WITHRSA", PKCSObjectIdentifiers.md5WithRSAEncryption);
55 algorithms.put("SHA1WITHRSAENCRYPTION", PKCSObjectIdentifiers.sha1WithRSAEncryption)
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
PreCompInfo.java 5 * algorithms. Used as a Memento (see GOF patterns) by e.g.
  /external/tensorflow/tensorflow/contrib/opt/
README.md 6 algorithms.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/
PKCS10CertificationRequest.java 33 // Android-removed: Unsupported algorithms
41 // Android-removed: Unsupported algorithms
78 private static Hashtable algorithms = new Hashtable(); field in class:PKCS10CertificationRequest
86 // Android-removed: Unsupported algorithms
87 // algorithms.put("MD2WITHRSAENCRYPTION", new ASN1ObjectIdentifier("1.2.840.113549.1.1.2"));
88 // algorithms.put("MD2WITHRSA", new ASN1ObjectIdentifier("1.2.840.113549.1.1.2"));
89 // END Android-removed: Unsupported algorithms
90 algorithms.put("MD5WITHRSAENCRYPTION", new ASN1ObjectIdentifier("1.2.840.113549.1.1.4"));
91 algorithms.put("MD5WITHRSA", new ASN1ObjectIdentifier("1.2.840.113549.1.1.4"));
92 algorithms.put("RSAWITHMD5", new ASN1ObjectIdentifier("1.2.840.113549.1.1.4"))
    [all...]
  /external/tpm2/
CryptSelfTest_fp.h 11 TPML_ALG *toTest, // IN: list of algorithms to be tested
12 TPML_ALG *toDoList // OUT: list of algorithms needing test
CryptSelfTest.c 22 ALGORITHM_VECTOR *toTest // IN: the vector of the algorithms to test
26 // For each of the algorithms that are in the toTestVecor, need to run a
43 // This function is called to start/complete a full self-test. If fullTest is NO, then only the untested algorithms
91 TPML_ALG *toTest, // IN: list of algorithms to be tested
92 TPML_ALG *toDoList // OUT: list of algorithms needing test
104 TPM_ALG_ID alg = toTest->algorithms[i];
114 // Fill in the toDoList with the algorithms that are still untested
121 toDoList->algorithms[toDoList->count++] = alg;
130 // This function will initialize the data structures for testing all the algorithms. This should not be called
143 // out any algorithms for which there is no test
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
Twofish.java 3 // Android-removed: Unsupported algorithms
7 // Android-removed: Unsupported algorithms
11 // Android-removed: Unsupported algorithms
15 // Android-removed: Unsupported algorithms
28 // BEGIN Android-removed: Unsupported algorithms
81 // END Android-removed: Unsupported algorithms
107 // BEGIN Android-removed: Unsupported algorithms
118 // END Android-removed: Unsupported algorithms
131 // BEGIN Android-removed: Unsupported algorithms
135 // END Android-removed: Unsupported algorithms
    [all...]
Blowfish.java 6 // Android-removed: Unsupported algorithms
12 // Android-removed: Unsupported algorithms
41 // BEGIN Android-removed: Unsupported algorithms
52 // END Android-removed: Unsupported algorithms
83 // Android-removed: Unsupported algorithms
86 // Android-removed: Unsupported algorithms
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/digest/
SHA512.java 7 // Android-removed: Unsupported algorithms
10 // Android-removed: Unsupported algorithms
42 // BEGIN Android-removed: Unsupported algorithms
81 // END Android-removed: Unsupported algorithms
92 // BEGIN Android-removed: Unsupported algorithms
124 // END Android-removed: Unsupported algorithms
138 // BEGIN Android-removed: Unsupported algorithms
158 // END Android-removed: Unsupported algorithms
175 // BEGIN Android-removed: Unsupported algorithms
187 // END Android-removed: Unsupported algorithms
    [all...]
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
DefaultCMSSignatureEncryptionAlgorithmFinder.java 19 // BEGIN Android-removed: Unsupported algorithms
22 // END Android-removed: Unsupported algorithms
31 // BEGIN Android-removed: Unsupported algorithms
34 // END Android-removed: Unsupported algorithms
37 // BEGIN Android-removed: Unsupported algorithms
41 // END Android-removed: Unsupported algorithms
  /dalvik/dx/tests/098-dex-jsr-ret-throw/
info.txt 4 algorithms to not converge. This was bug #1137450.
  /external/curl/docs/cmdline-opts/
compressed.d 5 Request a compressed response using one of the algorithms curl supports, and
tr-encoding.d 6 Request a compressed Transfer-Encoding response using one of the algorithms
  /external/eigen/
eigen3.pc.in 5 Description: A C++ template library for linear algebra: vectors, matrices, and related algorithms
  /external/python/cpython2/Doc/library/
crypto.rst 10 The modules described in this chapter implement various algorithms of a

Completed in 651 milliseconds

1 2 3 4 5 6 7 8 91011>>