Searched defs:crypto (Results 26 - 50 of 332) sorted by relevance

1234567891011>>

/external/chromium_org/crypto/
H A Dscoped_test_system_nss_key_slot.h10 #include "crypto/crypto_export.h"
15 namespace crypto { namespace
41 } // namespace crypto
H A Dsha2.cc5 #include "crypto/sha2.h"
9 #include "crypto/secure_hash.h"
11 namespace crypto { namespace
25 } // namespace crypto
H A Dapple_keychain.h11 #include "crypto/crypto_export.h"
19 namespace crypto { namespace
106 } // namespace crypto
H A Dcssm_init.h11 #include "crypto/crypto_export.h"
13 namespace crypto { namespace
58 } // namespace crypto
H A Dec_signature_creator.cc5 #include "crypto/ec_signature_creator.h"
8 #include "crypto/ec_signature_creator_impl.h"
10 namespace crypto { namespace
34 } // namespace crypto
H A Dec_signature_creator_impl.h9 #include "crypto/ec_signature_creator.h"
11 namespace crypto { namespace
32 } // namespace crypto
H A Dnss_util.h12 #include "crypto/crypto_export.h"
21 // is included by various (non-crypto) parts of chrome to call the
23 namespace crypto { namespace
153 } // namespace crypto
H A Dnss_util_internal.h12 #include "crypto/crypto_export.h"
13 #include "crypto/scoped_nss_types.h"
22 namespace crypto { namespace
111 } // namespace crypto
H A Dnss_util_unittest.cc5 #include "crypto/nss_util.h"
12 namespace crypto { namespace
40 } // namespace crypto
H A Drsa_private_key_nss_unittest.cc5 #include "crypto/rsa_private_key.h"
11 #include "crypto/scoped_test_nss_db.h"
14 namespace crypto { namespace
29 scoped_ptr<crypto::RSAPrivateKey> key_pair(RSAPrivateKey::Create(256));
34 scoped_ptr<crypto::RSAPrivateKey> key_pair_2(
35 crypto::RSAPrivateKey::FindFromPublicKeyInfo(public_key));
42 scoped_ptr<crypto::RSAPrivateKey> key_pair(RSAPrivateKey::Create(256));
57 EXPECT_EQ(NULL, crypto::RSAPrivateKey::FindFromPublicKeyInfo(public_key));
60 } // namespace crypto
H A Dscoped_test_nss_chromeos_user.cc5 #include "crypto/scoped_test_nss_chromeos_user.h"
8 #include "crypto/nss_util.h"
9 #include "crypto/nss_util_internal.h"
11 namespace crypto { namespace
37 } // namespace crypto
H A Dscoped_test_nss_db.cc5 #include "crypto/scoped_test_nss_db.h"
9 #include "crypto/nss_util.h"
10 #include "crypto/nss_util_internal.h"
12 namespace crypto { namespace
53 } // namespace crypto
H A Dscoped_test_system_nss_key_slot.cc5 #include "crypto/scoped_test_system_nss_key_slot.h"
7 #include "crypto/nss_util_internal.h"
8 #include "crypto/scoped_test_nss_db.h"
10 namespace crypto { namespace
32 } // namespace crypto
H A Dsecure_hash.h9 #include "crypto/crypto_export.h"
14 namespace crypto { namespace
48 } // namespace crypto
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DKeyGeneratorSpiTest.java22 package javax.crypto;
30 import org.apache.harmony.crypto.tests.support.MyKeyGeneratorSpi;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DAsymmetricCipherKeyPairGenerator.java1 package org.bouncycastle.crypto;
H A DCryptoException.java1 package org.bouncycastle.crypto;
4 * the foundation class for the hard exceptions thrown by the crypto packages.
H A DInvalidCipherTextException.java1 package org.bouncycastle.crypto;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DAsymmetricKeyParameter.java1 package org.bouncycastle.crypto.params;
3 import org.bouncycastle.crypto.CipherParameters;
/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dusb_device_provider.h10 namespace crypto { namespace
42 scoped_ptr<crypto::RSAPrivateKey> rsa_key_;
/external/chromium_org/net/socket/
H A Dssl_server_socket.h15 namespace crypto { namespace
17 } // namespace crypto
59 crypto::RSAPrivateKey* key,
/external/chromium_org/remoting/base/
H A Drsa_key_pair.h13 namespace crypto { namespace
15 } // namespace crypto
41 crypto::RSAPrivateKey* private_key() { return key_.get(); }
45 RsaKeyPair(scoped_ptr<crypto::RSAPrivateKey> key);
48 scoped_ptr<crypto::RSAPrivateKey> key_;
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8CryptoCustom.cpp33 #include "modules/crypto/Crypto.h"
54 Crypto* crypto = V8Crypto::toImpl(info.Holder()); local
55 crypto->getRandomValues(arrayBufferView, exceptionState);
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DBadPaddingExceptionTest.java22 package org.apache.harmony.crypto.tests.javax.crypto;
24 import javax.crypto.BadPaddingException;
H A DExemptionMechanismTest.java18 package org.apache.harmony.crypto.tests.javax.crypto;
25 import javax.crypto.ExemptionMechanism;
26 import javax.crypto.ExemptionMechanismSpi;
28 import org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi;
29 import org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi.tmpKey;
44 private static final String ExemptionMechanismProviderClass = "org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi";
92 * @tests javax/crypto/ExemptionMechanism#getInstance(String algorithm, String provider)

Completed in 4112 milliseconds

1234567891011>>