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

1 2 3 4 5 6 7 8 91011>>

  /external/vboot_reference/tests/
external_rsa_signer.sh 9 openssl rsautl -sign -inkey $1
  /external/boringssl/src/decrepit/rc4/
rc4_decrepit.c 57 #include <openssl/rc4.h>
  /external/boringssl/src/crypto/pem/
pem_x509.c 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
7 * Copyright (c) 2001 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...]
pem_xaux.c 3 * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL project
7 * Copyright (c) 2001 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...]
pem_oth.c 58 #include <openssl/pem.h>
62 #include <openssl/buf.h>
63 #include <openssl/err.h>
64 #include <openssl/mem.h>
65 #include <openssl/evp.h>
66 #include <openssl/obj.h>
67 #include <openssl/rand.h>
68 #include <openssl/x509.h>
  /external/curl/tests/libtest/
test307.pl 2 # Determine if the given curl executable supports the 'openssl' SSL engine
15 exit 0 if ( /openssl/ );
18 print "openssl engine not supported\n";
  /external/boringssl/src/decrepit/evp/
dss1.c 15 #include <openssl/digest.h>
  /external/ppp/pppd/
openssl-hash.h 20 #include <openssl/evp.h>
21 #include <openssl/md4.h>
22 #include <openssl/md5.h>
23 #include <openssl/sha.h>
  /device/linaro/bootloader/edk2/CryptoPkg/Library/OpensslLib/
Install.sh 3 cd openssl-1.0.2e
4 cp e_os2.h ../../../Include/openssl
5 cp crypto/crypto.h ../../../Include/openssl
6 cp crypto/opensslv.h ../../../Include/openssl
7 cp crypto/opensslconf.h ../../../Include/openssl
8 cp crypto/ebcdic.h ../../../Include/openssl
9 cp crypto/symhacks.h ../../../Include/openssl
10 cp crypto/ossl_typ.h ../../../Include/openssl
11 cp crypto/objects/objects.h ../../../Include/openssl
12 cp crypto/objects/obj_mac.h ../../../Include/openssl
    [all...]
  /external/boringssl/src/crypto/x509/
i2d_pr.c 58 #include <openssl/asn1.h>
59 #include <openssl/ec_key.h>
60 #include <openssl/err.h>
61 #include <openssl/evp.h>
62 #include <openssl/rsa.h>
63 #include <openssl/dsa.h>
78 * an error code from ASN1 for OpenSSL compatibility.
x509rset.c 57 #include <openssl/asn1.h>
58 #include <openssl/evp.h>
59 #include <openssl/obj.h>
60 #include <openssl/x509.h>
x_sig.c 60 #include <openssl/asn1t.h>
61 #include <openssl/x509.h>
x_val.c 60 #include <openssl/asn1t.h>
61 #include <openssl/x509.h>
  /external/boringssl/src/crypto/
cpu-arm.c 15 #include <openssl/cpu.h>
20 #include <openssl/arm_arch.h>
  /external/boringssl/src/crypto/x509v3/
v3_akeya.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_pcia.c 3 * Contributed to the OpenSSL Project 2004 by Richard Levitte
38 #include <openssl/asn1.h>
39 #include <openssl/asn1t.h>
40 #include <openssl/x509v3.h>
  /external/openssh/
rsa.h 19 #include <openssl/bn.h>
20 #include <openssl/rsa.h>
  /external/boringssl/src/crypto/asn1/
a_octet.c 57 #include <openssl/asn1.h>
59 #include <openssl/err.h>
60 #include <openssl/mem.h>
a_print.c 57 #include <openssl/asn1.h>
59 #include <openssl/err.h>
60 #include <openssl/mem.h>
  /external/boringssl/src/ssl/
ssl_privkey_cc.cc 57 #include <openssl/ssl.h>
59 #include <openssl/err.h>
60 #include <openssl/rsa.h>
  /external/tpm2/
OsslCryptoEngine.h 10 #include <openssl/aes.h>
11 #include <openssl/evp.h>
12 #include <openssl/sha.h>
13 #include <openssl/ec.h>
14 #include <openssl/rand.h>
15 #include <openssl/bn.h>
  /external/boringssl/src/include/openssl/
crypto.h 18 #include <openssl/base.h>
20 /* Upstream OpenSSL defines |OPENSSL_malloc|, etc., in crypto.h rather than
22 #include <openssl/mem.h>
24 /* Upstream OpenSSL defines |CRYPTO_LOCK|, etc., in crypto.h rather than
26 #include <openssl/thread.h>
61 * ?OpenSSL?. node.js requires a version number in this text. */
62 #define OPENSSL_VERSION_TEXT "OpenSSL 1.0.2 (compatible; BoringSSL)"
  /external/libchrome/crypto/
openssl_util.cc 8 #include <openssl/cpu.h>
10 #include <openssl/ssl.h>
12 #include <openssl/crypto.h>
13 #include <openssl/err.h>
24 // Callback routine for OpenSSL to print error messages. |str| is a
30 // If this callback returns a value <= 0, OpenSSL will stop processing the
57 DVLOG(1) << "OpenSSL ERR_get_error stack from " << message;
  /libcore/support/src/test/java/tests/resources/x509/
create.sh 22 openssl genrsa -out "$DIR/privkey.pem" 2048
25 openssl req -config "$DIR/default.cnf" -new -key "$DIR/privkey.pem" -nodes -batch > /tmp/cert-rsa-req.pem
26 openssl req -in /tmp/cert-rsa-req.pem -pubkey -noout | openssl rsa -pubin -pubout -outform der > "$DIR/cert-rsa-pubkey.der"
27 openssl x509 -extfile "$DIR/default.cnf" -days 3650 -extensions usr_cert -req -signkey "$DIR/privkey.pem" -outform d -set_serial -99999999999999999999 < /tmp/cert-rsa-req.pem > "$DIR/cert-rsa.der"
30 openssl asn1parse -in "$DIR/cert-rsa.der" -inform d -out "$DIR/cert-rsa-tbs.der" -noout -strparse 4
31 SIG_OFFSET=$(openssl asn1parse -in "$DIR/cert-rsa.der" -inform d | tail -1 | cut -f1 -d:)
32 openssl asn1parse -in "$DIR/cert-rsa.der" -inform d -strparse "$SIG_OFFSET" -noout -out "$DIR/cert-rsa-sig.der"
35 openssl x509 -in "$DIR/cert-rsa.der" -inform d -noout -startdate -enddate > "$DIR/cert-rsa-dates.txt"
38 openssl x509 -in "$DIR/cert-rsa.der" -inform d -noout -serial > "$DIR/cert-rsa-serial.txt
    [all...]
  /external/boringssl/src/crypto/poly1305/
internal.h 18 #include <openssl/base.h>
19 #include <openssl/poly1305.h>

Completed in 1022 milliseconds

1 2 3 4 5 6 7 8 91011>>