HomeSort by relevance Sort by last modified time
    Searched refs:openssl (Results 126 - 150 of 928) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/autotest/client/site_tests/security_RootCA/
add-openssl-roots.sh 2 # Usage: add-openssl-roots.sh <roots dir> <baseline file>
4 # Strip all openssl entries
5 sed -i -e '/openssl/d' "$2"
10 openssl x509 -in "$x" -noout -fingerprint | cut -f2 -d=; \
16 if grep -qE "(both|openssl) $x" "$2"; then
19 echo "openssl $x" >> "$2"
  /external/boringssl/src/crypto/asn1/
f_int.c 57 #include <openssl/asn1.h>
59 #include <openssl/bio.h>
t_bitst.c 57 #include <openssl/asn1.h>
61 #include <openssl/mem.h>
asn1_locl.h 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
7 * Copyright (c) 2006 The OpenSSL Project. All rights reserved.
23 * "This product includes software developed by the OpenSSL Project
24 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
29 * licensing@OpenSSL.org.
31 * 5. Products derived from this software may not be called "OpenSSL"
    [all...]
  /external/boringssl/src/crypto/test/
gtest_main.cc 19 #include <openssl/err.h>
20 #include <openssl/crypto.h>
  /external/boringssl/src/crypto/x509/
x509_d2.c 58 #include <openssl/err.h>
59 #include <openssl/x509.h>
x509.c 57 #include <openssl/x509.h>
59 #include <openssl/bio.h>
60 #include <openssl/err.h>
61 #include <openssl/mem.h>
x509spki.c 2 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
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...]
  /external/boringssl/src/crypto/x509v3/
v3_info.c 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
7 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
23 * "This product includes software developed by the OpenSSL Project
24 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
29 * licensing@OpenSSL.org.
31 * 5. Products derived from this software may not be called "OpenSSL"
    [all...]
v3_bitst.c 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
7 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
23 * "This product includes software developed by the OpenSSL Project
24 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
29 * licensing@OpenSSL.org.
31 * 5. Products derived from this software may not be called "OpenSSL"
    [all...]
v3_skey.c 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
7 * Copyright (c) 1999 The OpenSSL Project. All rights reserved.
23 * "This product includes software developed by the OpenSSL Project
24 * for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
26 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
29 * licensing@OpenSSL.org.
31 * 5. Products derived from this software may not be called "OpenSSL"
    [all...]
  /external/boringssl/src/decrepit/dh/
dh_decrepit.c 2 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
18 * "This product includes software developed by the OpenSSL Project
19 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
21 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
24 * openssl-core@openssl.org.
26 * 5. Products derived from this software may not be called "OpenSSL"
27 * nor may "OpenSSL" appear in their names without prior writte
    [all...]
  /external/boringssl/src/decrepit/dsa/
dsa_decrepit.c 2 * Copyright (c) 1998-2002 The OpenSSL Project. All rights reserved.
18 * "This product includes software developed by the OpenSSL Project
19 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
21 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
24 * openssl-core@openssl.org.
26 * 5. Products derived from this software may not be called "OpenSSL"
27 * nor may "OpenSSL" appear in their names without prior writte
    [all...]
  /external/libvncserver/libvncserver/
rfbcrypto_openssl.c 2 * rfbcrypto_openssl.c - Crypto wrapper (openssl version)
25 #include <openssl/sha.h>
26 #include <openssl/md5.h>
  /external/vboot_reference/tests/
gen_test_keys.sh 27 openssl genrsa -F4 -out ${key_base}.pem $i
29 openssl req -batch -new -x509 -key ${key_base}.pem \
  /device/linaro/bootloader/arm-trusted-firmware/tools/cert_create/include/
ext.h 34 #include <openssl/x509v3.h>
45 int type; /* OpenSSL ASN1 type of the extension data.
50 int alias; /* In case OpenSSL provides an standard
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cryptmodule.c 9 #include <openssl/des.h>
  /external/boringssl/src/crypto/bio/
internal.h 60 #include <openssl/base.h>
  /external/boringssl/src/crypto/digest/
internal.h 60 #include <openssl/base.h>
  /external/boringssl/src/crypto/rand/
fuchsia.c 15 #include <openssl/rand.h>
  /external/boringssl/src/crypto/
refcount_lock.c 19 #include <openssl/type_check.h>
  /external/boringssl/src/include/openssl/
cpu.h 64 #include <openssl/base.h>
  /external/boringssl/src/tool/
transport_common.h 18 #include <openssl/ssl.h>
  /external/google-tv-pairing-protocol/cpp/src/polo/util/
poloutil.h 18 #include <openssl/ssl.h>
  /external/openssh/
kexecdh.c 36 #include <openssl/bn.h>
37 #include <openssl/evp.h>
38 #include <openssl/ec.h>
39 #include <openssl/ecdh.h>

Completed in 535 milliseconds

1 2 3 4 56 7 8 91011>>