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

12 3 4 5 6 7 8 91011>>

  /external/srtp/
Android.mk 9 crypto/cipher/cipher.c \
10 crypto/cipher/null_cipher.c \
11 crypto/cipher/aes.c \
12 crypto/cipher/aes_icm.c \
13 crypto/cipher/aes_cbc.c \
14 crypto/hash/null_auth.c \
15 crypto/hash/sha1.c \
16 crypto/hash/hmac.c \
17 crypto/hash/auth.c \
18 crypto/math/datatypes.c
    [all...]
srtp7.vcproj 23 AdditionalIncludeDirectories="C:\dev\foo\srtp;"$(SolutionDir)";.\include;.\crypto\include;"..\..\OpenSSL\openssl-0.9.7i\inc32";"C:Library\OpenSSL\openssl-0.9.8\inc32""
69 AdditionalIncludeDirectories="".\include";".\crypto\include";"..\..\OpenSSL\openssl-0.9.7i\inc32""
121 RelativePath=".\crypto\kernel\alloc.c">
124 RelativePath=".\crypto\kernel\crypto_kernel.c">
127 RelativePath=".\crypto\rng\ctr_prng.c">
130 RelativePath=".\crypto\kernel\err.c">
133 RelativePath=".\crypto\kernel\key.c">
136 RelativePath=".\crypto\rng\prng.c">
139 RelativePath=".\crypto\rng\rand_source.c">
145 RelativePath=".\crypto\cipher\aes.c"
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
CipherParameters.java 1 package org.bouncycastle.crypto;
DerivationParameters.java 1 package org.bouncycastle.crypto;
OutputLengthException.java 1 package org.bouncycastle.crypto;
  /external/chromium_org/components/nacl/zygote/
DEPS 4 "+crypto",
  /external/chromium_org/components/rappor/
DEPS 4 "+crypto",
  /external/scrypt/
scrypt.config 18 lib/crypto/crypto_aesctr.c \
19 lib/crypto/crypto_aesctr.h \
20 lib/crypto/crypto_scrypt-nosse.c \
21 lib/crypto/sha256.c \
22 lib/crypto/sha256.h \
38 lib/crypto \
43 lib/crypto/crypto_scrypt-ref.c \
53 lib/crypto/crypto_scrypt-neon.c \
57 lib/crypto/crypto_scrypt-ref.c \
67 lib/crypto/crypto_scrypt-sse.c
    [all...]
  /external/llvm/test/MC/ARM/
directive-arch_extension-crypto.s 12 .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/params/
AsymmetricKeyParameter.java 1 package org.bouncycastle.crypto.params;
3 import org.bouncycastle.crypto.CipherParameters;
  /external/chromium_org/third_party/boringssl/src/tool/
CMakeLists.txt 15 target_link_libraries(bssl ssl crypto)
17 target_link_libraries(bssl ssl crypto -lrt)
  /external/chromium_org/chrome/browser/devtools/device/usb/
android_rsa.h 10 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/media/cast/
DEPS 2 "+crypto",
  /external/chromium_org/third_party/libsrtp/
libsrtp.gyp 17 'srtp/crypto/include',
79 'srtp/crypto/include',
136 'srtp/crypto/include/aes_cbc.h',
137 'srtp/crypto/include/aes.h',
138 'srtp/crypto/include/aes_icm.h',
139 'srtp/crypto/include/alloc.h',
140 'srtp/crypto/include/auth.h',
141 'srtp/crypto/include/cipher.h',
142 'srtp/crypto/include/cryptoalg.h',
143 'srtp/crypto/include/crypto.h'
    [all...]
  /external/chromium_org/build/secondary/third_party/libsrtp/
BUILD.gn 18 "srtp/crypto/include",
90 "srtp/crypto/include/aes_cbc.h",
91 "srtp/crypto/include/aes.h",
92 "srtp/crypto/include/aes_icm.h",
93 "srtp/crypto/include/alloc.h",
94 "srtp/crypto/include/auth.h",
95 "srtp/crypto/include/cipher.h",
96 "srtp/crypto/include/cryptoalg.h",
97 "srtp/crypto/include/crypto.h"
    [all...]
  /external/openssl/patches/
0017-x86_textrel.patch 7 crypto/perlasm/x86asm.pl | 2 ++
8 crypto/perlasm/x86gas.pl | 2 ++
9 crypto/x86cpuid.pl | 3 +++
12 diff --git a/crypto/perlasm/x86asm.pl b/crypto/perlasm/x86asm.pl
14 --- a/crypto/perlasm/x86asm.pl
15 +++ b/crypto/perlasm/x86asm.pl
23 diff --git a/crypto/perlasm/x86gas.pl b/crypto/perlasm/x86gas.pl
25 --- a/crypto/perlasm/x86gas.p
    [all...]
  /external/chromium_org/crypto/
scoped_test_system_nss_key_slot.cc 5 #include "crypto/scoped_test_system_nss_key_slot.h"
7 #include "crypto/nss_util_internal.h"
8 #include "crypto/scoped_test_nss_db.h"
10 namespace crypto { namespace
32 } // namespace crypto
mock_apple_keychain_ios.cc 7 #include "crypto/mock_apple_keychain.h"
9 namespace crypto { namespace
20 } // namespace crypto
  /external/chromium_org/net/quic/crypto/
quic_decrypter.cc 5 #include "net/quic/crypto/quic_decrypter.h"
7 #include "net/quic/crypto/aes_128_gcm_12_decrypter.h"
8 #include "net/quic/crypto/chacha20_poly1305_decrypter.h"
9 #include "net/quic/crypto/crypto_protocol.h"
10 #include "net/quic/crypto/null_decrypter.h"
quic_encrypter.cc 5 #include "net/quic/crypto/quic_encrypter.h"
7 #include "net/quic/crypto/aes_128_gcm_12_encrypter.h"
8 #include "net/quic/crypto/chacha20_poly1305_encrypter.h"
9 #include "net/quic/crypto/crypto_protocol.h"
10 #include "net/quic/crypto/null_encrypter.h"
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48-sources.jar 
  /external/chromium_org/chrome/browser/net/
nss_context_linux.cc 8 #include "crypto/nss_util_internal.h"
15 crypto::ScopedPK11Slot GetPublicNSSKeySlotForResourceContext(
18 return crypto::ScopedPK11Slot(crypto::GetPersistentNSSKeySlot());
21 crypto::ScopedPK11Slot GetPrivateNSSKeySlotForResourceContext(
23 const base::Callback<void(crypto::ScopedPK11Slot)>& callback) {
25 return crypto::ScopedPK11Slot(crypto::GetPersistentNSSKeySlot());
39 crypto::ScopedPK11Slot(
40 crypto::GetPersistentNSSKeySlot()) /* public slot */
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/gcm/
GCMExponentiator.java 1 package org.bouncycastle.crypto.modes.gcm;
GCMMultiplier.java 1 package org.bouncycastle.crypto.modes.gcm;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BlockCipherProvider.java 3 import org.bouncycastle.crypto.BlockCipher;

Completed in 1971 milliseconds

12 3 4 5 6 7 8 91011>>