Searched refs:EC_KEY (Results 1 - 25 of 135) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdh/
H A Dech_locl.h68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
71 int (*init)(EC_KEY *eckey);
72 int (*finish)(EC_KEY *eckey);
80 int (*init)(EC_KEY *);
88 ECDH_DATA *ecdh_check(EC_KEY *);
H A Decdh.h92 int ECDH_set_method(EC_KEY *, const ECDH_METHOD *);
94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
99 int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg);
100 void *ECDH_get_ex_data(EC_KEY *d, int idx);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdh/
H A Dech_locl.h68 EC_KEY *ecdh, void *(*KDF) (const void *in,
72 int (*init) (EC_KEY *eckey);
73 int (*finish) (EC_KEY *eckey);
90 int (*init) (EC_KEY *);
98 ECDH_DATA *ecdh_check(EC_KEY *);
H A Decdh.h94 int ECDH_set_method(EC_KEY *, const ECDH_METHOD *);
97 EC_KEY *ecdh, void *(*KDF) (const void *in, size_t inlen,
103 int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg);
104 void *ECDH_get_ex_data(EC_KEY *d, int idx);
H A Dech_key.c73 EC_KEY *eckey,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdh/
H A Dech_locl.h68 EC_KEY *ecdh, void *(*KDF) (const void *in,
72 int (*init) (EC_KEY *eckey);
73 int (*finish) (EC_KEY *eckey);
90 int (*init) (EC_KEY *);
98 ECDH_DATA *ecdh_check(EC_KEY *);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ecdsa/
H A Decs_locl.h72 const BIGNUM *inv, const BIGNUM *rp, EC_KEY *eckey);
73 int (*ecdsa_sign_setup)(EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv,
76 const ECDSA_SIG *sig, EC_KEY *eckey);
78 int (*init)(EC_KEY *eckey);
79 int (*finish)(EC_KEY *eckey);
87 int (*init)(EC_KEY *);
98 * \param eckey pointer to a EC_KEY object
101 ECDSA_DATA *ecdsa_check(EC_KEY *eckey);
H A Decdsa.h120 * \param eckey pointer to the EC_KEY object containing a private EC key
123 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,int dgst_len,EC_KEY *eckey);
133 * \param eckey pointer to the EC_KEY object containing a private EC key
137 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
145 * \param eckey pointer to the EC_KEY object containing a public EC key
149 const ECDSA_SIG *sig, EC_KEY* eckey);
167 * \param eckey pointer to the EC_KEY object
171 int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
175 * \param eckey pointer to a EC_KEY object
178 int ECDSA_size(const EC_KEY *ecke
[all...]
H A Decs_sign.c61 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)
67 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey)
76 *sig, unsigned int *siglen, EC_KEY *eckey)
83 EC_KEY *eckey)
97 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
H A Decs_vrf.c70 const ECDSA_SIG *sig, EC_KEY *eckey)
84 const unsigned char *sigbuf, int sig_len, EC_KEY *eckey)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ecdsa/
H A Decs_locl.h72 EC_KEY *eckey);
73 int (*ecdsa_sign_setup) (EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv,
76 const ECDSA_SIG *sig, EC_KEY *eckey);
78 int (*init) (EC_KEY *eckey);
79 int (*finish) (EC_KEY *eckey);
100 int (*init) (EC_KEY *);
111 * \param eckey pointer to a EC_KEY object
114 ECDSA_DATA *ecdsa_check(EC_KEY *eckey);
H A Decdsa.h114 * \param eckey EC_KEY object containing a private EC key
118 EC_KEY *eckey);
127 * \param eckey EC_KEY object containing a private EC key
132 EC_KEY *eckey);
139 * \param eckey EC_KEY object containing a public EC key
144 const ECDSA_SIG *sig, EC_KEY *eckey);
159 * \param eckey EC_KEY object
163 int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
166 * \param eckey EC_KEY object
169 int ECDSA_size(const EC_KEY *ecke
[all...]
H A Decs_sign.c62 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)
69 EC_KEY *eckey)
78 *sig, unsigned int *siglen, EC_KEY *eckey)
85 const BIGNUM *r, EC_KEY *eckey)
99 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ecdsa/
H A Decs_locl.h72 EC_KEY *eckey);
73 int (*ecdsa_sign_setup) (EC_KEY *eckey, BN_CTX *ctx, BIGNUM **kinv,
76 const ECDSA_SIG *sig, EC_KEY *eckey);
78 int (*init) (EC_KEY *eckey);
79 int (*finish) (EC_KEY *eckey);
100 int (*init) (EC_KEY *);
111 * \param eckey pointer to a EC_KEY object
114 ECDSA_DATA *ecdsa_check(EC_KEY *eckey);
H A Decdsa.h114 * \param eckey EC_KEY object containing a private EC key
118 EC_KEY *eckey);
127 * \param eckey EC_KEY object containing a private EC key
132 EC_KEY *eckey);
139 * \param eckey EC_KEY object containing a public EC key
144 const ECDSA_SIG *sig, EC_KEY *eckey);
159 * \param eckey EC_KEY object
163 int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
166 * \param eckey EC_KEY object
169 int ECDSA_size(const EC_KEY *ecke
[all...]
H A Decs_sign.c62 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst, int dlen, EC_KEY *eckey)
69 EC_KEY *eckey)
78 *sig, unsigned int *siglen, EC_KEY *eckey)
85 const BIGNUM *r, EC_KEY *eckey)
99 int ECDSA_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Decdsa.h120 * \param eckey pointer to the EC_KEY object containing a private EC key
123 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,int dgst_len,EC_KEY *eckey);
133 * \param eckey pointer to the EC_KEY object containing a private EC key
137 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
145 * \param eckey pointer to the EC_KEY object containing a public EC key
149 const ECDSA_SIG *sig, EC_KEY* eckey);
167 * \param eckey pointer to the EC_KEY object
171 int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
175 * \param eckey pointer to a EC_KEY object
178 int ECDSA_size(const EC_KEY *ecke
[all...]
H A Decdh.h92 int ECDH_set_method(EC_KEY *, const ECDH_METHOD *);
94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
99 int ECDH_set_ex_data(EC_KEY *d, int idx, void *arg);
100 void *ECDH_get_ex_data(EC_KEY *d, int idx);
H A Dec.h296 /* the EC_KEY stuff */
297 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st
303 EC_KEY *EC_KEY_new(void);
304 EC_KEY *EC_KEY_new_by_curve_name(int nid);
305 void EC_KEY_free(EC_KEY *);
306 EC_KEY *EC_KEY_copy(EC_KEY *, const EC_KEY *);
307 EC_KEY *EC_KEY_dup(const EC_KEY *);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/ec/
H A Dec.h296 /* the EC_KEY stuff */
297 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st
303 EC_KEY *EC_KEY_new(void);
304 EC_KEY *EC_KEY_new_by_curve_name(int nid);
305 void EC_KEY_free(EC_KEY *);
306 EC_KEY *EC_KEY_copy(EC_KEY *, const EC_KEY *);
307 EC_KEY *EC_KEY_dup(const EC_KEY *);
[all...]
H A Dec_key.c69 EC_KEY *EC_KEY_new(void)
71 EC_KEY *ret;
73 ret=(EC_KEY *)OPENSSL_malloc(sizeof(EC_KEY));
91 EC_KEY *EC_KEY_new_by_curve_name(int nid)
93 EC_KEY *ret = EC_KEY_new();
105 void EC_KEY_free(EC_KEY *r)
113 REF_PRINT("EC_KEY",r);
133 OPENSSL_cleanse((void *)r, sizeof(EC_KEY));
138 EC_KEY *EC_KEY_cop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/ec/
H A Dec_key.c71 EC_KEY *EC_KEY_new(void)
73 EC_KEY *ret;
75 ret = (EC_KEY *)OPENSSL_malloc(sizeof(EC_KEY));
93 EC_KEY *EC_KEY_new_by_curve_name(int nid)
95 EC_KEY *ret = EC_KEY_new();
106 void EC_KEY_free(EC_KEY *r)
115 REF_PRINT("EC_KEY", r);
135 OPENSSL_cleanse((void *)r, sizeof(EC_KEY));
140 EC_KEY *EC_KEY_cop
[all...]
H A Dec.h208 * form src to the newly created EC_KEY object
738 /* EC_KEY functions */
741 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st
751 /** Creates a new EC_KEY object.
752 * \return EC_KEY object or NULL if an error occurred.
754 EC_KEY *EC_KEY_new(void);
756 int EC_KEY_get_flags(const EC_KEY *key);
758 void EC_KEY_set_flags(EC_KEY *key, int flags);
760 void EC_KEY_clear_flags(EC_KEY *key, int flags);
762 /** Creates a new EC_KEY objec
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/ec/
H A Dec_key.c71 EC_KEY *EC_KEY_new(void)
73 EC_KEY *ret;
75 ret = (EC_KEY *)OPENSSL_malloc(sizeof(EC_KEY));
93 EC_KEY *EC_KEY_new_by_curve_name(int nid)
95 EC_KEY *ret = EC_KEY_new();
106 void EC_KEY_free(EC_KEY *r)
115 REF_PRINT("EC_KEY", r);
135 OPENSSL_cleanse((void *)r, sizeof(EC_KEY));
140 EC_KEY *EC_KEY_cop
[all...]
H A Dec.h208 * form src to the newly created EC_KEY object
738 /* EC_KEY functions */
741 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st
751 /** Creates a new EC_KEY object.
752 * \return EC_KEY object or NULL if an error occurred.
754 EC_KEY *EC_KEY_new(void);
756 int EC_KEY_get_flags(const EC_KEY *key);
758 void EC_KEY_set_flags(EC_KEY *key, int flags);
760 void EC_KEY_clear_flags(EC_KEY *key, int flags);
762 /** Creates a new EC_KEY objec
[all...]

Completed in 227 milliseconds

123456