Symbol: POINT_CONVERSION_UNCOMPRESSED
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
123
POINT_CONVERSION_UNCOMPRESSED, NULL, 0, NULL);
crypto/openssh/regress/misc/sk-dummy/sk-dummy.c
133
if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED,
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
172
POINT_CONVERSION_UNCOMPRESSED, NULL, 0, NULL);
crypto/openssh/regress/misc/ssh-verify-attestation/ssh-verify-attestation.c
181
if (EC_POINT_point2oct(g, q, POINT_CONVERSION_UNCOMPRESSED,
crypto/openssh/regress/unittests/sshkey/test_file.c
276
POINT_CONVERSION_UNCOMPRESSED, NULL, NULL);
crypto/openssh/sk-usbhid.c
644
POINT_CONVERSION_UNCOMPRESSED, NULL, 0, NULL);
crypto/openssh/sk-usbhid.c
654
if (EC_POINT_point2oct(g, q, 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)
crypto/openssl/crypto/ec/ec2_oct.c
139
&& (form != POINT_CONVERSION_UNCOMPRESSED)
crypto/openssl/crypto/ec/ec2_oct.c
188
if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) {
crypto/openssl/crypto/ec/ec2_oct.c
213
if (form == POINT_CONVERSION_UNCOMPRESSED
crypto/openssl/crypto/ec/ec2_oct.c
287
&& (form != POINT_CONVERSION_UNCOMPRESSED)
crypto/openssl/crypto/ec/ec2_oct.c
292
if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
crypto/openssl/crypto/ec/ec_ameth.c
417
POINT_CONVERSION_UNCOMPRESSED, arg2, NULL);
crypto/openssl/crypto/ec/ec_backend.c
137
return (int)POINT_CONVERSION_UNCOMPRESSED;
crypto/openssl/crypto/ec/ec_backend.c
44
{ (int)POINT_CONVERSION_UNCOMPRESSED, OSSL_PKEY_EC_POINT_CONVERSION_FORMAT_UNCOMPRESSED },
crypto/openssl/crypto/ec/ec_kmeth.c
120
ret->conv_form = POINT_CONVERSION_UNCOMPRESSED;
crypto/openssl/crypto/ec/ec_lib.c
64
ret->asn1_form = POINT_CONVERSION_UNCOMPRESSED;
crypto/openssl/crypto/ec/eck_prn.c
196
else if (form == POINT_CONVERSION_UNCOMPRESSED)
crypto/openssl/crypto/ec/ecp_oct.c
170
&& (form != POINT_CONVERSION_UNCOMPRESSED)
crypto/openssl/crypto/ec/ecp_oct.c
240
if (form == POINT_CONVERSION_UNCOMPRESSED
crypto/openssl/crypto/ec/ecp_oct.c
292
&& (form != POINT_CONVERSION_UNCOMPRESSED)
crypto/openssl/crypto/ec/ecp_oct.c
297
if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) {
crypto/openssl/crypto/evp/p_lib.c
2500
return POINT_CONVERSION_UNCOMPRESSED;
crypto/openssl/providers/implementations/encode_decode/encode_key2text.c
230
case POINT_CONVERSION_UNCOMPRESSED:
crypto/openssl/providers/implementations/kem/ec_kem.c
188
*outlen = EC_POINT_point2oct(group, pub, POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/providers/implementations/keymgmt/ec_kmgmt.c
730
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/ssl/t1_lib.c
1812
if (point_conv == POINT_CONVERSION_UNCOMPRESSED) {
crypto/openssl/test/ecdsatest.c
122
|| !TEST_true(p_len = EC_KEY_key2buf(key, POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
1028
len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
2507
POINT_CONVERSION_UNCOMPRESSED, NULL, 0, bn_ctx),
crypto/openssl/test/ectest.c
2512
POINT_CONVERSION_UNCOMPRESSED, buf2, bsize, bn_ctx),
crypto/openssl/test/ectest.c
252
len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
2854
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
2857
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
3137
POINT_CONVERSION_UNCOMPRESSED, NULL,
crypto/openssl/test/ectest.c
3142
POINT_CONVERSION_UNCOMPRESSED, b1,
crypto/openssl/test/ectest.c
3156
POINT_CONVERSION_UNCOMPRESSED, NULL,
crypto/openssl/test/ectest.c
3161
POINT_CONVERSION_UNCOMPRESSED, b2,
crypto/openssl/test/ectest.c
3251
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
3256
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
3296
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
3300
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
3309
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
3314
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
3342
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
3347
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
3355
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/ectest.c
3360
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/evp_pkey_provided_test.c
1616
POINT_CONVERSION_UNCOMPRESSED,
crypto/openssl/test/evp_pkey_provided_test.c
1761
|| !TEST_true(out_pub[0] == POINT_CONVERSION_UNCOMPRESSED)