HomeSort by relevance Sort by last modified time
    Searched full:ecdh (Results 1 - 25 of 54) sorted by null

1 2 3

  /external/openssl/crypto/ecdh/
ech_lib.c 1 /* crypto/ecdh/ech_lib.c */
12 * The ECDH software is originally written by Douglas Stebila of
77 const char ECDH_version[]="ECDH" OPENSSL_VERSION_PTEXT;
100 ECDH_DATA *ecdh; local
102 ecdh = ecdh_check(eckey);
104 if (ecdh == NULL)
107 mtmp = ecdh->meth;
113 if (ecdh->engine)
115 ENGINE_finish(ecdh->engine);
116 ecdh->engine = NULL
233 ECDH_DATA *ecdh; local
242 ECDH_DATA *ecdh; local
    [all...]
ecdh.h 1 /* crypto/ecdh/ecdh.h */
12 * The ECDH software is originally written by Douglas Stebila of
75 #error ECDH is disabled.
94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
109 /* Error codes for the ECDH functions. */
ech_ossl.c 1 /* crypto/ecdh/ech_ossl.c */
12 * The ECDH software is originally written by Douglas Stebila of
83 EC_KEY *ecdh,
87 "OpenSSL ECDH method",
109 EC_KEY *ecdh,
132 priv_key = EC_KEY_get0_private_key(ecdh);
139 group = EC_KEY_get0_group(ecdh);
ech_key.c 1 /* crypto/ecdh/ecdh_key.c */
12 * The ECDH software is originally written by Douglas Stebila of
79 ECDH_DATA *ecdh = ecdh_check(eckey); local
80 if (ecdh == NULL)
82 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
ech_locl.h 1 /* crypto/ecdh/ech_locl.h */
59 #include <openssl/ecdh.h>
68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
ech_err.c 1 /* crypto/ecdh/ech_err.c */
63 #include <openssl/ecdh.h>
ecdhtest.c 1 /* crypto/ecdh/ecdhtest.c */
12 * The ECDH software is originally written by Douglas Stebila of
88 printf("No ECDH support\n");
93 #include <openssl/ecdh.h>
275 fprintf(stderr,"Error in ECDH routines\n");
  /external/openssl/crypto/err/
openssl.ec 32 L ECDH crypto/ecdh/ecdh.h crypto/ecdh/ech_err.c
err_all.c 81 #include <openssl/ecdh.h>
  /external/openssl/include/openssl/
ecdh.h 1 /* crypto/ecdh/ecdh.h */
12 * The ECDH software is originally written by Douglas Stebila of
75 #error ECDH is disabled.
94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
109 /* Error codes for the ECDH functions. */
tls1.h 410 #define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA"
411 #define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA"
412 #define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA"
413 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA "ECDH-ECDSA-AES128-SHA"
414 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA "ECDH-ECDSA-AES256-SHA"
422 #define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA "ECDH-RSA-NULL-SHA"
423 #define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA"
424 #define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA "ECDH-RSA-DES-CBC3-SHA"
425 #define TLS1_TXT_ECDH_RSA_WITH_AES_128_CBC_SHA "ECDH-RSA-AES128-SHA"
426 #define TLS1_TXT_ECDH_RSA_WITH_AES_256_CBC_SHA "ECDH-RSA-AES256-SHA
    [all...]
  /external/openssl/crypto/engine/
tb_ecdh.c 12 * The ECDH engine software is originally written by Nils Gura and
73 * used by ECDH to hook in implementation code and cache defaults (etc), will
122 /* Obtains an ECDH implementation from an ENGINE functional reference */
128 /* Sets an ECDH implementation in an ENGINE structure */
eng_fat.c 57 * ECDH support in OpenSSL originally developed by
112 else if (!strncmp(alg, "ECDH", len))
  /external/openssl/ssl/
Makefile 112 bio_ssl.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
130 d1_both.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
151 d1_clnt.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
171 d1_enc.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
191 d1_lib.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
210 d1_meth.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
229 d1_pkt.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
250 d1_srvr.o: ../include/openssl/ec.h ../include/openssl/ecdh.h
270 kssl.o: ../include/openssl/ecdh.h ../include/openssl/ecdsa.h
288 s23_clnt.o: ../include/openssl/ec.h ../include/openssl/ecdh.
    [all...]
d1_srvr.c 496 /* For the ECDH ciphersuites when
497 * the client sends its ECDH pub key in
874 EC_KEY *ecdh=NULL, *ecdhp; local
1007 if (s->s3->tmp.ecdh != NULL)
1009 EC_KEY_free(s->s3->tmp.ecdh);
1014 /* Duplicate the ECDH structure. */
1025 ecdh = ecdhp;
1027 s->s3->tmp.ecdh=ecdh;
1028 if ((EC_KEY_get0_public_key(ecdh) == NULL) |
    [all...]
tls1.h 410 #define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA"
411 #define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA"
412 #define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA"
413 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA "ECDH-ECDSA-AES128-SHA"
414 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA "ECDH-ECDSA-AES256-SHA"
422 #define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA "ECDH-RSA-NULL-SHA"
423 #define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA"
424 #define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA "ECDH-RSA-DES-CBC3-SHA"
425 #define TLS1_TXT_ECDH_RSA_WITH_AES_128_CBC_SHA "ECDH-RSA-AES128-SHA"
426 #define TLS1_TXT_ECDH_RSA_WITH_AES_256_CBC_SHA "ECDH-RSA-AES256-SHA
    [all...]
s3_srvr.c 347 /* Check if it is anon DH or anon ECDH, */
403 * ECDH-anon or ECDHE. In other cases, the
533 /* For the ECDH ciphersuites when
534 * the client sends its ECDH pub key in
1427 EC_KEY *ecdh=NULL, *ecdhp; local
    [all...]
s3_lib.c 2351 EC_KEY *ecdh = NULL; local
2633 EC_KEY *ecdh = NULL; local
    [all...]
s3_clnt.c 317 /* Check if it is anon DH/ECDH */
400 * authentication in ECDH cipher suites with
401 * ECDH (rather than ECDSA) certificates.
403 * message when client's ECDH public key is sent
1225 EC_KEY *ecdh = NULL; local
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
NativeCrypto.java 168 // add("TLS_ECDH_ECDSA_WITH_RC4_128_SHA", "ECDH-ECDSA-RC4-SHA");
169 // add("TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA", "ECDH-ECDSA-AES128-SHA");
170 // add("TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA", "ECDH-ECDSA-AES256-SHA");
171 // add("TLS_ECDH_RSA_WITH_RC4_128_SHA", "ECDH-RSA-RC4-SHA");
172 // add("TLS_ECDH_RSA_WITH_AES_128_CBC_SHA", "ECDH-RSA-AES128-SHA");
173 // add("TLS_ECDH_RSA_WITH_AES_256_CBC_SHA", "ECDH-RSA-AES256-SHA");
185 // add("TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA", "ECDH-ECDSA-DES-CBC3-SHA");
186 // add("TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA", "ECDH-RSA-DES-CBC3-SHA");
200 // add("TLS_ECDH_ECDSA_WITH_NULL_SHA", "ECDH-ECDSA-NULL-SHA");
201 // add("TLS_ECDH_RSA_WITH_NULL_SHA", "ECDH-RSA-NULL-SHA")
    [all...]
  /external/openssl/crypto/
Android.mk 243 ecdh/ech_err.c \
244 ecdh/ech_key.c \
245 ecdh/ech_lib.c \
246 ecdh/ech_ossl.c \
install.com 48 BN,EC,RSA,DSA,ECDSA,DH,ECDH,DSO,ENGINE,-
81 $ EXHEADER_ECDH := ecdh.h
  /external/openssl/
openssl.config 90 crypto/ecdh/Makefile \
  /external/openssl/patches/
crypto_Android.mk 243 ecdh/ech_err.c \
244 ecdh/ech_key.c \
245 ecdh/ech_lib.c \
246 ecdh/ech_ossl.c \
  /external/openssl/apps/
s_server.c 433 BIO_printf(bio_err," -named_curve arg - Elliptic curve name to use for ephemeral ECDH keys.\n" \
473 BIO_printf(bio_err," -no_ecdhe - Disable ephemeral ECDH\n");
1528 EC_KEY *ecdh=NULL; local
    [all...]

Completed in 1028 milliseconds

1 2 3