/external/openssl/crypto/ec/ |
ec_oct.c | 71 int EC_POINT_set_compressed_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, 105 int EC_POINT_set_compressed_coordinates_GF2m(const EC_GROUP *group, EC_POINT *point, 132 size_t EC_POINT_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, 167 int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *point,
|
ecp_smpl.c | 354 int ec_GFp_simple_point_init(EC_POINT *point) 365 void ec_GFp_simple_point_finish(EC_POINT *point) 373 void ec_GFp_simple_point_clear_finish(EC_POINT *point) 382 int ec_GFp_simple_point_copy(EC_POINT *dest, const EC_POINT *src) 393 int ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) 401 int ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, 461 int ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, 514 int ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, 528 int ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point [all...] |
ec_check.c | 64 EC_POINT *point = NULL;
|
ec2_mult.c | 217 static int ec_GF2m_montgomery_point_multiply(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, 218 const EC_POINT *point, BN_CTX *ctx) 317 int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, 318 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) 323 EC_POINT *p=NULL; 324 EC_POINT *acc = NULL;
|
ec2_oct.c | 76 /* Calculates and sets the affine coordinates of an EC_POINT from the given 91 int ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, 161 /* Converts an EC_POINT to an octet string. 165 size_t ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, 294 /* Converts an octet string representation to an EC_POINT. 297 int ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point,
|
ec_key.c | 242 EC_POINT *pub_key = NULL; 309 EC_POINT *point = NULL; 387 EC_POINT *point = NULL; 485 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key) 490 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key)
|
ecp_oct.c | 70 int ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, 199 size_t ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, 325 int ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point,
|
/external/openssl/crypto/ecdh/ |
ecdh.h | 94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
|
/external/openssl/include/openssl/ |
ecdh.h | 94 int ECDH_compute_key(void *out, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
|
/external/openssh/ |
kexecdh.c | 75 const EC_POINT *client_dh_pub, 76 const EC_POINT *server_dh_pub,
|
kex.h | 169 char *, int, u_char *, int, const EC_POINT *, const EC_POINT *,
|
key.h | 126 int key_ec_validate_public(const EC_GROUP *, const EC_POINT *); 147 void key_dump_ec_point(const EC_GROUP *, const EC_POINT *);
|
packet.h | 49 void packet_put_ecpoint(const EC_GROUP *, const EC_POINT *); 69 void packet_get_ecpoint(const EC_GROUP *, EC_POINT *);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ec/ |
ecp_smpl.c | 354 int ec_GFp_simple_point_init(EC_POINT *point) 365 void ec_GFp_simple_point_finish(EC_POINT *point) 373 void ec_GFp_simple_point_clear_finish(EC_POINT *point) 382 int ec_GFp_simple_point_copy(EC_POINT *dest, const EC_POINT *src) 393 int ec_GFp_simple_point_set_to_infinity(const EC_GROUP *group, EC_POINT *point) 401 int ec_GFp_simple_set_Jprojective_coordinates_GFp(const EC_GROUP *group, EC_POINT *point, 461 int ec_GFp_simple_get_Jprojective_coordinates_GFp(const EC_GROUP *group, const EC_POINT *point, 514 int ec_GFp_simple_point_set_affine_coordinates(const EC_GROUP *group, EC_POINT *point, 528 int ec_GFp_simple_point_get_affine_coordinates(const EC_GROUP *group, const EC_POINT *point [all...] |
ec_check.c | 64 EC_POINT *point = NULL;
|
ec2_mult.c | 217 static int ec_GF2m_montgomery_point_multiply(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, 218 const EC_POINT *point, BN_CTX *ctx) 317 int ec_GF2m_simple_mul(const EC_GROUP *group, EC_POINT *r, const BIGNUM *scalar, 318 size_t num, const EC_POINT *points[], const BIGNUM *scalars[], BN_CTX *ctx) 323 EC_POINT *p=NULL; 324 EC_POINT *acc = NULL;
|
ec2_oct.c | 76 /* Calculates and sets the affine coordinates of an EC_POINT from the given 91 int ec_GF2m_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, 161 /* Converts an EC_POINT to an octet string. 165 size_t ec_GF2m_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, 294 /* Converts an octet string representation to an EC_POINT. 297 int ec_GF2m_simple_oct2point(const EC_GROUP *group, EC_POINT *point,
|
ec_key.c | 242 EC_POINT *pub_key = NULL; 309 EC_POINT *point = NULL; 387 EC_POINT *point = NULL; 485 const EC_POINT *EC_KEY_get0_public_key(const EC_KEY *key) 490 int EC_KEY_set_public_key(EC_KEY *key, const EC_POINT *pub_key)
|
ecp_oct.c | 70 int ec_GFp_simple_set_compressed_coordinates(const EC_GROUP *group, EC_POINT *point, 199 size_t ec_GFp_simple_point2oct(const EC_GROUP *group, const EC_POINT *point, point_conversion_form_t form, 325 int ec_GFp_simple_oct2point(const EC_GROUP *group, EC_POINT *point,
|
/external/wpa_supplicant_8/src/eap_common/ |
eap_pwd_common.h | 23 EC_POINT *pwe;
|
/external/wpa_supplicant_8/src/crypto/ |
crypto_openssl.c | 1116 EC_POINT_clear_free((EC_POINT *) p); 1118 EC_POINT_free((EC_POINT *) p); 1133 EC_POINT_get_affine_coordinates_GFp(e->group, (EC_POINT *) point, 1156 EC_POINT *elem; 1186 return EC_POINT_add(e->group, (EC_POINT *) c, (const EC_POINT *) a, 1187 (const EC_POINT *) b, e->bnctx) ? 0 : -1; 1195 return EC_POINT_mul(e->group, (EC_POINT *) res, NULL, 1196 (const EC_POINT *) p, (const BIGNUM *) b, e->bnctx) 1203 return EC_POINT_invert(e->group, (EC_POINT *) p, e->bnctx) ? 0 : -1 [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/ecdsa/ |
ecs_ossl.c | 94 EC_POINT *tmp_point=NULL; 359 EC_POINT *point = NULL; 361 const EC_POINT *pub_key;
|
/external/openssl/crypto/ecdsa/ |
ecs_ossl.c | 94 EC_POINT *tmp_point=NULL; 359 EC_POINT *point = NULL; 361 const EC_POINT *pub_key;
|
/external/chromium_org/net/quic/crypto/ |
channel_id_openssl.cc | 60 crypto::ScopedOpenSSL<EC_POINT, EC_POINT_free> point(
|
p256_key_exchange_openssl.cc | 88 crypto::ScopedOpenSSL<EC_POINT, EC_POINT_free> point(
|