Searched defs:crypto (Results 1 - 25 of 326) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/devtools/device/usb/
H A Dandroid_rsa.h10 namespace crypto { namespace
16 crypto::RSAPrivateKey* AndroidRSAPrivateKey(Profile* profile);
18 std::string AndroidRSAPublicKey(crypto::RSAPrivateKey* key);
20 std::string AndroidRSASign(crypto::RSAPrivateKey* key,
/external/chromium_org/crypto/
H A Dcapi_util.h11 #include "crypto/crypto_export.h"
13 namespace crypto { namespace
37 } // 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 Dmac_security_services_lock.h8 #include "crypto/crypto_export.h"
14 namespace crypto { namespace
23 } // namespace crypto
H A Dmock_apple_keychain_ios.cc7 #include "crypto/mock_apple_keychain.h"
9 namespace crypto { namespace
20 } // namespace crypto
H A Dopenssl_bio_string.h10 #include "crypto/crypto_export.h"
15 namespace crypto { namespace
26 } // namespace crypto
H A Drandom.cc5 #include "crypto/random.h"
9 namespace crypto { namespace
18 } // namespace crypto
H A Dsha2.h11 #include "crypto/crypto_export.h"
13 namespace crypto { namespace
31 } // namespace crypto
H A Dcurve25519.h9 #include "crypto/crypto_export.h"
11 namespace crypto { namespace
46 } // namespace crypto
H A Dsha2.cc5 #include "crypto/sha2.h"
9 #include "crypto/secure_hash.h"
11 namespace crypto { namespace
25 } // namespace crypto
/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/
H A DCipherParameters.java1 package org.bouncycastle.crypto;
H A DDerivationParameters.java1 package org.bouncycastle.crypto;
H A DDataLengthException.java1 package org.bouncycastle.crypto;
H A DExtendedDigest.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.
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DCipherInputStreamTest.java18 package org.apache.harmony.crypto.tests.javax.crypto;
26 import javax.crypto.Cipher;
27 import javax.crypto.CipherInputStream;
28 import javax.crypto.NullCipher;
33 * @tests javax.crypto.CipherInputStream#read(byte[] b, int off, int len)
47 * @tests javax.crypto.CipherInputStream#close()
H A DCipherOutputStreamTest.java18 package org.apache.harmony.crypto.tests.javax.crypto;
21 import javax.crypto.Cipher;
22 import javax.crypto.CipherOutputStream;
27 * @tests javax.crypto.CipherOutputStream#close()
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DExemptionMechanismSpiTest.java22 package javax.crypto;
30 import org.apache.harmony.crypto.tests.support.MyExemptionMechanismSpi;
H A DKeyAgreementSpiTest.java22 package javax.crypto;
31 import org.apache.harmony.crypto.tests.support.MyKeyAgreementSpi;
H A DSecretKeyFactorySpiTest.java22 package javax.crypto;
28 import org.apache.harmony.crypto.tests.support.MySecretKeyFactorySpi;
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
H A DAESWrapEngine.java1 package org.bouncycastle.crypto.engines;
/external/chromium_org/components/os_crypt/
H A Dkeychain_password_mac.h12 namespace crypto { namespace
18 explicit KeychainPassword(const crypto::AppleKeychain& keychain)
31 const crypto::AppleKeychain& keychain_;

Completed in 584 milliseconds

1234567891011>>