Searched refs:ecdh (Results 1 - 25 of 148) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdh/
H A Dech_key.c1 /* crypto/ecdh/ecdh_key.c */
77 ECDH_DATA *ecdh = ecdh_check(eckey); local
78 if (ecdh == NULL)
80 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
H A Dech_lib.c1 /* crypto/ecdh/ech_lib.c */
110 ECDH_DATA *ecdh; local
112 ecdh = ecdh_check(eckey);
114 if (ecdh == NULL)
118 mtmp = ecdh->meth;
123 if (ecdh->engine) {
124 ENGINE_finish(ecdh->engine);
125 ecdh->engine = NULL;
128 ecdh->meth = meth;
251 ECDH_DATA *ecdh; local
260 ECDH_DATA *ecdh; local
[all...]
H A Dech_locl.h1 /* crypto/ecdh/ech_locl.h */
59 # include <openssl/ecdh.h>
68 EC_KEY *ecdh, void *(*KDF) (const void *in,
H A Dech_err.c1 /* crypto/ecdh/ech_err.c */
64 #include <openssl/ecdh.h>
H A Dech_ossl.c1 /* crypto/ecdh/ech_ossl.c */
82 EC_KEY *ecdh,
109 EC_KEY *ecdh,
134 priv_key = EC_KEY_get0_private_key(ecdh);
140 group = EC_KEY_get0_group(ecdh);
142 if (EC_KEY_get_flags(ecdh) & EC_FLAG_COFACTOR_ECDH) {
108 ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, void *(*KDF) (const void *in, size_t inlen, void *out, size_t *outlen)) argument
H A DMakefile2 # crypto/ecdh/Makefile
5 DIR= ecdh
26 EXHEADER= ecdh.h
82 ech_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
90 ech_kdf.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
98 ech_key.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
106 ech_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
120 ech_ossl.o: ../../include/openssl/ecdh.h ../../include/openssl/err.h
H A Decdh.h1 /* crypto/ecdh/ecdh.h */
97 EC_KEY *ecdh, void *(*KDF) (const void *in, size_t inlen,
H A Dech_kdf.c1 /* crypto/ecdh/ec_kdf.c */
57 #include <openssl/ecdh.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdh/
H A Dech_key.c1 /* crypto/ecdh/ecdh_key.c */
77 ECDH_DATA *ecdh = ecdh_check(eckey); local
78 if (ecdh == NULL)
80 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
H A Dech_lib.c1 /* crypto/ecdh/ech_lib.c */
110 ECDH_DATA *ecdh; local
112 ecdh = ecdh_check(eckey);
114 if (ecdh == NULL)
118 mtmp = ecdh->meth;
123 if (ecdh->engine) {
124 ENGINE_finish(ecdh->engine);
125 ecdh->engine = NULL;
128 ecdh->meth = meth;
251 ECDH_DATA *ecdh; local
260 ECDH_DATA *ecdh; local
[all...]
H A Dech_locl.h1 /* crypto/ecdh/ech_locl.h */
59 # include <openssl/ecdh.h>
68 EC_KEY *ecdh, void *(*KDF) (const void *in,
H A Dech_err.c1 /* crypto/ecdh/ech_err.c */
64 #include <openssl/ecdh.h>
H A Dech_ossl.c1 /* crypto/ecdh/ech_ossl.c */
82 EC_KEY *ecdh,
109 EC_KEY *ecdh,
134 priv_key = EC_KEY_get0_private_key(ecdh);
140 group = EC_KEY_get0_group(ecdh);
142 if (EC_KEY_get_flags(ecdh) & EC_FLAG_COFACTOR_ECDH) {
108 ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, void *(*KDF) (const void *in, size_t inlen, void *out, size_t *outlen)) argument
H A DMakefile2 # crypto/ecdh/Makefile
5 DIR= ecdh
26 EXHEADER= ecdh.h
82 ech_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
90 ech_kdf.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
98 ech_key.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
106 ech_lib.o: ../../include/openssl/ecdh.h ../../include/openssl/ecdsa.h
120 ech_ossl.o: ../../include/openssl/ecdh.h ../../include/openssl/err.h
H A Decdh.h1 /* crypto/ecdh/ecdh.h */
97 EC_KEY *ecdh, void *(*KDF) (const void *in, size_t inlen,
H A Dech_kdf.c1 /* crypto/ecdh/ec_kdf.c */
57 #include <openssl/ecdh.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Dech_key.c1 /* crypto/ecdh/ecdh_key.c */
79 ECDH_DATA *ecdh = ecdh_check(eckey); local
80 if (ecdh == NULL)
82 return ecdh->meth->compute_key(out, outlen, pub_key, eckey, KDF);
H A Dech_lib.c1 /* crypto/ecdh/ech_lib.c */
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;
119 ecdh->meth = meth;
233 ECDH_DATA *ecdh; local
242 ECDH_DATA *ecdh; local
[all...]
H A Dech_locl.h1 /* 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,
H A Dech_err.c1 /* crypto/ecdh/ech_err.c */
63 #include <openssl/ecdh.h>
H A Dech_ossl.c1 /* crypto/ecdh/ech_ossl.c */
83 EC_KEY *ecdh,
109 EC_KEY *ecdh,
132 priv_key = EC_KEY_get0_private_key(ecdh);
139 group = EC_KEY_get0_group(ecdh);
108 ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh, void *(*KDF)(const void *in, size_t inlen, void *out, size_t *outlen)) argument
H A Decdh.h1 /* crypto/ecdh/ecdh.h */
94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
H A DMakefile2 # crypto/ecdh/Makefile
5 DIR= ecdh
26 EXHEADER= ecdh.h
80 ech_err.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
88 ech_key.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
95 ech_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
105 ech_ossl.o: ../../include/openssl/ecdh.h ../../include/openssl/err.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Decdh.h1 /* crypto/ecdh/ecdh.h */
94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/err/
H A Derr_all.c80 #include <openssl/ecdh.h>

Completed in 207 milliseconds

123456