Searched refs:POINT_CONVERSION_UNCOMPRESSED (Results 1 – 19 of 19) sorted by relevance
/third_party/openssl/crypto/ec/ |
D | ec2_oct.c | 124 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_point2oct() 173 if ((form != POINT_CONVERSION_UNCOMPRESSED) && !BN_is_zero(x)) { in ec_GF2m_simple_point2oct() 198 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GF2m_simple_point2oct() 266 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GF2m_simple_oct2point() 271 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GF2m_simple_oct2point()
|
D | ecp_oct.c | 165 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GFp_simple_point2oct() 236 if (form == POINT_CONVERSION_UNCOMPRESSED in ec_GFp_simple_point2oct() 287 && (form != POINT_CONVERSION_UNCOMPRESSED) in ec_GFp_simple_oct2point() 292 if ((form == 0 || form == POINT_CONVERSION_UNCOMPRESSED) && y_bit) { in ec_GFp_simple_oct2point()
|
D | eck_prn.c | 192 } else if (form == POINT_CONVERSION_UNCOMPRESSED) { in ECPKParameters_print()
|
D | ec_kmeth.c | 110 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new_method()
|
D | ec_ameth.c | 537 POINT_CONVERSION_UNCOMPRESSED, arg2, NULL); in ec_pkey_ctrl()
|
D | ec_lib.c | 49 ret->asn1_form = POINT_CONVERSION_UNCOMPRESSED; in EC_GROUP_new()
|
/third_party/openssl/apps/ |
D | ec.c | 23 {"uncompressed", POINT_CONVERSION_UNCOMPRESSED}, 74 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; in ec_main()
|
D | ecparam.c | 62 {"uncompressed", POINT_CONVERSION_UNCOMPRESSED}, 80 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; in ecparam_main()
|
/third_party/node/lib/internal/crypto/ |
D | diffiehellman.js | 38 POINT_CONVERSION_UNCOMPRESSED 258 return POINT_CONVERSION_UNCOMPRESSED;
|
/third_party/openssl/test/ |
D | ectest.c | 252 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in prime_field_tests() 1081 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_UNCOMPRESSED, in char2_field_tests() 2128 POINT_CONVERSION_UNCOMPRESSED, in ec_point_hex2point_test() 2131 POINT_CONVERSION_UNCOMPRESSED, in ec_point_hex2point_test() 2190 POINT_CONVERSION_UNCOMPRESSED, NULL, in custom_generator_test() 2194 POINT_CONVERSION_UNCOMPRESSED, b1, in custom_generator_test() 2207 POINT_CONVERSION_UNCOMPRESSED, NULL, in custom_generator_test() 2211 POINT_CONVERSION_UNCOMPRESSED, b2, in custom_generator_test()
|
D | ecdsatest.c | 141 || !TEST_true(p_len = EC_KEY_key2buf(key, POINT_CONVERSION_UNCOMPRESSED, in x9_62_tests()
|
/third_party/openssl/doc/man3/ |
D | EC_GROUP_copy.pod | 111 POINT_CONVERSION_UNCOMPRESSED = 4, 117 For POINT_CONVERSION_UNCOMPRESSED the point is encoded as an octet signifying the UNCOMPRESSED form…
|
/third_party/openssl/include/openssl/ |
D | ec.h | 38 POINT_CONVERSION_UNCOMPRESSED = 4, enumerator
|
/third_party/node/src/ |
D | node_constants.cc | 1092 NODE_DEFINE_CONSTANT(target, POINT_CONVERSION_UNCOMPRESSED); in DefineCryptoConstants()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | crypto_openssl.c | 2688 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_UNCOMPRESSED); in crypto_ec_key_get_ecprivate_key() 2712 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_UNCOMPRESSED); in crypto_ec_key_get_pubkey_point()
|
/third_party/openssl/ssl/ |
D | t1_lib.c | 449 if (EC_KEY_get_conv_form(ec) == POINT_CONVERSION_UNCOMPRESSED) { in tls1_check_pkey_comp()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
D | dpp.c | 478 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_UNCOMPRESSED); in dpp_get_pubkey_point()
|
/third_party/node/doc/api/ |
D | crypto.md | 3563 <td><code>POINT_CONVERSION_UNCOMPRESSED</code></td>
|
/third_party/openssl/ |
D | CHANGES | 6999 POINT_CONVERSION_UNCOMPRESSED
|