Searched refs:POINT_CONVERSION_COMPRESSED (Results 1 – 13 of 13) sorted by relevance
/freebsd/crypto/openssl/crypto/ec/ |
H A D | ecp_oct.c | 169 if ((form != POINT_CONVERSION_COMPRESSED) in ossl_ec_GFp_simple_point2oct() 192 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ossl_ec_GFp_simple_point2oct() 217 if ((form == POINT_CONVERSION_COMPRESSED in ossl_ec_GFp_simple_point2oct() 292 if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED) in ossl_ec_GFp_simple_oct2point() 315 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ossl_ec_GFp_simple_oct2point() 341 if (form == POINT_CONVERSION_COMPRESSED) { in ossl_ec_GFp_simple_oct2point()
|
H A D | ec2_oct.c | 138 if ((form != POINT_CONVERSION_COMPRESSED) in ossl_ec_GF2m_simple_point2oct() 161 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ossl_ec_GF2m_simple_point2oct() 288 if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED) in ossl_ec_GF2m_simple_oct2point() 313 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ossl_ec_GF2m_simple_oct2point() 342 if (form == POINT_CONVERSION_COMPRESSED) { in ossl_ec_GF2m_simple_oct2point()
|
H A D | eck_prn.c | 195 if (form == POINT_CONVERSION_COMPRESSED) in ECPKParameters_print()
|
H A D | ec_backend.c | 44 { (int)POINT_CONVERSION_COMPRESSED, OSSL_PKEY_EC_POINT_CONVERSION_FORMAT_COMPRESSED },
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | EC_GROUP_copy.pod | 121 POINT_CONVERSION_COMPRESSED = 2, 133 POINT_CONVERSION_COMPRESSED the point is encoded as an octet signifying that the COMPRESSED form ha…
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | crypto_openssl.c | 3044 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_COMPRESSED); in crypto_ec_key_parse_priv() 3467 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_COMPRESSED); in crypto_ec_key_gen() 3524 POINT_CONVERSION_COMPRESSED) { in crypto_ec_key_get_subject_public_key() 3591 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in crypto_ec_key_get_subject_public_key() 3599 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in crypto_ec_key_get_subject_public_key() 3634 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_COMPRESSED); in crypto_ec_key_get_subject_public_key()
|
/freebsd/crypto/openssl/providers/implementations/encode_decode/ |
H A D | encode_key2text.c | 406 case POINT_CONVERSION_COMPRESSED: in ec_param_explicit_gen_to_text()
|
/freebsd/crypto/openssl/test/ |
H A D | ectest.c | 245 EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, in prime_field_tests() 1031 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, in char2_field_tests() 2359 POINT_CONVERSION_COMPRESSED, in ec_point_hex2point_test() 2362 POINT_CONVERSION_COMPRESSED, in ec_point_hex2point_test()
|
H A D | evp_pkey_provided_test.c | 1208 POINT_CONVERSION_COMPRESSED+1, in test_fromdata_ec()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ec.h | 81 POINT_CONVERSION_COMPRESSED = 2, enumerator
|
/freebsd/crypto/openssl/crypto/evp/ |
H A D | p_lib.c | 2438 return POINT_CONVERSION_COMPRESSED; in EVP_PKEY_get_field_type()
|
H A D | ctrl_params_translate.c | 1649 POINT_CONVERSION_COMPRESSED, in get_payload_public_key()
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 560 `POINT_CONVERSION_COMPRESSED` as in previous 3.x releases. 11957 POINT_CONVERSION_COMPRESSED
|