Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Dec2_oct.c124 && (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()
Decp_oct.c165 && (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()
Deck_prn.c192 } else if (form == POINT_CONVERSION_UNCOMPRESSED) { in ECPKParameters_print()
Dec_kmeth.c110 ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; in EC_KEY_new_method()
Dec_ameth.c537 POINT_CONVERSION_UNCOMPRESSED, arg2, NULL); in ec_pkey_ctrl()
Dec_lib.c49 ret->asn1_form = POINT_CONVERSION_UNCOMPRESSED; in EC_GROUP_new()
/third_party/openssl/apps/
Dec.c23 {"uncompressed", POINT_CONVERSION_UNCOMPRESSED},
74 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; in ec_main()
Decparam.c62 {"uncompressed", POINT_CONVERSION_UNCOMPRESSED},
80 point_conversion_form_t form = POINT_CONVERSION_UNCOMPRESSED; in ecparam_main()
/third_party/node/lib/internal/crypto/
Ddiffiehellman.js38 POINT_CONVERSION_UNCOMPRESSED
258 return POINT_CONVERSION_UNCOMPRESSED;
/third_party/openssl/test/
Dectest.c252 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()
Decdsatest.c141 || !TEST_true(p_len = EC_KEY_key2buf(key, POINT_CONVERSION_UNCOMPRESSED, in x9_62_tests()
/third_party/openssl/doc/man3/
DEC_GROUP_copy.pod111 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/
Dec.h38 POINT_CONVERSION_UNCOMPRESSED = 4, enumerator
/third_party/node/src/
Dnode_constants.cc1092 NODE_DEFINE_CONSTANT(target, POINT_CONVERSION_UNCOMPRESSED); in DefineCryptoConstants()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2688 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/
Dt1_lib.c449 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/
Ddpp.c478 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_UNCOMPRESSED); in dpp_get_pubkey_point()
/third_party/node/doc/api/
Dcrypto.md3563 <td><code>POINT_CONVERSION_UNCOMPRESSED</code></td>
/third_party/openssl/
DCHANGES6999 POINT_CONVERSION_UNCOMPRESSED