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

1 2 3 4 5 6 7

  /external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
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
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
76 ECDH_DATA *ecdh = ecdh_check(eckey); local
77 if (ecdh == NULL)
79 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
  /external/openssl/crypto/ecdh/
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
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
76 ECDH_DATA *ecdh = ecdh_check(eckey); local
77 if (ecdh == NULL)
79 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
  /external/openssh/regress/
kextype.sh 11 kextypes="ecdh-sha2-nistp256 ecdh-sha2-nistp384 ecdh-sha2-nistp521"
  /external/chromium_org/crypto/
curve25519.h 16 // http://cr.yp.to/ecdh.html.
32 // See "Computing shared secrets" section of/ http://cr.yp.to/ecdh.html.
41 // http://cr.yp.to/ecdh.html.
curve25519.cc 27 // See "Computing public keys" section of http://cr.yp.to/ecdh.html.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/
EC.java 25 provider.addAlgorithm("KeyAgreement.ECDH", PREFIX + "KeyAgreementSpi$DH");
34 // TODO Should this be an alias for ECDH?
42 // // TODO Should this be an alias for ECDH?
50 // provider.addAlgorithm("KeyFactory.ECDH", PREFIX + "KeyFactorySpi$ECDH");
58 // provider.addAlgorithm("KeyPairGenerator.ECDH", PREFIX + "KeyPairGeneratorSpi$ECDH");
60 // provider.addAlgorithm("KeyPairGenerator.ECIES", PREFIX + "KeyPairGeneratorSpi$ECDH");
  /external/chromium_org/third_party/openssl/openssl/crypto/err/
openssl.ec 32 L ECDH crypto/ecdh/ecdh.h crypto/ecdh/ech_err.c
  /external/openssl/crypto/err/
openssl.ec 32 L ECDH crypto/ecdh/ecdh.h crypto/ecdh/ech_err.c
  /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. */
tls1.h 504 /* ECDH HMAC based ciphersuites from RFC5289 */
515 /* ECDH GCM based ciphersuites from RFC5289 */
560 #define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA"
561 #define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA"
562 #define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA"
563 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA "ECDH-ECDSA-AES128-SHA"
564 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA "ECDH-ECDSA-AES256-SHA"
572 #define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA "ECDH-RSA-NULL-SHA"
573 #define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA"
574 #define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA "ECDH-RSA-DES-CBC3-SHA
    [all...]
  /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 507 /* ECDH HMAC based ciphersuites from RFC5289 */
518 /* ECDH GCM based ciphersuites from RFC5289 */
559 #define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA"
560 #define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA"
561 #define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA"
562 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA "ECDH-ECDSA-AES128-SHA"
563 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA "ECDH-ECDSA-AES256-SHA"
571 #define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA "ECDH-RSA-NULL-SHA"
572 #define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA"
573 #define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA "ECDH-RSA-DES-CBC3-SHA
    [all...]
  /external/chromium_org/net/quic/crypto/
p256_key_exchange_nss.cc 173 // Both sides of a ECDH key exchange need to use the same EC params.
184 // The NSS function performing ECDH key exchange is PK11_PubDeriveWithKDF.
185 // As this function is used for SSL/TLS's ECDH key exchanges it has many
188 // |CalculateSharedKey| is the actual ECDH shared key, not any derived keys
206 DVLOG(1) << "Can't derive ECDH shared key.";
211 DVLOG(1) << "Can't extract raw ECDH shared key.";
217 DVLOG(1) << "ECDH shared key is invalid.";
curve25519_key_exchange.h 20 // Diffie-Hellman on curve25519. See http://cr.yp.to/ecdh.html
  /external/openssh/
myproposal.h 31 "ecdh-sha2-nistp256," \
32 "ecdh-sha2-nistp384," \
33 "ecdh-sha2-nistp521,"
  /external/chromium_org/third_party/openssl/openssl/ssl/
tls1.h 504 /* ECDH HMAC based ciphersuites from RFC5289 */
515 /* ECDH GCM based ciphersuites from RFC5289 */
560 #define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA"
561 #define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA"
562 #define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA"
563 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA "ECDH-ECDSA-AES128-SHA"
564 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA "ECDH-ECDSA-AES256-SHA"
572 #define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA "ECDH-RSA-NULL-SHA"
573 #define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA"
574 #define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA "ECDH-RSA-DES-CBC3-SHA
    [all...]
  /external/openssl/ssl/
tls1.h 507 /* ECDH HMAC based ciphersuites from RFC5289 */
518 /* ECDH GCM based ciphersuites from RFC5289 */
559 #define TLS1_TXT_ECDH_ECDSA_WITH_NULL_SHA "ECDH-ECDSA-NULL-SHA"
560 #define TLS1_TXT_ECDH_ECDSA_WITH_RC4_128_SHA "ECDH-ECDSA-RC4-SHA"
561 #define TLS1_TXT_ECDH_ECDSA_WITH_DES_192_CBC3_SHA "ECDH-ECDSA-DES-CBC3-SHA"
562 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_128_CBC_SHA "ECDH-ECDSA-AES128-SHA"
563 #define TLS1_TXT_ECDH_ECDSA_WITH_AES_256_CBC_SHA "ECDH-ECDSA-AES256-SHA"
571 #define TLS1_TXT_ECDH_RSA_WITH_NULL_SHA "ECDH-RSA-NULL-SHA"
572 #define TLS1_TXT_ECDH_RSA_WITH_RC4_128_SHA "ECDH-RSA-RC4-SHA"
573 #define TLS1_TXT_ECDH_RSA_WITH_DES_192_CBC3_SHA "ECDH-RSA-DES-CBC3-SHA
    [all...]

Completed in 1474 milliseconds

1 2 3 4 5 6 7