Symbol: POINT_CONVERSION_COMPRESSED
crypto/krb5/src/plugins/preauth/spake/openssl.c
198
len = EC_POINT_point2oct(gdata->group, pub, POINT_CONVERSION_COMPRESSED,
crypto/krb5/src/plugins/preauth/spake/openssl.c
256
len = EC_POINT_point2oct(gdata->group, result, POINT_CONVERSION_COMPRESSED,
crypto/openssl/crypto/ec/ec2_oct.c
138
if ((form != POINT_CONVERSION_COMPRESSED)
crypto/openssl/crypto/ec/ec2_oct.c
159
ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
crypto/openssl/crypto/ec/ec2_oct.c
286
if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED)
crypto/openssl/crypto/ec/ec2_oct.c
309
enc_len = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
crypto/openssl/crypto/ec/ec2_oct.c
338
if (form == POINT_CONVERSION_COMPRESSED) {
crypto/openssl/crypto/ec/ec_backend.c
45
{ (int)POINT_CONVERSION_COMPRESSED, OSSL_PKEY_EC_POINT_CONVERSION_FORMAT_COMPRESSED },
crypto/openssl/crypto/ec/eck_prn.c
194
if (form == POINT_CONVERSION_COMPRESSED)
crypto/openssl/crypto/ec/ecp_oct.c
169
if ((form != POINT_CONVERSION_COMPRESSED)
crypto/openssl/crypto/ec/ecp_oct.c
190
ret = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
crypto/openssl/crypto/ec/ecp_oct.c
215
if ((form == POINT_CONVERSION_COMPRESSED
crypto/openssl/crypto/ec/ecp_oct.c
291
if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED)
crypto/openssl/crypto/ec/ecp_oct.c
312
enc_len = (form == POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len;
crypto/openssl/crypto/ec/ecp_oct.c
338
if (form == POINT_CONVERSION_COMPRESSED) {
crypto/openssl/crypto/evp/ctrl_params_translate.c
1639
POINT_CONVERSION_COMPRESSED,
crypto/openssl/crypto/evp/p_lib.c
2503
return POINT_CONVERSION_COMPRESSED;
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
227
case POINT_CONVERSION_COMPRESSED:
crypto/openssl/test/ectest.c
1018
len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED,
crypto/openssl/test/ectest.c
243
len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf,
crypto/openssl/test/ectest.c
2848
POINT_CONVERSION_COMPRESSED,
crypto/openssl/test/ectest.c
2851
POINT_CONVERSION_COMPRESSED,
crypto/openssl/test/evp_pkey_provided_test.c
1628
POINT_CONVERSION_COMPRESSED + 1,