Home
last modified time | relevance | path

Searched refs:POINT_CONVERSION_UNCOMPRESSED (Results 1 – 19 of 19) sorted by relevance

/openssl-master/crypto/ec/
A Dec2_oct.c139 && (form != POINT_CONVERSION_UNCOMPRESSED) in ossl_ec_GF2m_simple_point2oct()
190 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ossl_ec_GF2m_simple_point2oct()
215 if (form == POINT_CONVERSION_UNCOMPRESSED in ossl_ec_GF2m_simple_point2oct()
289 && (form != POINT_CONVERSION_UNCOMPRESSED) in ossl_ec_GF2m_simple_oct2point()
294 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ossl_ec_GF2m_simple_oct2point()
A Decp_oct.c170 && (form != POINT_CONVERSION_UNCOMPRESSED) in ossl_ec_GFp_simple_point2oct()
241 if (form == POINT_CONVERSION_UNCOMPRESSED in ossl_ec_GFp_simple_point2oct()
293 && (form != POINT_CONVERSION_UNCOMPRESSED) in ossl_ec_GFp_simple_oct2point()
298 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ossl_ec_GFp_simple_oct2point()
A Deck_prn.c197 else if (form == POINT_CONVERSION_UNCOMPRESSED) in ECPKParameters_print()
A Dec_backend.c43 { (int)POINT_CONVERSION_UNCOMPRESSED, OSSL_PKEY_EC_POINT_CONVERSION_FORMAT_UNCOMPRESSED },
136 return (int)POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_pt_format_name2id()
A Dec_kmeth.c127 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_key_new_method_int()
A Dec_ameth.c424 POINT_CONVERSION_UNCOMPRESSED, arg2, NULL); in ec_pkey_ctrl()
A Dec_lib.c67 ret->asn1_form = POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_group_new_ex()
/openssl-master/test/
A Dectest.c254 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in prime_field_tests()
1041 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in char2_field_tests()
2651 POINT_CONVERSION_UNCOMPRESSED, b1, in custom_generator_test()
2668 POINT_CONVERSION_UNCOMPRESSED, b2, in custom_generator_test()
2757 POINT_CONVERSION_UNCOMPRESSED, in custom_params_test()
2761 POINT_CONVERSION_UNCOMPRESSED, in custom_params_test()
2802 POINT_CONVERSION_UNCOMPRESSED, in custom_params_test()
2805 POINT_CONVERSION_UNCOMPRESSED, in custom_params_test()
2813 POINT_CONVERSION_UNCOMPRESSED, in custom_params_test()
2817 POINT_CONVERSION_UNCOMPRESSED, in custom_params_test()
[all …]
A Decdsatest.c122 || !TEST_true(p_len = EC_KEY_key2buf(key, POINT_CONVERSION_UNCOMPRESSED, in x9_62_tests()
A Devp_pkey_provided_test.c1131 POINT_CONVERSION_UNCOMPRESSED, in test_fromdata_ec()
A Dacvp_test.inc53 POINT_CONVERSION_UNCOMPRESSED,
64 POINT_CONVERSION_UNCOMPRESSED,
151 POINT_CONVERSION_UNCOMPRESSED,
160 POINT_CONVERSION_UNCOMPRESSED,
/openssl-master/doc/man3/
A DEC_GROUP_copy.pod121 POINT_CONVERSION_UNCOMPRESSED = 4,
127 For POINT_CONVERSION_UNCOMPRESSED the point is encoded as an octet signifying the UNCOMPRESSED form…
A DEVP_PKEY_fromdata.pod154 POINT_CONVERSION_UNCOMPRESSED,
/openssl-master/providers/implementations/encode_decode/
A Dencode_key2text.c399 case POINT_CONVERSION_UNCOMPRESSED: in ec_param_explicit_gen_to_text()
/openssl-master/include/openssl/
A Dec.h81 POINT_CONVERSION_UNCOMPRESSED = 4, enumerator
/openssl-master/providers/implementations/keymgmt/
A Dec_kmgmt.c719 POINT_CONVERSION_UNCOMPRESSED, in common_get_params()
/openssl-master/crypto/evp/
A Dp_lib.c2388 return POINT_CONVERSION_UNCOMPRESSED; in EVP_PKEY_get_ec_point_conv_form()
/openssl-master/ssl/
A Dt1_lib.c859 if (point_conv == POINT_CONVERSION_UNCOMPRESSED) { in tls1_check_pkey_comp()
/openssl-master/
A DCHANGES.md10994 POINT_CONVERSION_UNCOMPRESSED

Completed in 61 milliseconds