Searched defs:crypto (Results 276 - 300 of 332) sorted by relevance

<<11121314

/external/chromium_org/crypto/
H A Drsa_private_key_openssl.cc5 #include "crypto/rsa_private_key.h"
15 #include "crypto/openssl_util.h"
16 #include "crypto/scoped_openssl_types.h"
18 namespace crypto { namespace
139 } // namespace crypto
H A Dscoped_capi_types.h15 namespace crypto { namespace
119 } // namespace crypto
H A Dsignature_creator_openssl.cc5 #include "crypto/signature_creator.h"
13 #include "crypto/openssl_util.h"
14 #include "crypto/rsa_private_key.h"
15 #include "crypto/scoped_openssl_types.h"
17 namespace crypto { namespace
109 } // namespace crypto
H A Dsymmetric_key_nss.cc5 #include "crypto/symmetric_key.h"
11 #include "crypto/nss_util.h"
13 namespace crypto { namespace
149 } // namespace crypto
H A Dcssm_init.cc5 #include "crypto/cssm_init.h"
14 // When writing crypto code for Mac OS X, you may find the following
158 namespace crypto { namespace
204 } // namespace crypto
H A Dec_private_key_openssl.cc5 #include "crypto/ec_private_key.h"
14 #include "crypto/openssl_util.h"
15 #include "crypto/scoped_openssl_types.h"
17 namespace crypto { namespace
231 } // namespace crypto
H A Dencryptor_openssl.cc5 #include "crypto/encryptor.h"
12 #include "crypto/openssl_util.h"
13 #include "crypto/symmetric_key.h"
15 namespace crypto { namespace
176 } // namespace crypto
H A Dghash.cc5 #include "crypto/ghash.h"
12 namespace crypto { namespace
259 } // namespace crypto
H A Dhmac_win.cc5 #include "crypto/hmac.h"
14 #include "crypto/scoped_capi_types.h"
15 #include "crypto/third_party/nss/chromium-blapi.h"
16 #include "crypto/third_party/nss/chromium-sha256.h"
18 namespace crypto { namespace
209 } // namespace crypto
H A Dmock_apple_keychain.h16 #include "crypto/apple_keychain.h"
18 namespace crypto { namespace
248 } // namespace crypto
H A Dp224_spake.cc8 #include <crypto/p224_spake.h>
11 #include <crypto/p224.h>
12 #include <crypto/random.h>
13 #include <crypto/secure_util.h>
78 const crypto::p224::Point kM = {
86 const crypto::p224::Point kN = {
96 namespace crypto { namespace
248 } // namespace crypto
H A Drsa_private_key.h14 #include "crypto/crypto_export.h"
31 namespace crypto { namespace
291 } // namespace crypto
H A Dsignature_verifier_nss.cc5 #include "crypto/signature_verifier.h"
15 #include "crypto/nss_util.h"
16 #include "crypto/third_party/nss/chromium-nss.h"
18 namespace crypto { namespace
226 } // namespace crypto
/external/chromium_org/extensions/browser/
H A Dcontent_verify_job.h19 namespace crypto { namespace
129 scoped_ptr<crypto::SecureHash> current_hash_;
/external/chromium_org/sync/internal_api/
H A Dsyncapi_internal.cc24 const sync_pb::EntitySpecifics& specifics, Cryptographer* crypto) {
33 if (!crypto->Decrypt(encrypted, data.get()))
23 DecryptPasswordSpecifics( const sync_pb::EntitySpecifics& specifics, Cryptographer* crypto) argument
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DEncryptedPrivateKeyInfoTest.java22 package org.apache.harmony.crypto.tests.javax.crypto;
39 import javax.crypto.BadPaddingException;
40 import javax.crypto.Cipher;
41 import javax.crypto.EncryptedPrivateKeyInfo;
42 import javax.crypto.IllegalBlockSizeException;
43 import javax.crypto.KeyGenerator;
44 import javax.crypto.NoSuchPaddingException;
45 import javax.crypto.SecretKeyFactory;
46 import javax.crypto
[all...]
H A DMacTest.java22 package org.apache.harmony.crypto.tests.javax.crypto;
31 import javax.crypto.Mac;
32 import javax.crypto.MacSpi;
33 import javax.crypto.ShortBufferException;
34 import javax.crypto.spec.DHGenParameterSpec;
36 import javax.crypto.spec.SecretKeySpec;
38 import org.apache.harmony.crypto.tests.support.MyMacSpi;
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DCipherSpiTest.java22 package javax.crypto;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DSHA1Digest.java1 package org.bouncycastle.crypto.digests;
3 import org.bouncycastle.crypto.util.Pack;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/encodings/
H A DOAEPEncoding.java1 package org.bouncycastle.crypto.encodings;
5 import org.bouncycastle.crypto.AsymmetricBlockCipher;
6 import org.bouncycastle.crypto.CipherParameters;
7 import org.bouncycastle.crypto.Digest;
8 import org.bouncycastle.crypto.InvalidCipherTextException;
10 import org.bouncycastle.crypto.digests.AndroidDigestFactory;
12 import org.bouncycastle.crypto.params.ParametersWithRandom;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DDESEngine.java1 package org.bouncycastle.crypto.engines;
3 import org.bouncycastle.crypto.BlockCipher;
4 import org.bouncycastle.crypto.CipherParameters;
5 import org.bouncycastle.crypto.DataLengthException;
6 import org.bouncycastle.crypto.OutputLengthException;
7 import org.bouncycastle.crypto.params.KeyParameter;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DDSAParametersGenerator.java1 package org.bouncycastle.crypto.generators;
6 import org.bouncycastle.crypto.Digest;
8 import org.bouncycastle.crypto.digests.AndroidDigestFactory;
10 import org.bouncycastle.crypto.params.DSAParameterGenerationParameters;
11 import org.bouncycastle.crypto.params.DSAParameters;
12 import org.bouncycastle.crypto.params.DSAValidationParameters;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/macs/
H A DHMac.java1 package org.bouncycastle.crypto.macs;
5 import org.bouncycastle.crypto.CipherParameters;
6 import org.bouncycastle.crypto.Digest;
7 import org.bouncycastle.crypto.ExtendedDigest;
8 import org.bouncycastle.crypto.Mac;
9 import org.bouncycastle.crypto.params.KeyParameter;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMUtil.java1 package org.bouncycastle.crypto.modes.gcm;
3 import org.bouncycastle.crypto.util.Pack;
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/crypto/
H A DCipherFactory.java5 package org.chromium.content.browser.crypto;
21 import javax.crypto.Cipher;
22 import javax.crypto.KeyGenerator;
23 import javax.crypto.spec.IvParameterSpec;
24 import javax.crypto.spec.SecretKeySpec;
51 static final String BUNDLE_IV = "org.chromium.content.browser.crypto.CipherFactory.IV";
52 static final String BUNDLE_KEY = "org.chromium.content.browser.crypto.CipherFactory.KEY";

Completed in 259 milliseconds

<<11121314