HomeSort by relevance Sort by last modified time
    Searched full:ec_point (Results 26 - 50 of 83) sorted by null

12 3 4

  /external/openssh/
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/
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,
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;
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,
ectest.c 122 EC_POINT *P;
199 EC_POINT *P = EC_POINT_new(group);
200 EC_POINT *Q = EC_POINT_new(group);
244 EC_POINT *P, *Q, *R;
345 EC_POINT *points[3];
632 const EC_POINT *points[4];
789 EC_POINT *P, *Q, *R;
    [all...]
ec_ameth.c 230 const EC_POINT *pa = EC_KEY_get0_public_key(a->pkey.ec),
269 EC_POINT *pub_key;
436 const EC_POINT *public_key;
ec_check.c 64 EC_POINT *point = NULL;
  /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,
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;
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,
ectest.c 122 EC_POINT *P;
199 EC_POINT *P = EC_POINT_new(group);
200 EC_POINT *Q = EC_POINT_new(group);
244 EC_POINT *P, *Q, *R;
345 EC_POINT *points[3];
632 const EC_POINT *points[4];
789 EC_POINT *P, *Q, *R;
    [all...]
ec_ameth.c 230 const EC_POINT *pa = EC_KEY_get0_public_key(a->pkey.ec),
269 EC_POINT *pub_key;
436 const EC_POINT *public_key;
  /external/chromium_org/third_party/openssl/openssl/crypto/ecdh/
ech_ossl.c 82 static int ecdh_compute_key(void *out, size_t len, const EC_POINT *pub_key,
108 static int ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
113 EC_POINT *tmp=NULL;
ech_locl.h 68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
  /external/openssl/crypto/ecdh/
ech_ossl.c 82 static int ecdh_compute_key(void *out, size_t len, const EC_POINT *pub_key,
108 static int ecdh_compute_key(void *out, size_t outlen, const EC_POINT *pub_key,
113 EC_POINT *tmp=NULL;
ech_locl.h 68 int (*compute_key)(void *key, size_t outlen, const EC_POINT *pub_key, EC_KEY *ecdh,
  /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(
  /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/third_party/nss/ssl/
ssl3ecc.c 614 SECItem ec_point = {siBuffer, NULL, 0}; local
642 rv = ssl3_ConsumeHandshakeVariable(ss, &ec_point, 1, &b, &length);
647 if (ec_point.data[0] != EC_POINT_FORM_UNCOMPRESSED) {
679 PRINT_BUF(60, (NULL, "Server EC point", ec_point.data, ec_point.len));
688 rv = ssl3_ComputeECDHKeyHash(sigAndHash.hashAlg, ec_params, ec_point,
730 if (SECITEM_CopyItem(arena, &peerKey->u.ec.publicValue, &ec_point))
    [all...]
  /external/chromium_org/crypto/
p224_spake.cc 41 // EC_POINT* p = EC_POINT_new(p224);
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils_openssl.cc 133 crypto::ScopedOpenSSL<EC_POINT, EC_POINT_free> point(

Completed in 544 milliseconds

12 3 4