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

<<11121314151617181920>>

  /external/openssl/include/openssl/
hmac.h 61 #include <openssl/opensslconf.h>
67 #include <openssl/evp.h>
rand.h 63 #include <openssl/ossl_typ.h>
64 #include <openssl/e_os2.h>
  /external/openssl/ssl/
s23_pkt.c 63 #include <openssl/evp.h>
64 #include <openssl/buffer.h>
ssl_algs.c 60 #include <openssl/objects.h>
61 #include <openssl/lhash.h>
  /frameworks/av/media/libstagefright/codecs/on2/enc/
Android.mk 9 $(TOP)/external/openssl/include \
  /frameworks/av/media/libstagefright/httplive/
Android.mk 14 $(TOP)/external/openssl/include
  /hardware/libhardware/tests/keymaster/
Android.mk 13 external/openssl/include \
  /hardware/qcom/keymaster/
Android.mk 19 external/openssl/include
  /system/keymaster/
rsa_operation.cpp 17 #include <openssl/rsa.h>
18 #include <openssl/evp.h>
  /system/security/keystore/
Android.mk 25 LOCAL_C_INCLUDES := external/openssl/include
47 LOCAL_C_INCLUDES := external/openssl/include
  /external/chromium_org/crypto/
rsa_private_key_openssl.cc 7 #include <openssl/bio.h>
8 #include <openssl/bn.h>
9 #include <openssl/evp.h>
10 #include <openssl/pkcs12.h>
11 #include <openssl/rsa.h>
  /external/chromium_org/third_party/boringssl/src/crypto/asn1/
bio_ndef.c 57 #include <openssl/asn1.h>
61 #include <openssl/asn1t.h>
62 #include <openssl/bio.h>
63 #include <openssl/err.h>
64 #include <openssl/mem.h>
tasn_utl.c 57 #include <openssl/asn1.h>
59 #include <openssl/asn1t.h>
60 #include <openssl/mem.h>
61 #include <openssl/obj.h>
62 #include <openssl/err.h>
  /external/chromium_org/third_party/boringssl/src/crypto/bn/
random.c 58 * Copyright (c) 1998-2001 The OpenSSL Project. All rights reserved.
74 * "This product includes software developed by the OpenSSL Project
75 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
77 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
80 * openssl-core@openssl.org.
82 * 5. Products derived from this software may not be called "OpenSSL"
83 * nor may "OpenSSL" appear in their names without prior writte
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/digest/
digests.c 57 #include <openssl/digest.h>
59 #include <openssl/md4.h>
60 #include <openssl/md5.h>
61 #include <openssl/obj.h>
62 #include <openssl/sha.h>
  /external/chromium_org/third_party/boringssl/src/crypto/ecdh/
ecdh.c 6 * to the OpenSSL project.
8 * The ECC Code is licensed pursuant to the OpenSSL open source
16 * Copyright (c) 2000-2002 The OpenSSL Project. All rights reserved.
32 * "This product includes software developed by the OpenSSL Project
33 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
35 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
38 * licensing@OpenSSL.org.
40 * 5. Products derived from this software may not be called "OpenSSL"
    [all...]
  /external/chromium_org/third_party/boringssl/src/crypto/x509/
pkcs7.c 15 #include <openssl/x509.h>
17 #include <openssl/bytestring.h>
18 #include <openssl/err.h>
19 #include <openssl/obj.h>
20 #include <openssl/stack.h>
  /external/chromium_org/third_party/boringssl/src/crypto/x509v3/
pcy_cache.c 1 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
5 * Copyright (c) 2004 The OpenSSL Project. All rights reserved.
21 * "This product includes software developed by the OpenSSL Project
22 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
24 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
27 * licensing@OpenSSL.org.
29 * 5. Products derived from this software may not be called "OpenSSL"
    [all...]
  /external/openssl/crypto/asn1/
a_verify.c 69 #include <openssl/bn.h>
70 #include <openssl/x509.h>
71 #include <openssl/objects.h>
72 #include <openssl/buffer.h>
73 #include <openssl/evp.h>
  /external/openssl/crypto/dh/
dh_pmeth.c 1 /* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
5 * Copyright (c) 2006 The OpenSSL Project. All rights reserved.
21 * "This product includes software developed by the OpenSSL Project
22 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
24 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
27 * licensing@OpenSSL.org.
29 * 5. Products derived from this software may not be called "OpenSSL"
    [all...]
  /external/openssl/crypto/engine/
enginetest.c 2 /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
6 * Copyright (c) 1999-2001 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"
31 * nor may "OpenSSL" appear in their names without prior writte
    [all...]
engine.h 0 /* openssl/engine.h */
2 /* Written by Geoff Thorpe (geoff@geoffthorpe.net) for the OpenSSL
6 * Copyright (c) 1999-2004 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...]
  /external/openssl/crypto/rsa/
rsa_test.c 8 #include <openssl/crypto.h>
9 #include <openssl/err.h>
10 #include <openssl/rand.h>
11 #include <openssl/bn.h>
19 #include <openssl/rsa.h>
  /external/openssl/crypto/ecdh/
ecdhtest.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/
p_lib.c 61 #include <openssl/bn.h>
62 #include <openssl/err.h>
63 #include <openssl/objects.h>
64 #include <openssl/evp.h>
65 #include <openssl/asn1_mac.h>
66 #include <openssl/x509.h>
68 #include <openssl/rsa.h>
71 #include <openssl/dsa.h>
74 #include <openssl/dh.h>
78 #include <openssl/engine.h
    [all...]

Completed in 355 milliseconds

<<11121314151617181920>>