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

<<11121314151617181920>>

  /external/openssl/crypto/objects/
o_names.c 5 #include <openssl/err.h>
6 #include <openssl/lhash.h>
7 #include <openssl/objects.h>
8 #include <openssl/safestack.h>
9 #include <openssl/e_os2.h>
  /external/openssl/crypto/rsa/
rsa.h 62 #include <openssl/asn1.h>
65 #include <openssl/bio.h>
67 #include <openssl/crypto.h>
68 #include <openssl/ossl_typ.h>
70 #include <openssl/bn.h>
rsa_lib.c 60 #include <openssl/crypto.h>
62 #include <openssl/lhash.h>
63 #include <openssl/bn.h>
64 #include <openssl/rsa.h>
65 #include <openssl/rand.h>
67 #include <openssl/engine.h>
  /external/openssl/crypto/x509/
x509name.c 60 #include <openssl/stack.h>
62 #include <openssl/asn1.h>
63 #include <openssl/objects.h>
64 #include <openssl/evp.h>
65 #include <openssl/x509.h>
x509.h 60 * ECDH support in OpenSSL originally developed by
61 * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
67 #include <openssl/e_os2.h>
68 #include <openssl/symhacks.h>
70 #include <openssl/buffer.h>
73 #include <openssl/evp.h>
76 #include <openssl/bio.h>
78 #include <openssl/stack.h>
79 #include <openssl/asn1.h>
80 #include <openssl/safestack.h
    [all...]
x509_vfy.h 60 #include <openssl/x509.h>
61 /* openssl/x509.h ends up #include-ing this file at about the only
68 #include <openssl/opensslconf.h>
70 #include <openssl/lhash.h>
72 #include <openssl/bio.h>
73 #include <openssl/crypto.h>
74 #include <openssl/symhacks.h>
  /external/openssl/include/openssl/
rsa.h 62 #include <openssl/asn1.h>
65 #include <openssl/bio.h>
67 #include <openssl/crypto.h>
68 #include <openssl/ossl_typ.h>
70 #include <openssl/bn.h>
x509.h 60 * ECDH support in OpenSSL originally developed by
61 * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
67 #include <openssl/e_os2.h>
68 #include <openssl/symhacks.h>
70 #include <openssl/buffer.h>
73 #include <openssl/evp.h>
76 #include <openssl/bio.h>
78 #include <openssl/stack.h>
79 #include <openssl/asn1.h>
80 #include <openssl/safestack.h
    [all...]
x509_vfy.h 60 #include <openssl/x509.h>
61 /* openssl/x509.h ends up #include-ing this file at about the only
68 #include <openssl/opensslconf.h>
70 #include <openssl/lhash.h>
72 #include <openssl/bio.h>
73 #include <openssl/crypto.h>
74 #include <openssl/symhacks.h>
  /external/openssl/apps/
passwd.c 14 #include <openssl/bio.h>
15 #include <openssl/err.h>
16 #include <openssl/evp.h>
17 #include <openssl/rand.h>
19 # include <openssl/des.h>
22 # include <openssl/md5.h>
ciphers.c 66 #include <openssl/err.h>
67 #include <openssl/ssl.h>
74 " -v - verbose mode, a textual listing of the SSL/TLS ciphers in OpenSSL\n",
enc.c 63 #include <openssl/bio.h>
64 #include <openssl/err.h>
65 #include <openssl/evp.h>
66 #include <openssl/objects.h>
67 #include <openssl/x509.h>
68 #include <openssl/rand.h>
69 #include <openssl/pem.h>
70 #include <openssl/comp.h>
  /external/openssl/crypto/asn1/
tasn_prn.c 2 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
6 * Copyright (c) 2000,2005 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...]
a_d2i_fp.c 61 #include <openssl/buffer.h>
62 #include <openssl/asn1_mac.h>
evp_asn1.c 61 #include <openssl/asn1.h>
62 #include <openssl/asn1_mac.h>
f_int.c 61 #include <openssl/buffer.h>
62 #include <openssl/asn1.h>
  /external/openssl/crypto/x509v3/
v3_genn.c 2 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
6 * Copyright (c) 1999-2008 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...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 38 * Provides the Java side of our JNI glue for OpenSSL.
42 // --- OpenSSL library initialization --------------------------------------
92 * belong here, but due to its native code being closely tied to OpenSSL
156 private static void add(String standard, String openssl) {
157 OPENSSL_TO_STANDARD_CIPHER_SUITES.put(openssl, standard);
158 STANDARD_TO_OPENSSL_CIPHER_SUITES.put(standard, openssl);
229 // not implemented by either RI or OpenSSL
234 // OpenSSL 0.9.8c and later have disabled TLS1_ALLOW_EXPERIMENTAL_CIPHERSUITES
243 // PSK is Private Shared Key - didn't exist in Froyo's openssl - no JSSE equivalent
361 // openssl uses negative logic letting you disable protocols
409 String openssl = STANDARD_TO_OPENSSL_CIPHER_SUITES.get(cipherSuite); local
    [all...]
  /external/ipsec-tools/src/racoon/
rsalist.c 45 #include <openssl/bn.h>
46 #include <openssl/rsa.h>
  /external/openssl/android.testssl/
testssl 15 if adb shell /system/bin/openssl x509 -in $cert -text -noout | fgrep 'DSA Public Key' >/dev/null; then
136 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
143 if [ `adb shell /system/bin/openssl no-rsa` = no-dh ]; then
149 if [ `adb shell /system/bin/openssl no-dh` = no-dh ]; then
  /external/openssl/crypto/bio/
bf_nbio.c 62 #include <openssl/rand.h>
63 #include <openssl/bio.h>
  /external/openssl/crypto/ec/
ecp_nist.c 3 * Written by Nils Larsch for the OpenSSL project.
6 * Copyright (c) 1998-2003 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 * openssl-core@openssl.org.
30 * 5. Products derived from this software may not be called "OpenSSL"
    [all...]
  /external/openssl/crypto/ecdh/
ech_lib.c 7 * to the OpenSSL project.
9 * The ECC Code is licensed pursuant to the OpenSSL open source
17 * Copyright (c) 1998-2003 The OpenSSL Project. All rights reserved.
33 * "This product includes software developed by the OpenSSL Project
34 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
36 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
39 * openssl-core@OpenSSL.org
    [all...]
  /external/openssl/crypto/evp/
bio_md.c 62 #include <openssl/buffer.h>
63 #include <openssl/evp.h>
evp_err.c 3 * Copyright (c) 1999-2008 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...]

Completed in 1638 milliseconds

<<11121314151617181920>>