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

12345

/external/chromium_org/third_party/openssl/openssl/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);
88 int (*init)(EC_KEY *);
96 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);
H A Dech_key.c73 EC_KEY *eckey,
/external/openssl/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);
88 int (*init)(EC_KEY *);
96 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);
H A Dech_key.c73 EC_KEY *eckey,
/external/chromium_org/third_party/openssl/openssl/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);
95 int (*init)(EC_KEY *);
106 * \param eckey pointer to a EC_KEY object
109 ECDSA_DATA *ecdsa_check(EC_KEY *eckey);
H A Decdsa.h115 * \param eckey EC_KEY object containing a private EC key
118 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,int dgst_len,EC_KEY *eckey);
127 * \param eckey EC_KEY object containing a private EC key
131 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
138 * \param eckey EC_KEY object containing a public EC key
143 const ECDSA_SIG *sig, EC_KEY* eckey);
158 * \param eckey EC_KEY object
162 int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
165 * \param eckey EC_KEY object
168 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)
68 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey)
77 *sig, unsigned int *siglen, EC_KEY *eckey)
84 EC_KEY *eckey)
99 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)
/external/openssl/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);
95 int (*init)(EC_KEY *);
106 * \param eckey pointer to a EC_KEY object
109 ECDSA_DATA *ecdsa_check(EC_KEY *eckey);
H A Decdsa.h115 * \param eckey EC_KEY object containing a private EC key
118 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,int dgst_len,EC_KEY *eckey);
127 * \param eckey EC_KEY object containing a private EC key
131 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
138 * \param eckey EC_KEY object containing a public EC key
143 const ECDSA_SIG *sig, EC_KEY* eckey);
158 * \param eckey EC_KEY object
162 int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
165 * \param eckey EC_KEY object
168 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)
68 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey)
77 *sig, unsigned int *siglen, EC_KEY *eckey)
84 EC_KEY *eckey)
99 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)
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Decdsa.h115 * \param eckey EC_KEY object containing a private EC key
118 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,int dgst_len,EC_KEY *eckey);
127 * \param eckey EC_KEY object containing a private EC key
131 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
138 * \param eckey EC_KEY object containing a public EC key
143 const ECDSA_SIG *sig, EC_KEY* eckey);
158 * \param eckey EC_KEY object
162 int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
165 * \param eckey EC_KEY object
168 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.h212 * form src to the newly created EC_KEY object
705 /* EC_KEY functions */
708 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st
718 /** Creates a new EC_KEY object.
719 * \return EC_KEY object or NULL if an error occurred.
721 EC_KEY *EC_KEY_new(void);
723 int EC_KEY_get_flags(const EC_KEY *key);
725 void EC_KEY_set_flags(EC_KEY *key, int flags);
727 void EC_KEY_clear_flags(EC_KEY *key, int flags);
729 /** Creates a new EC_KEY objec
[all...]
/external/openssl/include/openssl/
H A Decdsa.h115 * \param eckey EC_KEY object containing a private EC key
118 ECDSA_SIG *ECDSA_do_sign(const unsigned char *dgst,int dgst_len,EC_KEY *eckey);
127 * \param eckey EC_KEY object containing a private EC key
131 const BIGNUM *kinv, const BIGNUM *rp, EC_KEY *eckey);
138 * \param eckey EC_KEY object containing a public EC key
143 const ECDSA_SIG *sig, EC_KEY* eckey);
158 * \param eckey EC_KEY object
162 int ECDSA_set_method(EC_KEY *eckey, const ECDSA_METHOD *meth);
165 * \param eckey EC_KEY object
168 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.h212 * form src to the newly created EC_KEY object
705 /* EC_KEY functions */
708 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st
718 /** Creates a new EC_KEY object.
719 * \return EC_KEY object or NULL if an error occurred.
721 EC_KEY *EC_KEY_new(void);
723 int EC_KEY_get_flags(const EC_KEY *key);
725 void EC_KEY_set_flags(EC_KEY *key, int flags);
727 void EC_KEY_clear_flags(EC_KEY *key, int flags);
729 /** Creates a new EC_KEY objec
[all...]
/external/chromium_org/net/quic/crypto/
H A Dp256_key_exchange.h18 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st
19 extern "C" void EC_KEY_free(EC_KEY* key);
64 P256KeyExchange(EC_KEY* private_key, const uint8* public_key);
66 crypto::ScopedOpenSSL<EC_KEY, EC_KEY_free> private_key_;
/external/chromium_org/third_party/openssl/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));
94 EC_KEY *EC_KEY_new_by_curve_name(int nid)
96 EC_KEY *ret = EC_KEY_new();
108 void EC_KEY_free(EC_KEY *r)
116 REF_PRINT("EC_KEY",r);
136 OPENSSL_cleanse((void *)r, sizeof(EC_KEY));
141 EC_KEY *EC_KEY_cop
[all...]
H A Dec.h212 * form src to the newly created EC_KEY object
705 /* EC_KEY functions */
708 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st
718 /** Creates a new EC_KEY object.
719 * \return EC_KEY object or NULL if an error occurred.
721 EC_KEY *EC_KEY_new(void);
723 int EC_KEY_get_flags(const EC_KEY *key);
725 void EC_KEY_set_flags(EC_KEY *key, int flags);
727 void EC_KEY_clear_flags(EC_KEY *key, int flags);
729 /** Creates a new EC_KEY objec
[all...]
/external/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));
94 EC_KEY *EC_KEY_new_by_curve_name(int nid)
96 EC_KEY *ret = EC_KEY_new();
108 void EC_KEY_free(EC_KEY *r)
116 REF_PRINT("EC_KEY",r);
136 OPENSSL_cleanse((void *)r, sizeof(EC_KEY));
141 EC_KEY *EC_KEY_cop
[all...]
H A Dec.h212 * form src to the newly created EC_KEY object
705 /* EC_KEY functions */
708 typedef struct ec_key_st EC_KEY; typedef in typeref:struct:ec_key_st
718 /** Creates a new EC_KEY object.
719 * \return EC_KEY object or NULL if an error occurred.
721 EC_KEY *EC_KEY_new(void);
723 int EC_KEY_get_flags(const EC_KEY *key);
725 void EC_KEY_set_flags(EC_KEY *key, int flags);
727 void EC_KEY_clear_flags(EC_KEY *key, int flags);
729 /** Creates a new EC_KEY objec
[all...]

Completed in 277 milliseconds

12345