Searched refs:crypto (Results 26 - 50 of 505) sorted by relevance

1234567891011>>

/external/libchrome/crypto/
H A Dsignature_creator_unittest.cc5 #include "crypto/signature_creator.h"
14 #include "crypto/rsa_private_key.h"
15 #include "crypto/sha2.h"
16 #include "crypto/signature_verifier.h"
21 std::unique_ptr<crypto::RSAPrivateKey> key_original(
22 crypto::RSAPrivateKey::Create(1024));
27 std::unique_ptr<crypto::RSAPrivateKey> key(
28 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info));
31 std::unique_ptr<crypto::SignatureCreator> signer(
32 crypto
[all...]
H A Drandom.cc5 #include "crypto/random.h"
11 namespace crypto { namespace
20 } // namespace crypto
H A Drandom.h10 #include "crypto/crypto_export.h"
12 namespace crypto { namespace
H A Dsecure_util.h10 #include "crypto/crypto_export.h"
12 namespace crypto { namespace
26 } // namespace crypto
H A Dsecure_hash_unittest.cc5 #include "crypto/secure_hash.h"
13 #include "crypto/sha2.h"
24 uint8_t output3[crypto::kSHA256Length];
26 std::unique_ptr<crypto::SecureHash> ctx(
27 crypto::SecureHash::Create(crypto::SecureHash::SHA256));
32 for (size_t i = 0; i < crypto::kSHA256Length; i++)
40 const uint8_t kExpectedHashOfInput1[crypto::kSHA256Length] = {
44 const uint8_t kExpectedHashOfInput1And2[crypto::kSHA256Length] = {
49 uint8_t output1[crypto
[all...]
/external/llvm/test/MC/ARM/
H A Ddirective-arch_extension-crypto.s12 .arch_extension crypto
13 @ CHECK-V7: error: architectural extension 'crypto' is not allowed for the current base architecture
14 @ CHECK-V7-NEXT: .arch_extension crypto
17 .type crypto,%function
18 crypto: label
20 @ CHECK-V7: error: instruction requires: crypto armv8
23 @ CHECK-V7: error: instruction requires: crypto armv8
25 @ CHECK-V7: error: instruction requires: crypto armv8
27 @ CHECK-V7: error: instruction requires: crypto armv8
29 @ CHECK-V7: error: instruction requires: crypto armv
[all...]
/external/boringssl/src/crypto/
H A Dself_test.cc15 #include <openssl/crypto.h>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DDerivationFunction.java1 package org.bouncycastle.crypto;
H A DAsymmetricBlockCipher.java1 package org.bouncycastle.crypto;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DAESWrapEngine.java1 package org.bouncycastle.crypto.engines;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DDESKeyGenerator.java1 package org.bouncycastle.crypto.generators;
3 import org.bouncycastle.crypto.CipherKeyGenerator;
4 import org.bouncycastle.crypto.KeyGenerationParameters;
5 import org.bouncycastle.crypto.params.DESParameters;
H A DDSAKeyPairGenerator.java1 package org.bouncycastle.crypto.generators;
6 import org.bouncycastle.crypto.AsymmetricCipherKeyPair;
7 import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
8 import org.bouncycastle.crypto.KeyGenerationParameters;
9 import org.bouncycastle.crypto.params.DSAKeyGenerationParameters;
10 import org.bouncycastle.crypto.params.DSAParameters;
11 import org.bouncycastle.crypto.params.DSAPrivateKeyParameters;
12 import org.bouncycastle.crypto.params.DSAPublicKeyParameters;
H A DOpenSSLPBEParametersGenerator.java1 package org.bouncycastle.crypto.generators;
3 import org.bouncycastle.crypto.CipherParameters;
4 import org.bouncycastle.crypto.Digest;
5 import org.bouncycastle.crypto.PBEParametersGenerator;
6 import org.bouncycastle.crypto.params.KeyParameter;
7 import org.bouncycastle.crypto.params.ParametersWithIV;
9 // import org.bouncycastle.crypto.util.DigestFactory;
10 import org.bouncycastle.crypto.digests.AndroidDigestFactory;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMExponentiator.java1 package org.bouncycastle.crypto.modes.gcm;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
H A DBlockCipherProvider.java3 import org.bouncycastle.crypto.BlockCipher;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/agreement/
H A DDHBasicAgreement.java1 package org.bouncycastle.crypto.agreement;
5 import org.bouncycastle.crypto.BasicAgreement;
6 import org.bouncycastle.crypto.CipherParameters;
7 import org.bouncycastle.crypto.params.AsymmetricKeyParameter;
8 import org.bouncycastle.crypto.params.DHParameters;
9 import org.bouncycastle.crypto.params.DHPrivateKeyParameters;
10 import org.bouncycastle.crypto.params.DHPublicKeyParameters;
11 import org.bouncycastle.crypto.params.ParametersWithRandom;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DAndroidDigestFactoryBouncyCastle.java17 package org.bouncycastle.crypto.digests;
19 import org.bouncycastle.crypto.Digest;
H A DAndroidDigestFactoryInterface.java17 package org.bouncycastle.crypto.digests;
19 import org.bouncycastle.crypto.Digest;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/
H A DBlockCipherPadding.java1 package org.bouncycastle.crypto.paddings;
5 import org.bouncycastle.crypto.InvalidCipherTextException;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/
H A DDSAKeyGenerationParameters.java1 package org.bouncycastle.crypto.params;
5 import org.bouncycastle.crypto.KeyGenerationParameters;
H A DECKeyGenerationParameters.java1 package org.bouncycastle.crypto.params;
5 import org.bouncycastle.crypto.KeyGenerationParameters;
H A DKDFParameters.java1 package org.bouncycastle.crypto.params;
3 import org.bouncycastle.crypto.DerivationParameters;
H A DKeyParameter.java1 package org.bouncycastle.crypto.params;
3 import org.bouncycastle.crypto.CipherParameters;
H A DParametersWithID.java1 package org.bouncycastle.crypto.params;
3 import org.bouncycastle.crypto.CipherParameters;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
H A DAEADBlockCipher.java1 package org.bouncycastle.crypto.modes;
3 import org.bouncycastle.crypto.BlockCipher;
4 import org.bouncycastle.crypto.CipherParameters;
5 import org.bouncycastle.crypto.DataLengthException;
6 import org.bouncycastle.crypto.InvalidCipherTextException;
20 * @see org.bouncycastle.crypto.params.AEADParameters
99 * @throws org.bouncycastle.crypto.InvalidCipherTextException if the MAC fails to match.

Completed in 1307 milliseconds

1234567891011>>