HomeSort by relevance Sort by last modified time
    Searched refs:algorithm (Results 151 - 175 of 3728) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
BCECPublicKey.java 43 private String algorithm = "EC"; field in class:BCECPublicKey
51 String algorithm,
54 this.algorithm = algorithm;
62 String algorithm,
66 this.algorithm = algorithm;
73 String algorithm,
77 this.algorithm = algorithm;
    [all...]
  /external/chromium_org/content/child/webcrypto/nss/
aes_cbc_nss.cc 25 const blink::WebCryptoAlgorithm& algorithm,
29 const blink::WebCryptoAesCbcParams* params = algorithm.aesCbcParams();
105 virtual Status Encrypt(const blink::WebCryptoAlgorithm& algorithm,
109 return AesCbcEncryptDecrypt(ENCRYPT, algorithm, key, data, buffer);
112 virtual Status Decrypt(const blink::WebCryptoAlgorithm& algorithm,
116 return AesCbcEncryptDecrypt(DECRYPT, algorithm, key, data, buffer);
sha_nss.cc 24 blink::WebCryptoAlgorithmId algorithm) {
25 switch (algorithm) {
35 // Not a digest algorithm.
134 virtual Status Digest(const blink::WebCryptoAlgorithm& algorithm,
137 DigestorNSS digestor(algorithm.id());
154 blink::WebCryptoAlgorithmId algorithm) {
155 return scoped_ptr<blink::WebCryptoDigestor>(new DigestorNSS(algorithm));
rsa_key_nss.h 19 // Base class for an RSA algorithm whose keys additionaly have a hash parameter
24 // Constructs an RSA algorithm which will use the NSS flags |generate_flags|
52 const blink::WebCryptoAlgorithm& algorithm,
64 const blink::WebCryptoAlgorithm& algorithm,
70 const blink::WebCryptoAlgorithm& algorithm,
82 const blink::WebCryptoAlgorithm& algorithm,
  /external/chromium_org/content/child/webcrypto/openssl/
aes_cbc_openssl.cc 40 const blink::WebCryptoAlgorithm& algorithm,
46 const blink::WebCryptoAesCbcParams* params = algorithm.aesCbcParams();
116 virtual Status Encrypt(const blink::WebCryptoAlgorithm& algorithm,
120 return AesCbcEncryptDecrypt(ENCRYPT, algorithm, key, data, buffer);
123 virtual Status Decrypt(const blink::WebCryptoAlgorithm& algorithm,
127 return AesCbcEncryptDecrypt(DECRYPT, algorithm, key, data, buffer);
rsa_key_openssl.h 17 // Base class for an RSA algorithm whose keys additionaly have a hash parameter
47 const blink::WebCryptoAlgorithm& algorithm,
59 const blink::WebCryptoAlgorithm& algorithm,
65 const blink::WebCryptoAlgorithm& algorithm,
71 const blink::WebCryptoAlgorithm& algorithm,
  /external/chromium_org/content/child/webcrypto/
webcrypto_impl.cc 190 EncryptState(const blink::WebCryptoAlgorithm& algorithm,
196 algorithm(algorithm),
200 const blink::WebCryptoAlgorithm algorithm; member in struct:content::__anon12180::EncryptState
211 GenerateKeyState(const blink::WebCryptoAlgorithm& algorithm,
216 algorithm(algorithm),
223 const blink::WebCryptoAlgorithm algorithm; member in struct:content::__anon12180::GenerateKeyState
238 const blink::WebCryptoAlgorithm& algorithm,
245 algorithm(algorithm)
252 const blink::WebCryptoAlgorithm algorithm; member in struct:content::__anon12180::ImportKeyState
288 const blink::WebCryptoAlgorithm algorithm; member in struct:content::__anon12180::VerifySignatureState
    [all...]
platform_crypto.h 24 blink::WebCryptoAlgorithmId algorithm);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
JCEECPrivateKey.java 47 private String algorithm = "EC"; field in class:JCEECPrivateKey
64 this.algorithm = key.getAlgorithm();
69 String algorithm,
72 this.algorithm = algorithm;
92 String algorithm,
95 this.algorithm = algorithm;
101 String algorithm,
104 this.algorithm = algorithm
    [all...]
JCEECPublicKey.java 51 private String algorithm = "EC"; field in class:JCEECPublicKey
60 String algorithm,
63 this.algorithm = algorithm;
73 String algorithm,
76 this.algorithm = algorithm;
82 String algorithm,
85 this.algorithm = algorithm;
    [all...]
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
SpiEngUtils.java 41 * Verification: is algorithm supported or not
43 * @param algorithm
47 public static Provider isSupport(String algorithm, String service) {
50 .concat(algorithm));
  /external/apache-harmony/x-net/src/test/support/common/java/org/apache/harmony/xnet/tests/support/
SpiEngUtils.java 39 * Verification: is algorithm supported or not
41 * @param algorithm
45 public static Provider isSupport(String algorithm, String service) {
48 .concat(algorithm));
  /libcore/benchmarks/src/benchmarks/regression/
MessageDigestBenchmark.java 33 @Param private Algorithm algorithm; field in class:MessageDigestBenchmark
35 public enum Algorithm { MD5, SHA1, SHA256, SHA384, SHA512 };
43 MessageDigest digest = MessageDigest.getInstance(algorithm.toString(),
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyRepTest.java 109 fail("NotSerializableException has not been thrown (unknown KeyFactory algorithm)");
132 fail("NotSerializableException has not been thrown (unknown KeyFactory algorithm)");
138 for (String algorithm : keyFactoryAlgorithms) {
139 KeyRepChild kr = new KeyRepChild(KeyRep.Type.PUBLIC, algorithm, "X.509",
143 fail("NotSerializableException has not been thrown (no format) " + algorithm);
150 for (String algorithm : keyFactoryAlgorithms) {
151 KeyRepChild kr = new KeyRepChild(KeyRep.Type.PRIVATE, algorithm, "PKCS#8",
155 fail("NotSerializableException has not been thrown (no format) " + algorithm);
162 public KeyRepChild(KeyRep.Type type, String algorithm, String format, byte[] encoded) {
163 super(type, algorithm, format, encoded)
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
find_format.hpp 22 #include <boost/algorithm/string/concept.hpp>
23 #include <boost/algorithm/string/detail/find_format.hpp>
24 #include <boost/algorithm/string/detail/find_format_all.hpp>
27 Defines generic replace algorithms. Each algorithm replaces
33 namespace algorithm { namespace in namespace:boost
37 //! Generic replace algorithm
85 //! Generic replace algorithm
116 //! Generic replace algorithm
155 //! Generic replace all algorithm
205 //! Generic replace all algorithm
    [all...]
  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 77 private static boolean isSupported(String algorithm, String provider) {
78 if (algorithm.equals("RC2")) {
81 if (algorithm.equals("PBEWITHMD5ANDRC2")) {
84 if (algorithm.startsWith("PBEWITHSHA1ANDRC2")) {
87 if (algorithm.equals("PBEWITHSHAAND40BITRC2-CBC")) {
90 if (algorithm.equals("PBEWITHSHAAND128BITRC2-CBC")) {
93 if (algorithm.equals("PBEWITHSHAANDTWOFISH-CBC")) {
97 if (algorithm.equals("PBEWITHMD5ANDTRIPLEDES")) {
103 (algorithm.equals("AES/CFB/PKCS5PADDING")
104 || algorithm.equals("AES/CFB/PKCS7PADDING"
785 String algorithm = encryptCipher.getAlgorithm().toUpperCase(Locale.US); local
811 String algorithm = "PBEWITHMD5ANDTRIPLEDES"; typedefs
997 String algorithm = service.getAlgorithm(); local
1090 String algorithm = c.getAlgorithm().toUpperCase(Locale.US); local
    [all...]
  /external/chromium_org/chrome/browser/install_verification/win/
loaded_module_verification.cc 7 #include <algorithm>
  /external/chromium_org/chrome/renderer/net/
renderer_predictor_unittest.cc 10 #include <algorithm>
  /external/chromium_org/content/common/
gamepad_user_gesture.cc 7 #include <algorithm>
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/pipe/
pipe_event_emitter.cc 7 #include <algorithm>
  /external/chromium_org/printing/
printing_utils.cc 7 #include <algorithm>
  /external/chromium_org/sandbox/win/src/
win2k_threadpool.h 9 #include <algorithm>
  /external/chromium_org/third_party/WebKit/Source/core/testing/
InternalProfilers.cpp 37 #include <algorithm>
  /external/chromium_org/third_party/WebKit/Source/platform/transforms/
Matrix3DTransformOperation.cpp 29 #include <algorithm>
  /external/chromium_org/third_party/webrtc/base/
nssidentity.h 67 virtual bool GetSignatureDigestAlgorithm(std::string* algorithm) const;
69 virtual bool ComputeDigest(const std::string& algorithm,
84 static bool GetDigestLength(const std::string& algorithm, size_t* length);
91 static bool GetDigestObject(const std::string& algorithm,

Completed in 2676 milliseconds

1 2 3 4 5 67 8 91011>>