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

1 2 34 5 6 7 8 91011>>

  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSSignedHelper.java 16 // Android-removed: Unsupported algorithms
57 // BEGIN Android-removed: Unsupported algorithms
60 // END Android-removed: Unsupported algorithms
63 // BEGIN Android-removed: Unsupported algorithms
66 // END Android-removed: Unsupported algorithms
93 // BEGIN Android-removed: Unsupported algorithms
106 // END Android-removed: Unsupported algorithms
113 // BEGIN Android-removed: Unsupported algorithms
119 // END Android-removed: Unsupported algorithms
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gmp.info 114 Node: Algorithms255250
115 Node: Multiplication Algorithms255950
124 Node: Division Algorithms280253
132 Node: Greatest Common Divisor Algorithms294436
138 Node: Powering Algorithms304486
141 Node: Root Extraction Algorithms306057
146 Node: Radix Conversion Algorithms312006
149 Node: Other Algorithms318400
155 Node: Random Number Algorithms325428
  /system/iot/attestation/partner-tools/
aesgcm.py 23 from cryptography.hazmat.primitives.ciphers import algorithms
59 algorithms.AES(key), modes.GCM(iv),
90 algorithms.AES(key), modes.GCM(iv, tag),
  /compatibility/cdd/8_performance-and-power/
8_3_power-saving-modes.md 7 * [SR] The triggering, maintenance, wakeup algorithms and the use of
  /external/apache-commons-math/src/main/java/org/apache/commons/math/genetics/
package.html 21 This package provides Genetic Algorithms components and implementations.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/direct/
package.html 21 This package provides optimization algorithms that don't require derivatives.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
package.html 20 This package provides optimization algorithms that require derivatives.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
package.html 20 This package provides optimization algorithms for linear constrained problems.
  /external/autotest/client/site_tests/graphics_SanAngeles/
control.hwqual 22 also uses objects generated using procedural algorithms.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DSA.java 6 * interface for classes implementing algorithms modeled similar to the Digital Signature Alorithm.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
RSA.java 10 // Android-removed: Unsupported algorithms
42 // BEGIN Android-removed: Unsupported algorithms
66 // END Android-removed: Unsupported algorithms
72 // BEGIN Android-removed: Unsupported algorithms
83 // END Android-removed: Unsupported algorithms
87 // BEGIN Android-removed: Unsupported algorithms
93 // END Android-removed: Unsupported algorithms
103 // BEGIN Android-removed: Unsupported algorithms
149 // END Android-removed: Unsupported algorithms
154 // Android-removed: Unsupported algorithms
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/keystore/
BC.java 20 // Android-removed: Unsupported algorithms
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/
PBEPBKDF2.java 16 // Android-removed: Unsupported algorithms
36 // BEGIN Android-removed: Unsupported algorithms
121 // END Android-removed: Unsupported algorithms
234 // BEGIN Android-removed: Unsupported algorithms
242 // END Android-removed: Unsupported algorithms
268 // BEGIN Android-removed: Unsupported algorithms
323 // END Android-removed: Unsupported algorithms
325 // BEGIN Android-added: Android implementations of PBKDF2 algorithms.
487 // END Android-added: Android implementations of PBKDF2 algorithms.
501 // Before BC 1.56, this class was omitted in Android and the algorithms we desire
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/util/
JcaJceUtils.java 9 // Android-removed: Unsupported algorithms
14 // Android-removed: Unsupported algorithms
108 // BEGIN Android-removed: Unsupported algorithms
127 // END Android-removed: Unsupported algorithms
  /external/fio/crc/
sha3.h 2 * Common values for SHA-3 algorithms
  /external/libconstrainedcrypto/
README 1 libconstrainedcrypto provides a random set of basic crypto algorithms
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.milenage_db 1 # Parameters for Milenage (Example algorithms for AKA).
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
VelocityTrackerInterface.java 23 * algorithms.
  /prebuilts/misc/common/nimbus-jose-jwt/
README.md 4 * Supports all standard signature (JWS) and encryption (JWE) algorithms
24 ## Supported JOSE algorithms
26 The library can handle all standard JOSE algorithms:
53 * RFC 7518 - JSON Web Algorithms (JWA)
  /prebuilts/misc/common/robolectric/3.1.1/lib/
bcprov-jdk16-1.46.pom 9 <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.6.</description>
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.pom 9 <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7.</description>
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk16/1.46/
bcprov-jdk16-1.46.pom 9 <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.6.</description>
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.pom 9 <description>The Bouncy Castle Crypto package is a Java implementation of cryptographic algorithms. This jar contains JCE provider and lightweight API for the Bouncy Castle Cryptography APIs for JDK 1.5 to JDK 1.7.</description>
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
BouncyCastleProvider.java 63 // Android-changed: Remove unsupported algorithms, add our own version of PBEv2 AlgParams
70 // Android-removed: Unsupported algorithms
76 // Android-changed: Unsupported algorithms
93 // Android-changed: Unsupported algorithms
100 // Android-changed: Unsupported algorithms
111 // Android-changed: Unsupported algorithms
126 // Android-removed: Unsupported algorithms
171 // Android-removed: Unsupported algorithms
212 // END Android-removed: Unsupported algorithms
216 // BEGIN Android-removed: Unsupported algorithms
    [all...]
  /cts/tests/libcore/wycheproof-bc/src/android/libcore/cts/wycheproof/
BouncyCastleSupportProvider.java 33 // Our modified version of Bouncy Castle specifically expects certain algorithms
36 "Provides algorithms that Bouncy Castle needs to work in tests");

Completed in 1406 milliseconds

1 2 34 5 6 7 8 91011>>