Searched refs:POINT_CONVERSION_UNCOMPRESSED (Results 1 – 19 of 19) sorted by relevance
/openssl-master/crypto/ec/ |
A D | ec2_oct.c | 139 && (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 D | ecp_oct.c | 170 && (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 D | eck_prn.c | 197 else if (form == POINT_CONVERSION_UNCOMPRESSED) in ECPKParameters_print()
|
A D | ec_backend.c | 43 { (int)POINT_CONVERSION_UNCOMPRESSED, OSSL_PKEY_EC_POINT_CONVERSION_FORMAT_UNCOMPRESSED }, 136 return (int)POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_pt_format_name2id()
|
A D | ec_kmeth.c | 127 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_key_new_method_int()
|
A D | ec_ameth.c | 424 POINT_CONVERSION_UNCOMPRESSED, arg2, NULL); in ec_pkey_ctrl()
|
A D | ec_lib.c | 67 ret->asn1_form = POINT_CONVERSION_UNCOMPRESSED; in ossl_ec_group_new_ex()
|
/openssl-master/test/ |
A D | ectest.c | 254 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 D | ecdsatest.c | 122 || !TEST_true(p_len = EC_KEY_key2buf(key, POINT_CONVERSION_UNCOMPRESSED, in x9_62_tests()
|
A D | evp_pkey_provided_test.c | 1131 POINT_CONVERSION_UNCOMPRESSED, in test_fromdata_ec()
|
A D | acvp_test.inc | 53 POINT_CONVERSION_UNCOMPRESSED, 64 POINT_CONVERSION_UNCOMPRESSED, 151 POINT_CONVERSION_UNCOMPRESSED, 160 POINT_CONVERSION_UNCOMPRESSED,
|
/openssl-master/doc/man3/ |
A D | EC_GROUP_copy.pod | 121 POINT_CONVERSION_UNCOMPRESSED = 4, 127 For POINT_CONVERSION_UNCOMPRESSED the point is encoded as an octet signifying the UNCOMPRESSED form…
|
A D | EVP_PKEY_fromdata.pod | 154 POINT_CONVERSION_UNCOMPRESSED,
|
/openssl-master/providers/implementations/encode_decode/ |
A D | encode_key2text.c | 399 case POINT_CONVERSION_UNCOMPRESSED: in ec_param_explicit_gen_to_text()
|
/openssl-master/include/openssl/ |
A D | ec.h | 81 POINT_CONVERSION_UNCOMPRESSED = 4, enumerator
|
/openssl-master/providers/implementations/keymgmt/ |
A D | ec_kmgmt.c | 719 POINT_CONVERSION_UNCOMPRESSED, in common_get_params()
|
/openssl-master/crypto/evp/ |
A D | p_lib.c | 2388 return POINT_CONVERSION_UNCOMPRESSED; in EVP_PKEY_get_ec_point_conv_form()
|
/openssl-master/ssl/ |
A D | t1_lib.c | 859 if (point_conv == POINT_CONVERSION_UNCOMPRESSED) { in tls1_check_pkey_comp()
|
/openssl-master/ |
A D | CHANGES.md | 10994 POINT_CONVERSION_UNCOMPRESSED
|
Completed in 61 milliseconds