Searched refs:crypto (Results 1 - 25 of 465) sorted by relevance

1234567891011>>

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
H A DCipherParameters.java1 package org.bouncycastle.crypto;
H A DDerivationParameters.java1 package org.bouncycastle.crypto;
H A DExtendedDigest.java1 package org.bouncycastle.crypto;
H A DSkippingStreamCipher.java1 package org.bouncycastle.crypto;
H A DAsymmetricCipherKeyPairGenerator.java1 package org.bouncycastle.crypto;
H A DDataLengthException.java1 package org.bouncycastle.crypto;
H A DOutputLengthException.java1 package org.bouncycastle.crypto;
H A DRuntimeCryptoException.java1 package org.bouncycastle.crypto;
4 * the foundation class for the exceptions thrown by the crypto packages.
H A DSignerWithRecovery.java1 package org.bouncycastle.crypto;
H A DSkippingCipher.java1 package org.bouncycastle.crypto;
H A DDerivationFunction.java1 package org.bouncycastle.crypto;
/external/boringssl/
H A Dsources.mk19 src/crypto/aes/aes.c\
20 src/crypto/aes/key_wrap.c\
21 src/crypto/aes/mode_wrappers.c\
22 src/crypto/asn1/a_bitstr.c\
23 src/crypto/asn1/a_bool.c\
24 src/crypto/asn1/a_d2i_fp.c\
25 src/crypto/asn1/a_dup.c\
26 src/crypto/asn1/a_enum.c\
27 src/crypto/asn1/a_gentm.c\
28 src/crypto/asn
[all...]
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael.h5 #include <crypto/rijndael/rijndael-api-fst.h>
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
H A DEncodableDigest.java1 package org.bouncycastle.crypto.digests;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/tls/
H A DCertificateType.java1 package org.bouncycastle.crypto.tls;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/
H A DPBKDFKey.java3 import javax.crypto.SecretKey;
/external/libchrome/crypto/
H A Dsymmetric_key_unittest.cc5 #include "crypto/symmetric_key.h"
15 std::unique_ptr<crypto::SymmetricKey> key(
16 crypto::SymmetricKey::GenerateRandomKey(crypto::SymmetricKey::AES, 256));
24 std::unique_ptr<crypto::SymmetricKey> key2(
25 crypto::SymmetricKey::GenerateRandomKey(crypto::SymmetricKey::AES, 256));
34 std::unique_ptr<crypto::SymmetricKey> key1(
35 crypto::SymmetricKey::GenerateRandomKey(crypto
[all...]
H A Dsignature_creator_unittest.cc5 #include "crypto/signature_creator.h"
13 #include "crypto/rsa_private_key.h"
14 #include "crypto/sha2.h"
15 #include "crypto/signature_verifier.h"
20 std::unique_ptr<crypto::RSAPrivateKey> key_original(
21 crypto::RSAPrivateKey::Create(1024));
26 std::unique_ptr<crypto::RSAPrivateKey> key(
27 crypto::RSAPrivateKey::CreateFromPrivateKeyInfo(key_info));
30 std::unique_ptr<crypto::SignatureCreator> signer(
31 crypto
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/generators/
H A DDHBasicKeyPairGenerator.java1 package org.bouncycastle.crypto.generators;
3 import org.bouncycastle.crypto.AsymmetricCipherKeyPair;
4 import org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator;
5 import org.bouncycastle.crypto.KeyGenerationParameters;
6 import org.bouncycastle.crypto.params.DHKeyGenerationParameters;
7 import org.bouncycastle.crypto.params.DHParameters;
8 import org.bouncycastle.crypto.params.DHPrivateKeyParameters;
9 import org.bouncycastle.crypto.params.DHPublicKeyParameters;
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;
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
H A DGCMMultiplier.java1 package org.bouncycastle.crypto.modes.gcm;
H A DGCMExponentiator.java1 package org.bouncycastle.crypto.modes.gcm;
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DAESWrapEngine.java1 package org.bouncycastle.crypto.engines;

Completed in 310 milliseconds

1234567891011>>