Searched refs:POINT_CONVERSION_COMPRESSED (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/crypto/openssl/crypto/ec/ |
| HD | ecp_oct.c | 220 if ((form != POINT_CONVERSION_COMPRESSED) in ec_GFp_simple_point2oct() 243 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ec_GFp_simple_point2oct() 268 if ((form == POINT_CONVERSION_COMPRESSED in ec_GFp_simple_point2oct() 344 if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED) in ec_GFp_simple_oct2point() 367 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ec_GFp_simple_oct2point() 393 if (form == POINT_CONVERSION_COMPRESSED) { in ec_GFp_simple_oct2point()
|
| HD | ec2_oct.c | 183 if ((form != POINT_CONVERSION_COMPRESSED) in ec_GF2m_simple_point2oct() 206 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ec_GF2m_simple_point2oct() 315 if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED) in ec_GF2m_simple_oct2point() 338 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ec_GF2m_simple_oct2point() 365 if (form == POINT_CONVERSION_COMPRESSED) { in ec_GF2m_simple_oct2point()
|
| HD | eck_prn.c | 295 if (form == POINT_CONVERSION_COMPRESSED) { in ECPKParameters_print()
|
| HD | ec.h | 108 POINT_CONVERSION_COMPRESSED = 2, enumerator
|
| HD | ectest.c | 471 EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, in prime_field_tests() 1208 EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, in char2_field_tests()
|
| /NextBSD/crypto/openssl/apps/ |
| HD | ec.c | 162 form = POINT_CONVERSION_COMPRESSED; in MAIN()
|
| HD | ecparam.c | 189 form = POINT_CONVERSION_COMPRESSED; in MAIN()
|
| /NextBSD/crypto/openssl/doc/crypto/ |
| HD | EC_GROUP_copy.pod | 83 POINT_CONVERSION_COMPRESSED = 2, 96 POINT_CONVERSION_COMPRESSED the point is encoded as an octet signifying that the COMPRESSED form ha…
|
| /NextBSD/crypto/openssl/ssl/ |
| HD | t1_lib.c | 768 if (EC_KEY_get_conv_form(ec) == POINT_CONVERSION_COMPRESSED) { in tls1_set_ec_id()
|
| /NextBSD/crypto/openssl/ |
| HD | CHANGES | 4024 POINT_CONVERSION_COMPRESSED
|