Symbol: EC_POINT_oct2point
crypto/krb5/src/plugins/preauth/spake/openssl.c
122
if (!EC_POINT_oct2point(gd->group, gd->M, reg->m, reg->elem_len, gd->ctx))
crypto/krb5/src/plugins/preauth/spake/openssl.c
128
if (!EC_POINT_oct2point(gd->group, gd->N, reg->n, reg->elem_len, gd->ctx))
crypto/krb5/src/plugins/preauth/spake/openssl.c
235
if (!EC_POINT_oct2point(gdata->group, pub, theirpub, reg->elem_len,
crypto/openssh/sshbuf-getput-crypto.c
68
if (v != NULL && EC_POINT_oct2point(g, v, d, len, NULL) != 1)
crypto/openssl/crypto/ec/ec_asn1.c
710
if (!EC_POINT_oct2point(ret, point, params->base->data,
crypto/openssl/crypto/ec/ec_backend.c
423
|| !EC_POINT_oct2point(ecg, pub_point, pub_key, pub_key_len, ctx))
crypto/openssl/crypto/ec/ec_deprecated.c
66
if (!EC_POINT_oct2point(group, ret, buf, buf_len, ctx)) {
crypto/openssl/crypto/ec/ec_key.c
975
if (EC_POINT_oct2point(key->group, key->pub_key, buf, len, ctx) == 0)
crypto/openssl/crypto/ec/ec_lib.c
1696
if (!EC_POINT_oct2point(group, point, buf, ptmp->data_size, bnctx)) {
crypto/openssl/crypto/ec/ec_print.c
68
|| !EC_POINT_oct2point(group, pt, oct_buf, oct_buf_len, ctx))
crypto/openssl/include/openssl/ec.h
764
int EC_POINT_oct2point(const EC_GROUP *group, EC_POINT *p,
crypto/openssl/test/ectest.c
1021
|| !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx))
crypto/openssl/test/ectest.c
1031
|| !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx))
crypto/openssl/test/ectest.c
1042
|| !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx))
crypto/openssl/test/ectest.c
1095
if (!TEST_true(EC_POINT_oct2point(group, point, buf, len, NULL)))
crypto/openssl/test/ectest.c
1100
if (!TEST_false(EC_POINT_oct2point(group, point, buf, len, NULL)))
crypto/openssl/test/ectest.c
196
|| !TEST_true(EC_POINT_oct2point(group, Q, buf, 1, ctx))
crypto/openssl/test/ectest.c
246
|| !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx))
crypto/openssl/test/ectest.c
255
|| !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx))
crypto/openssl/test/ectest.c
264
|| !TEST_true(EC_POINT_oct2point(group, P, buf, len, ctx))
crypto/openssl/test/ectest.c
2863
|| !TEST_true(EC_POINT_oct2point(altgroup, G2, buf1, bsize, ctx))
crypto/openssl/test/ectest.c
960
if (!TEST_true(EC_POINT_oct2point(group, Q, buf, 1, ctx))