Home
last modified time | relevance | path

Searched refs:POINT_CONVERSION_COMPRESSED (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/crypto/ec/
H A Decp_oct.c169 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 Dec2_oct.c138 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 Deck_prn.c195 if (form == POINT_CONVERSION_COMPRESSED) in ECPKParameters_print()
H A Dec_backend.c44 { (int)POINT_CONVERSION_COMPRESSED, OSSL_PKEY_EC_POINT_CONVERSION_FORMAT_COMPRESSED },
/freebsd/contrib/wpa/src/crypto/
H A Dcrypto_openssl.c2303 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_COMPRESSED); in crypto_ec_key_parse_priv()
2495 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_COMPRESSED); in crypto_ec_key_gen()
2570 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in crypto_ec_key_get_subject_public_key()
2578 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in crypto_ec_key_get_subject_public_key()
2616 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_COMPRESSED); in crypto_ec_key_get_subject_public_key()
/freebsd/crypto/openssl/doc/man3/
H A DEC_GROUP_copy.pod121 POINT_CONVERSION_COMPRESSED = 2,
133 POINT_CONVERSION_COMPRESSED the point is encoded as an octet signifying that the COMPRESSED form ha…
/freebsd/crypto/openssl/providers/implementations/encode_decode/
H A Dencode_key2text.c405 case POINT_CONVERSION_COMPRESSED: in ec_param_explicit_gen_to_text()
/freebsd/crypto/openssl/test/
H A Dectest.c245 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 Devp_pkey_provided_test.c1196 POINT_CONVERSION_COMPRESSED+1, in test_fromdata_ec()
/freebsd/crypto/openssl/include/openssl/
H A Dec.h81 POINT_CONVERSION_COMPRESSED = 2, enumerator
/freebsd/crypto/openssl/crypto/evp/
H A Dp_lib.c2430 return POINT_CONVERSION_COMPRESSED; in EVP_PKEY_get_ec_point_conv_form()
H A Dctrl_params_translate.c1645 POINT_CONVERSION_COMPRESSED, in get_payload_public_key()