HomeSort by relevance Sort by last modified time
    Searched refs:openssl (Results 76 - 100 of 838) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/openssl/crypto/ripemd/
rmd_one.c 61 #include <openssl/ripemd.h>
62 #include <openssl/crypto.h>
  /external/openssl/crypto/sha/
sha1_one.c 61 #include <openssl/sha.h>
62 #include <openssl/crypto.h>
  /frameworks/base/cmds/keystore/
Android.mk 23 LOCAL_C_INCLUDES := external/openssl/include
30 LOCAL_C_INCLUDES := external/openssl/include
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/digests/
OpenSSLDigest.java 23 * Implements the BouncyCastle Digest interface using OpenSSL's EVP API.
33 * Holds the OpenSSL name of the hashing algorithm, e.g. "sha1";
35 private final String openssl; field in class:OpenSSLDigest
52 * @param algorithm The name of the openssl algorithm, e.g. "sha1".
54 private OpenSSLDigest(String algorithm, String openssl) {
56 this.openssl = openssl;
59 NativeCrypto.EVP_DigestInit(ctx, openssl);
84 NativeCrypto.EVP_DigestInit(ctx, openssl);
  /external/openssl/crypto/asn1/
x_exten.c 2 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
6 * Copyright (c) 2000 The OpenSSL Project. All rights reserved.
22 * "This product includes software developed by the OpenSSL Project
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
28 * licensing@OpenSSL.org.
30 * 5. Products derived from this software may not be called "OpenSSL"
    [all...]
t_spki.c 2 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
6 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
22 * "This product includes software developed by the OpenSSL Project
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
28 * licensing@OpenSSL.org.
30 * 5. Products derived from this software may not be called "OpenSSL"
    [all...]
t_pkey.c 61 #include <openssl/objects.h>
62 #include <openssl/buffer.h>
63 #include <openssl/bn.h>
  /external/openssl/crypto/x509/
x509_r2x.c 61 #include <openssl/bn.h>
62 #include <openssl/evp.h>
63 #include <openssl/asn1.h>
64 #include <openssl/x509.h>
65 #include <openssl/objects.h>
66 #include <openssl/buffer.h>
x509_txt.c 64 #include <openssl/lhash.h>
65 #include <openssl/buffer.h>
66 #include <openssl/evp.h>
67 #include <openssl/asn1.h>
68 #include <openssl/x509.h>
69 #include <openssl/objects.h>
x509type.c 61 #include <openssl/evp.h>
62 #include <openssl/objects.h>
63 #include <openssl/x509.h>
  /external/openssl/apps/
Android.mk 30 openssl.c \
63 external/openssl \
64 external/openssl/include
70 # These flags omit whole features from the commandline "openssl".
75 LOCAL_MODULE:= openssl
CA.pl 36 # default openssl.cnf file has setup as per the following
39 my $openssl;
40 if(defined $ENV{OPENSSL}) {
41 $openssl = $ENV{OPENSSL};
43 $openssl = "openssl";
44 $ENV{OPENSSL} = $openssl;
50 $REQ="$openssl req $SSLEAY_CONFIG"
    [all...]
CA.pl.in 36 # default openssl.cnf file has setup as per the following
39 my $openssl;
40 if(defined $ENV{OPENSSL}) {
41 $openssl = $ENV{OPENSSL};
43 $openssl = "openssl";
44 $ENV{OPENSSL} = $openssl;
50 $REQ="$openssl req $SSLEAY_CONFIG"
    [all...]
  /external/openssl/patches/
apps_Android.mk 30 openssl.c \
63 external/openssl \
64 external/openssl/include
70 # These flags omit whole features from the commandline "openssl".
75 LOCAL_MODULE:= openssl
  /external/openssl/crypto/evp/
p_seal.c 61 #include <openssl/rand.h>
63 #include <openssl/rsa.h>
65 #include <openssl/evp.h>
66 #include <openssl/objects.h>
67 #include <openssl/x509.h>
c_alld.c 61 #include <openssl/evp.h>
62 #include <openssl/pkcs12.h>
63 #include <openssl/objects.h>
  /external/openssl/crypto/des/
read2pwd.c 3 * Copyright (c) 2001-2002 The OpenSSL Project. All rights reserved.
19 * "This product includes software developed by the OpenSSL Project
20 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
22 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
25 * openssl-core@openssl.org.
27 * 5. Products derived from this software may not be called "OpenSSL"
28 * nor may "OpenSSL" appear in their names without prior writte
    [all...]
  /external/openssl/crypto/md4/
md4_one.c 61 #include <openssl/md4.h>
62 #include <openssl/crypto.h>
65 #include <openssl/ebcdic.h>
  /external/openssl/crypto/md5/
md5_one.c 61 #include <openssl/md5.h>
62 #include <openssl/crypto.h>
65 #include <openssl/ebcdic.h>
  /external/openssl/crypto/x509v3/
v3_pku.c 2 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
6 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
22 * "This product includes software developed by the OpenSSL Project
23 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
25 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
28 * licensing@OpenSSL.org.
30 * 5. Products derived from this software may not be called "OpenSSL"
    [all...]
  /development/tools/
make_key 52 ( openssl genrsa -3 2048 | tee ${one} > ${two} ) &
54 openssl req -new -x509 -sha1 -key ${two} -out $1.x509.pem \
59 openssl pkcs8 -in ${one} -topk8 -outform DER -out $1.pk8 -nocrypt
62 echo $password | openssl pkcs8 -in ${one} -topk8 -outform DER -out $1.pk8 \
  /external/openssl/crypto/bf/
bf_ecb.c 59 #include <openssl/blowfish.h>
61 #include <openssl/opensslv.h>
  /external/openssl/crypto/buffer/
buf_err.c 3 * Copyright (c) 1999-2006 The OpenSSL Project. All rights reserved.
19 * "This product includes software developed by the OpenSSL Project
20 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
22 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
25 * openssl-core@OpenSSL.org.
27 * 5. Products derived from this software may not be called "OpenSSL"
28 * nor may "OpenSSL" appear in their names without prior writte
    [all...]
  /external/openssl/crypto/comp/
comp_err.c 3 * Copyright (c) 1999-2007 The OpenSSL Project. All rights reserved.
19 * "This product includes software developed by the OpenSSL Project
20 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
22 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
25 * openssl-core@OpenSSL.org.
27 * 5. Products derived from this software may not be called "OpenSSL"
28 * nor may "OpenSSL" appear in their names without prior writte
    [all...]
  /external/openssl/crypto/conf/
conf_api.h 62 #include <openssl/lhash.h>
63 #include <openssl/conf.h>
69 /* Up until OpenSSL 0.9.5a, this was new_section */
71 /* Up until OpenSSL 0.9.5a, this was get_section */
73 /* Up until OpenSSL 0.9.5a, this was CONF_get_section */

Completed in 2724 milliseconds

1 2 34 5 6 7 8 91011>>