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

<<11121314151617181920>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/ec/
KeyAgreementSpi.java 14 import javax.crypto.SecretKey;
15 import javax.crypto.ShortBufferException;
16 import javax.crypto.spec.SecretKeySpec;
22 import org.bouncycastle.crypto.BasicAgreement;
23 import org.bouncycastle.crypto.CipherParameters;
24 import org.bouncycastle.crypto.DerivationFunction;
25 import org.bouncycastle.crypto.agreement.ECDHBasicAgreement;
27 // import org.bouncycastle.crypto.agreement.ECDHCBasicAgreement;
28 // import org.bouncycastle.crypto.agreement.ECMQVBasicAgreement;
29 // import org.bouncycastle.crypto.agreement.kdf.DHKDFParameters
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/rsa/
DigestSignatureSpi.java 25 import org.bouncycastle.crypto.AsymmetricBlockCipher;
26 import org.bouncycastle.crypto.CipherParameters;
27 import org.bouncycastle.crypto.Digest;
29 // import org.bouncycastle.crypto.digests.MD2Digest;
30 // import org.bouncycastle.crypto.digests.MD4Digest;
31 // import org.bouncycastle.crypto.digests.MD5Digest;
32 // import org.bouncycastle.crypto.digests.NullDigest;
33 // import org.bouncycastle.crypto.digests.RIPEMD128Digest;
34 // import org.bouncycastle.crypto.digests.RIPEMD160Digest;
35 // import org.bouncycastle.crypto.digests.RIPEMD256Digest
    [all...]
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyCipher.java 21 package org.apache.harmony.crypto.tests.support;
31 import javax.crypto.BadPaddingException;
32 import javax.crypto.CipherSpi;
33 import javax.crypto.IllegalBlockSizeException;
34 import javax.crypto.NoSuchPaddingException;
35 import javax.crypto.ShortBufferException;
  /external/chromium_org/components/ownership/
owner_key_util.h 23 namespace crypto { namespace
56 // This class is a ref-counted wrapper around a crypto::RSAPrivateKey
61 explicit PrivateKey(crypto::RSAPrivateKey* key);
63 crypto::RSAPrivateKey* key() { return key_.get(); }
70 scoped_ptr<crypto::RSAPrivateKey> key_;
88 virtual crypto::RSAPrivateKey* FindPrivateKeyInSlot(
  /external/chromium_org/crypto/
ec_signature_creator_nss.cc 5 #include "crypto/ec_signature_creator_impl.h"
16 #include "crypto/ec_private_key.h"
17 #include "crypto/nss_util.h"
18 #include "crypto/scoped_nss_types.h"
20 namespace crypto { namespace
114 } // namespace crypto
ec_signature_creator_openssl.cc 5 #include "crypto/ec_signature_creator_impl.h"
14 #include "crypto/ec_private_key.h"
15 #include "crypto/openssl_util.h"
16 #include "crypto/scoped_openssl_types.h"
18 namespace crypto { namespace
91 } // namespace crypto
signature_creator_openssl.cc 5 #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
  /external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
V8CryptoCustom.cpp 33 #include "modules/crypto/Crypto.h"
40 ExceptionState exceptionState(ExceptionState::ExecutionContext, "getRandomValues", "Crypto", info.Holder(), info.GetIsolate());
54 Crypto* crypto = V8Crypto::toImpl(info.Holder()); local
55 crypto->getRandomValues(arrayBufferView, exceptionState);
  /external/chromium_org/third_party/libsrtp/
libsrtp.target.darwin-arm.mk 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \
28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
32 third_party/libsrtp/srtp/crypto/hash/auth.c \
33 third_party/libsrtp/srtp/crypto/hash/hmac.c \
34 third_party/libsrtp/srtp/crypto/hash/null_auth.c \
35 third_party/libsrtp/srtp/crypto/hash/sha1.c \
36 third_party/libsrtp/srtp/crypto/kernel/alloc.c
    [all...]
libsrtp.target.darwin-mips.mk 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \
28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
32 third_party/libsrtp/srtp/crypto/hash/auth.c \
33 third_party/libsrtp/srtp/crypto/hash/hmac.c \
34 third_party/libsrtp/srtp/crypto/hash/null_auth.c \
35 third_party/libsrtp/srtp/crypto/hash/sha1.c \
36 third_party/libsrtp/srtp/crypto/kernel/alloc.c
    [all...]
libsrtp.target.darwin-mips64.mk 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \
28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
32 third_party/libsrtp/srtp/crypto/hash/auth.c \
33 third_party/libsrtp/srtp/crypto/hash/hmac.c \
34 third_party/libsrtp/srtp/crypto/hash/null_auth.c \
35 third_party/libsrtp/srtp/crypto/hash/sha1.c \
36 third_party/libsrtp/srtp/crypto/kernel/alloc.c
    [all...]
libsrtp.target.darwin-x86.mk 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \
28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
32 third_party/libsrtp/srtp/crypto/hash/auth.c \
33 third_party/libsrtp/srtp/crypto/hash/hmac.c \
34 third_party/libsrtp/srtp/crypto/hash/null_auth.c \
35 third_party/libsrtp/srtp/crypto/hash/sha1.c \
36 third_party/libsrtp/srtp/crypto/kernel/alloc.c
    [all...]
libsrtp.target.darwin-x86_64.mk 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \
28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
32 third_party/libsrtp/srtp/crypto/hash/auth.c \
33 third_party/libsrtp/srtp/crypto/hash/hmac.c \
34 third_party/libsrtp/srtp/crypto/hash/null_auth.c \
35 third_party/libsrtp/srtp/crypto/hash/sha1.c \
36 third_party/libsrtp/srtp/crypto/kernel/alloc.c
    [all...]
libsrtp.target.linux-arm.mk 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \
28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
32 third_party/libsrtp/srtp/crypto/hash/auth.c \
33 third_party/libsrtp/srtp/crypto/hash/hmac.c \
34 third_party/libsrtp/srtp/crypto/hash/null_auth.c \
35 third_party/libsrtp/srtp/crypto/hash/sha1.c \
36 third_party/libsrtp/srtp/crypto/kernel/alloc.c
    [all...]
libsrtp.target.linux-mips.mk 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \
28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
32 third_party/libsrtp/srtp/crypto/hash/auth.c \
33 third_party/libsrtp/srtp/crypto/hash/hmac.c \
34 third_party/libsrtp/srtp/crypto/hash/null_auth.c \
35 third_party/libsrtp/srtp/crypto/hash/sha1.c \
36 third_party/libsrtp/srtp/crypto/kernel/alloc.c
    [all...]
libsrtp.target.linux-mips64.mk 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \
28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
32 third_party/libsrtp/srtp/crypto/hash/auth.c \
33 third_party/libsrtp/srtp/crypto/hash/hmac.c \
34 third_party/libsrtp/srtp/crypto/hash/null_auth.c \
35 third_party/libsrtp/srtp/crypto/hash/sha1.c \
36 third_party/libsrtp/srtp/crypto/kernel/alloc.c
    [all...]
libsrtp.target.linux-x86.mk 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \
28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
32 third_party/libsrtp/srtp/crypto/hash/auth.c \
33 third_party/libsrtp/srtp/crypto/hash/hmac.c \
34 third_party/libsrtp/srtp/crypto/hash/null_auth.c \
35 third_party/libsrtp/srtp/crypto/hash/sha1.c \
36 third_party/libsrtp/srtp/crypto/kernel/alloc.c
    [all...]
libsrtp.target.linux-x86_64.mk 27 third_party/libsrtp/srtp/crypto/cipher/aes.c \
28 third_party/libsrtp/srtp/crypto/cipher/aes_cbc.c \
29 third_party/libsrtp/srtp/crypto/cipher/aes_icm.c \
30 third_party/libsrtp/srtp/crypto/cipher/cipher.c \
31 third_party/libsrtp/srtp/crypto/cipher/null_cipher.c \
32 third_party/libsrtp/srtp/crypto/hash/auth.c \
33 third_party/libsrtp/srtp/crypto/hash/hmac.c \
34 third_party/libsrtp/srtp/crypto/hash/null_auth.c \
35 third_party/libsrtp/srtp/crypto/hash/sha1.c \
36 third_party/libsrtp/srtp/crypto/kernel/alloc.c
    [all...]
  /frameworks/base/media/java/android/media/
MediaCrypto.java 26 * Crypto schemes are assigned 16 byte UUIDs,
35 * @param uuid The UUID of the crypto scheme.
57 * Instantiate a MediaCrypto object using opaque, crypto scheme specific
59 * @param uuid The UUID of the crypto scheme.
60 * @param initData Opaque initialization data specific to the crypto scheme.
67 * Query if the crypto scheme requires the use of a secure decoder
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/interfaces/
DHPrivateKeyTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.interfaces;
29 import javax.crypto.interfaces.DHKey;
30 import javax.crypto.interfaces.DHPrivateKey;
31 import javax.crypto.spec.DHParameterSpec;
60 assertTrue(pk1.getParams().getClass().getCanonicalName().equals("javax.crypto.spec.DHParameterSpec"));
DHPublicKeyTest.java 23 package org.apache.harmony.crypto.tests.javax.crypto.interfaces;
33 import javax.crypto.interfaces.DHKey;
34 import javax.crypto.interfaces.DHPublicKey;
35 import javax.crypto.spec.DHParameterSpec;
64 assertTrue(pk2.getParams().getClass().getCanonicalName().equals("javax.crypto.spec.DHParameterSpec"));
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyCipher.java 22 package org.apache.harmony.crypto.tests.support;
32 import javax.crypto.BadPaddingException;
33 import javax.crypto.CipherSpi;
34 import javax.crypto.IllegalBlockSizeException;
35 import javax.crypto.NoSuchPaddingException;
36 import javax.crypto.ShortBufferException;
  /external/wpa_supplicant_8/hostapd/
Makefile 169 OBJS += ../src/crypto/md5.o
469 OBJS += ../src/crypto/ms_funcs.o
501 OBJS += ../src/crypto/tls_openssl.o
504 OBJS += ../src/crypto/crypto_openssl.o
505 HOBJS += ../src/crypto/crypto_openssl.o
507 OBJS += ../src/crypto/fips_prf_openssl.o
515 OBJS += ../src/crypto/tls_gnutls.o
518 OBJS += ../src/crypto/crypto_gnutls.o
519 HOBJS += ../src/crypto/crypto_gnutls.o
521 OBJS += ../src/crypto/fips_prf_internal.
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/symmetric/util/
BaseBlockCipher.java 14 import javax.crypto.BadPaddingException;
15 import javax.crypto.Cipher;
16 import javax.crypto.IllegalBlockSizeException;
17 import javax.crypto.NoSuchPaddingException;
18 import javax.crypto.SecretKey;
19 import javax.crypto.ShortBufferException;
20 import javax.crypto.spec.IvParameterSpec;
21 import javax.crypto.spec.PBEParameterSpec;
23 // import javax.crypto.spec.RC2ParameterSpec;
24 // import javax.crypto.spec.RC5ParameterSpec
    [all...]
  /external/apache-harmony/crypto/src/test/impl/java/org/apache/harmony/crypto/tests/javax/crypto/
Cipher_Impl1Test.java 18 package org.apache.harmony.crypto.tests.javax.crypto;
25 import javax.crypto.Cipher;
26 import javax.crypto.KeyGenerator;
46 * @tests javax.crypto.Cipher#getIV()
47 * @tests javax.crypto.Cipher#init(int, java.security.Key,
73 * @tests javax.crypto.Cipher#getParameters()
74 * @tests javax.crypto.Cipher#init(int, java.security.Key,

Completed in 1829 milliseconds

<<11121314151617181920>>