Symbol: POINT_CONVERSION_UNCOMPRESSED
crypto/libressl/apps/openssl/ec.c
115
ec_config.form = POINT_CONVERSION_UNCOMPRESSED;
crypto/libressl/apps/openssl/ec.c
280
ec_config.form = POINT_CONVERSION_UNCOMPRESSED;
crypto/libressl/apps/openssl/ecparam.c
118
ecparam_config.form = POINT_CONVERSION_UNCOMPRESSED;
crypto/libressl/apps/openssl/ecparam.c
271
ecparam_config.form = POINT_CONVERSION_UNCOMPRESSED;
crypto/libressl/crypto/ec/ec2_oct.c
187
&& (form != POINT_CONVERSION_UNCOMPRESSED)
crypto/libressl/crypto/ec/ec2_oct.c
232
if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) {
crypto/libressl/crypto/ec/ec2_oct.c
255
if (form == POINT_CONVERSION_UNCOMPRESSED ||
crypto/libressl/crypto/ec/ec2_oct.c
322
form != POINT_CONVERSION_UNCOMPRESSED &&
crypto/libressl/crypto/ec/ec2_oct.c
327
if (form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) {
crypto/libressl/crypto/ec/ec_kmeth.c
169
ret->conv_form = POINT_CONVERSION_UNCOMPRESSED;
crypto/libressl/crypto/ec/ec_lib.c
104
ret->asn1_form = POINT_CONVERSION_UNCOMPRESSED;
crypto/libressl/crypto/ec/eck_prn.c
293
} else if (form == POINT_CONVERSION_UNCOMPRESSED) {
crypto/libressl/crypto/ec/ecp_oct.c
211
&& (form != POINT_CONVERSION_UNCOMPRESSED)
crypto/libressl/crypto/ec/ecp_oct.c
274
if (form == POINT_CONVERSION_UNCOMPRESSED || form == POINT_CONVERSION_HYBRID) {
crypto/libressl/crypto/ec/ecp_oct.c
324
&& (form != POINT_CONVERSION_UNCOMPRESSED)
crypto/libressl/crypto/ec/ecp_oct.c
329
if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
crypto/libressl/ssl/ssl_kex.c
344
POINT_CONVERSION_UNCOMPRESSED, NULL, 0, NULL)) == 0)
crypto/libressl/ssl/ssl_kex.c
348
if ((EC_POINT_point2oct(group, point, POINT_CONVERSION_UNCOMPRESSED,
crypto/openssh/sshbuf-getput-crypto.c
160
if ((len = EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED,
crypto/openssh/sshbuf-getput-crypto.c
164
if (EC_POINT_point2oct(g, v, POINT_CONVERSION_UNCOMPRESSED,
crypto/openssh/sshbuf-getput-crypto.c
66
if (*d != POINT_CONVERSION_UNCOMPRESSED)