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

1 2 34 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
ECKeyGenerationParameters.java 1 package org.bouncycastle.crypto.params;
5 import org.bouncycastle.crypto.KeyGenerationParameters;
KeyParameter.java 1 package org.bouncycastle.crypto.params;
3 import org.bouncycastle.crypto.CipherParameters;
DSAKeyParameters.java 1 package org.bouncycastle.crypto.params;
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_nss.cc 9 #include "crypto/ec_private_key.h"
10 #include "crypto/ec_signature_creator.h"
11 #include "net/quic/crypto/channel_id.h"
12 #include "net/quic/crypto/channel_id_chromium.h"
38 typedef std::map<string, crypto::ECPrivateKey*> HostnameToKeyMap;
40 crypto::ECPrivateKey* HostnameToKey(const string& hostname) {
46 crypto::ECPrivateKey* keypair = crypto::ECPrivateKey::Create();
  /external/chromium_org/third_party/boringssl/src/crypto/cipher/
CMakeLists.txt 33 target_link_libraries(cipher_test crypto)
34 target_link_libraries(aead_test crypto)
  /external/chromium_org/net/ssl/
client_cert_store_chromeos.cc 10 #include "crypto/nss_crypto_module_delegate.h"
11 #include "crypto/nss_util_internal.h"
17 typedef base::Callback<void(crypto::ScopedPK11Slot system_slot,
18 crypto::ScopedPK11Slot private_slot)>
25 crypto::ScopedPK11Slot system_slot) {
26 base::Callback<void(crypto::ScopedPK11Slot)> wrapped_callback =
29 crypto::ScopedPK11Slot slot(
30 crypto::GetPrivateSlotForChromeOSUser(username_hash, wrapped_callback));
39 crypto::ScopedPK11Slot system_slot(crypto::GetSystemNSSKeySlot
    [all...]
  /external/chromium_org/crypto/
scoped_test_nss_chromeos_user.cc 5 #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
ec_signature_creator_impl.h 9 #include "crypto/ec_signature_creator.h"
11 namespace crypto { namespace
32 } // namespace crypto
mac_security_services_lock.h 8 #include "crypto/crypto_export.h"
14 namespace crypto { namespace
23 } // namespace crypto
random.cc 5 #include "crypto/random.h"
9 namespace crypto { namespace
18 } // namespace crypto
secure_util.cc 5 #include "crypto/secure_util.h"
7 namespace crypto { namespace
18 } // namespace crypto
signature_creator_unittest.cc 9 #include "crypto/rsa_private_key.h"
10 #include "crypto/sha2.h"
11 #include "crypto/signature_creator.h"
12 #include "crypto/signature_verifier.h"
33 scoped_ptr<crypto::RSAPrivateKey> key_original(
34 crypto::RSAPrivateKey::Create(1024));
39 scoped_ptr<crypto::RSAPrivateKey> key(
40 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info));
43 scoped_ptr<crypto::SignatureCreator> signer(
44 crypto::SignatureCreator::Create(key.get()
    [all...]
secure_hash_unittest.cc 5 #include "crypto/secure_hash.h"
12 #include "crypto/sha2.h"
27 uint8 output3[crypto::kSHA256Length];
29 scoped_ptr<crypto::SecureHash> ctx(crypto::SecureHash::Create(
30 crypto::SecureHash::SHA256));
35 for (size_t i = 0; i < crypto::kSHA256Length; i++)
39 // Save the crypto state mid-stream, and create another instance with the
49 uint8 output1[crypto::kSHA256Length];
50 uint8 output2[crypto::kSHA256Length]
    [all...]
  /external/chromium_org/net/quic/crypto/
crypto_handshake.cc 5 #include "net/quic/crypto/crypto_handshake.h"
7 #include "net/quic/crypto/common_cert_set.h"
8 #include "net/quic/crypto/key_exchange.h"
9 #include "net/quic/crypto/quic_decrypter.h"
10 #include "net/quic/crypto/quic_encrypter.h"
curve25519_key_exchange.cc 5 #include "net/quic/crypto/curve25519_key_exchange.h"
9 #include "crypto/curve25519.h"
10 #include "net/quic/crypto/quic_random.h"
29 sizeof(ka->private_key_) == crypto::curve25519::kScalarBytes,
31 COMPILE_ASSERT(sizeof(ka->public_key_) == crypto::curve25519::kBytes,
34 if (private_key.size() != crypto::curve25519::kScalarBytes) {
40 crypto::curve25519::kScalarBytes);
41 crypto::curve25519::ScalarBaseMult(ka->private_key_, ka->public_key_);
47 uint8 private_key[crypto::curve25519::kScalarBytes];
66 if (peer_public_value.size() != crypto::curve25519::kBytes)
    [all...]
  /external/chromium_org/third_party/boringssl/
boringssl_tests.gypi 16 'src/crypto/base64/base64_test.c',
26 'src/crypto/bio/bio_test.c',
36 'src/crypto/bn/bn_test.c',
46 'src/crypto/bytestring/bytestring_test.c',
56 'src/crypto/cipher/aead_test.c',
66 'src/crypto/cipher/cipher_test.c',
76 'src/crypto/dh/dh_test.c',
86 'src/crypto/dsa/dsa_test.c',
96 'src/crypto/ec/example_mul.c',
106 'src/crypto/ecdsa/ecdsa_test.c'
    [all...]
  /external/srtp/
srtp.vcproj 28 CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
48 AdditionalIncludeDirectories="crypto/include;include"
98 CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
117 AdditionalIncludeDirectories="crypto/include;include"
164 CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
185 AdditionalIncludeDirectories="crypto/include;include"
250 CommandLine="copy /Y &quot;$(InputDir)config.hw&quot; &quot;$(InputDir)crypto\include\config.h&quot; &gt; NUL"
269 AdditionalIncludeDirectories="crypto/include;include"
338 RelativePath=".\crypto\kernel\alloc.c"
342 RelativePath=".\crypto\kernel\crypto_kernel.c
    [all...]
  /external/chromium_org/net/cert/
nss_profile_filter_chromeos_unittest.cc 11 #include "crypto/nss_util_internal.h"
12 #include "crypto/scoped_nss_types.h"
13 #include "crypto/scoped_test_nss_chromeos_user.h"
14 #include "crypto/scoped_test_nss_db.h"
23 crypto::ScopedPK11Slot GetRootCertsSlot() {
24 crypto::AutoSECMODListReadLock auto_lock;
33 return crypto::ScopedPK11Slot(PK11_ReferenceSlot(slot));
36 return crypto::ScopedPK11Slot();
72 crypto::ScopedPK11Slot private_slot_1(crypto::GetPrivateSlotForChromeOSUser
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
DHUtil.java 7 import javax.crypto.interfaces.DHPrivateKey;
8 import javax.crypto.interfaces.DHPublicKey;
10 import org.bouncycastle.crypto.params.AsymmetricKeyParameter;
11 import org.bouncycastle.crypto.params.DHParameters;
12 import org.bouncycastle.crypto.params.DHPrivateKeyParameters;
13 import org.bouncycastle.crypto.params.DHPublicKeyParameters;
17 * objects into their org.bouncycastle.crypto counterparts.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
DHUtil.java 7 import javax.crypto.interfaces.DHPrivateKey;
8 import javax.crypto.interfaces.DHPublicKey;
10 import org.bouncycastle.crypto.params.AsymmetricKeyParameter;
11 import org.bouncycastle.crypto.params.DHParameters;
12 import org.bouncycastle.crypto.params.DHPrivateKeyParameters;
13 import org.bouncycastle.crypto.params.DHPublicKeyParameters;
17 * objects into their org.bouncycastle.crypto counterparts.
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
LIST 13 crypto-aes
14 crypto-md5
15 crypto-sha1
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
LIST 13 crypto-aes
14 crypto-md5
15 crypto-sha1
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
LIST 13 crypto-aes
14 crypto-md5
15 crypto-sha1
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
DerivationFunction.java 1 package org.bouncycastle.crypto;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
DESKeyGenerator.java 1 package org.bouncycastle.crypto.generators;
3 import org.bouncycastle.crypto.CipherKeyGenerator;
4 import org.bouncycastle.crypto.KeyGenerationParameters;
5 import org.bouncycastle.crypto.params.DESParameters;

Completed in 797 milliseconds

1 2 34 5 6 7 8 91011>>