Symbol: EC_POINT_new
crypto/libressl/crypto/ec/ec2_mult.c
400
if ((p = EC_POINT_new(group)) == NULL)
crypto/libressl/crypto/ec/ec2_mult.c
402
if ((acc = EC_POINT_new(group)) == NULL)
crypto/libressl/crypto/ec/ec_ameth.c
274
pub_key = EC_POINT_new(group);
crypto/libressl/crypto/ec/ec_asn1.c
1196
if ((point = EC_POINT_new(ret)) == NULL)
crypto/libressl/crypto/ec/ec_asn1.c
1375
ret->pub_key = EC_POINT_new(ret->group);
crypto/libressl/crypto/ec/ec_asn1.c
1558
(ret->pub_key = EC_POINT_new(ret->group)) == NULL) {
crypto/libressl/crypto/ec/ec_check.c
93
if ((point = EC_POINT_new(group)) == NULL)
crypto/libressl/crypto/ec/ec_curve.c
3368
if ((P = EC_POINT_new(group)) == NULL) {
crypto/libressl/crypto/ec/ec_key.c
162
dest->pub_key = EC_POINT_new(src->group);
crypto/libressl/crypto/ec/ec_key.c
289
if ((pub_key = EC_POINT_new(eckey->group)) == NULL)
crypto/libressl/crypto/ec/ec_key.c
329
if ((point = EC_POINT_new(eckey->group)) == NULL)
crypto/libressl/crypto/ec/ec_key.c
394
point = EC_POINT_new(key->group);
crypto/libressl/crypto/ec/ec_lib.c
190
dest->generator = EC_POINT_new(dest);
crypto/libressl/crypto/ec/ec_lib.c
371
group->generator = EC_POINT_new(group);
crypto/libressl/crypto/ec/ec_lib.c
907
t = EC_POINT_new(group);
crypto/libressl/crypto/ec/ec_mult.c
591
*v = EC_POINT_new(group);
crypto/libressl/crypto/ec/ec_mult.c
601
if (!(tmp = EC_POINT_new(group)))
crypto/libressl/crypto/ec/ec_mult.c
794
if ((var[i] = EC_POINT_new(group)) == NULL) {
crypto/libressl/crypto/ec/ec_mult.c
800
if (!(tmp_point = EC_POINT_new(group)) || !(base = EC_POINT_new(group))) {
crypto/libressl/crypto/ec/ec_print.c
104
if ((ret = EC_POINT_new(group)) == NULL) {
crypto/libressl/crypto/ec/ecp_smpl.c
1529
if ((s = EC_POINT_new(group)) == NULL)
crypto/libressl/crypto/ecdh/ech_key.c
134
if ((tmp = EC_POINT_new(group)) == NULL) {
crypto/libressl/crypto/ecdsa/ecs_ossl.c
157
if ((point = EC_POINT_new(group)) == NULL) {
crypto/libressl/crypto/ecdsa/ecs_ossl.c
509
if ((point = EC_POINT_new(group)) == NULL) {
crypto/libressl/crypto/gost/gostr341001.c
125
pub_key = EC_POINT_new(group);
crypto/libressl/crypto/gost/gostr341001.c
187
if ((C = EC_POINT_new(group)) == NULL)
crypto/libressl/crypto/gost/gostr341001.c
302
if ((C = EC_POINT_new(group)) == NULL)
crypto/libressl/crypto/gost/gostr341001.c
341
pnt = EC_POINT_new(group);
crypto/libressl/crypto/gost/gostr341001_key.c
129
if ((point = EC_POINT_new(key->group)) == NULL)
crypto/libressl/crypto/gost/gostr341001_key.c
196
point = EC_POINT_new(key->group);
crypto/libressl/include/openssl/ec.h
418
EC_POINT *EC_POINT_new(const EC_GROUP *group);
crypto/libressl/ssl/ssl_kex.c
280
if ((point = EC_POINT_new(group)) == NULL)
crypto/libressl/ssl/ssl_kex.c
371
if ((point = EC_POINT_new(group)) == NULL)
crypto/openssh/kexecdh.c
156
if ((dh_pub = EC_POINT_new(group)) == NULL) {
crypto/openssh/sshbuf-getput-crypto.c
97
EC_POINT *pt = EC_POINT_new(EC_KEY_get0_group(v));
crypto/openssh/sshkey.c
2635
if ((nq = EC_POINT_new(group)) == NULL) {