/external/chromium_org/third_party/openssl/openssl/crypto/ecdh/ |
ech_key.c | 1 /* crypto/ecdh/ecdh_key.c */ 12 * The ECDH software is originally written by Douglas Stebila of 76 ECDH_DATA *ecdh = ecdh_check(eckey); local 77 if (ecdh == NULL) 79 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
|
ech_lib.c | 1 /* crypto/ecdh/ech_lib.c */ 12 * The ECDH software is originally written by Douglas Stebila of 80 const char ECDH_version[]="ECDH" OPENSSL_VERSION_PTEXT; 111 ECDH_DATA *ecdh; local 113 ecdh = ecdh_check(eckey); 115 if (ecdh == NULL) 119 mtmp = ecdh->meth; 124 if (ecdh->engine) 126 ENGINE_finish(ecdh->engine); 127 ecdh->engine = NULL 259 ECDH_DATA *ecdh; local 268 ECDH_DATA *ecdh; local [all...] |
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, 78 /* If this flag is set the ECDH method is FIPS compliant and can be used
|
ech_err.c | 1 /* crypto/ecdh/ech_err.c */ 63 #include <openssl/ecdh.h>
|
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);
|
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. */
|
/external/openssl/crypto/ecdh/ |
ech_key.c | 1 /* crypto/ecdh/ecdh_key.c */ 12 * The ECDH software is originally written by Douglas Stebila of 76 ECDH_DATA *ecdh = ecdh_check(eckey); local 77 if (ecdh == NULL) 79 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
|
ech_lib.c | 1 /* crypto/ecdh/ech_lib.c */ 12 * The ECDH software is originally written by Douglas Stebila of 80 const char ECDH_version[]="ECDH" OPENSSL_VERSION_PTEXT; 111 ECDH_DATA *ecdh; local 113 ecdh = ecdh_check(eckey); 115 if (ecdh == NULL) 119 mtmp = ecdh->meth; 124 if (ecdh->engine) 126 ENGINE_finish(ecdh->engine); 127 ecdh->engine = NULL 259 ECDH_DATA *ecdh; local 268 ECDH_DATA *ecdh; local [all...] |
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, 78 /* If this flag is set the ECDH method is FIPS compliant and can be used
|
ech_err.c | 1 /* crypto/ecdh/ech_err.c */ 63 #include <openssl/ecdh.h>
|
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);
|
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. */
|
/external/chromium_org/third_party/openssl/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. */
|
/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. */
|
/external/chromium_org/third_party/openssl/openssl/crypto/err/ |
err_all.c | 83 #include <openssl/ecdh.h>
|
/external/openssh/ |
kexecdh.c | 39 #include <openssl/ecdh.h> 62 fatal("%s: unsupported ECDH curve \"%s\"", __func__, kexname);
|
kexecdhc.c | 47 #include <openssl/ecdh.h> 63 fatal("%s: unsupported ECDH curve \"%s\"", __func__, kex->name);
|
kexecdhs.c | 49 #include <openssl/ecdh.h> 65 fatal("%s: unsupported ECDH curve \"%s\"", __func__, kex->name); 151 /* send server hostkey, ECDH pubkey 'Q_S' and signed H */
|
/external/openssl/crypto/err/ |
err_all.c | 83 #include <openssl/ecdh.h>
|
/external/chromium_org/third_party/openssl/openssl/ssl/ |
d1_srvr.c | 633 /* For the ECDH ciphersuites when 634 * the client sends its ECDH pub key in 1035 EC_KEY *ecdh=NULL, *ecdhp; local 1168 if (s->s3->tmp.ecdh != NULL) 1170 EC_KEY_free(s->s3->tmp.ecdh); 1175 /* Duplicate the ECDH structure. */ 1181 if ((ecdh = EC_KEY_dup(ecdhp)) == NULL) 1187 s->s3->tmp.ecdh=ecdh; 1188 if ((EC_KEY_get0_public_key(ecdh) == NULL) | [all...] |
s3_srvr.c | 414 /* Check if it is anon DH or anon ECDH, */ 470 * ECDH-anon or ECDHE. In other cases, the 607 /* For the ECDH ciphersuites when 608 * the client sends its ECDH pub key in 916 if (s->s3->tmp.ecdh != NULL) 918 EC_KEY_free(s->s3->tmp.ecdh); 919 s->s3->tmp.ecdh = NULL; 1594 EC_KEY *ecdh=NULL, *ecdhp; local [all...] |
s3_lib.c | 3271 EC_KEY *ecdh = NULL; local 3601 EC_KEY *ecdh = NULL; local [all...] |
/external/openssl/ssl/ |
d1_srvr.c | 633 /* For the ECDH ciphersuites when 634 * the client sends its ECDH pub key in 1035 EC_KEY *ecdh=NULL, *ecdhp; local 1168 if (s->s3->tmp.ecdh != NULL) 1170 EC_KEY_free(s->s3->tmp.ecdh); 1175 /* Duplicate the ECDH structure. */ 1181 if ((ecdh = EC_KEY_dup(ecdhp)) == NULL) 1187 s->s3->tmp.ecdh=ecdh; 1188 if ((EC_KEY_get0_public_key(ecdh) == NULL) | [all...] |
s3_srvr.c | 414 /* Check if it is anon DH or anon ECDH, */ 470 * ECDH-anon or ECDHE. In other cases, the 607 /* For the ECDH ciphersuites when 608 * the client sends its ECDH pub key in 916 if (s->s3->tmp.ecdh != NULL) 918 EC_KEY_free(s->s3->tmp.ecdh); 919 s->s3->tmp.ecdh = NULL; 1594 EC_KEY *ecdh=NULL, *ecdhp; local [all...] |
/external/chromium_org/net/quic/crypto/ |
p256_key_exchange_openssl.cc | 8 #include <openssl/ecdh.h> 103 DVLOG(1) << "Can't compute ECDH shared key.";
|