Home
last modified time | relevance | path

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

/third_party/openssl/crypto/ec/
Decp_oct.c164 if ((form != POINT_CONVERSION_COMPRESSED) in ec_GFp_simple_point2oct()
187 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ec_GFp_simple_point2oct()
212 if ((form == POINT_CONVERSION_COMPRESSED in ec_GFp_simple_point2oct()
286 if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED) in ec_GFp_simple_oct2point()
309 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ec_GFp_simple_oct2point()
335 if (form == POINT_CONVERSION_COMPRESSED) { in ec_GFp_simple_oct2point()
Dec2_oct.c123 if ((form != POINT_CONVERSION_COMPRESSED) in ec_GF2m_simple_point2oct()
146 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ec_GF2m_simple_point2oct()
265 if ((form != 0) && (form != POINT_CONVERSION_COMPRESSED) in ec_GF2m_simple_oct2point()
290 POINT_CONVERSION_COMPRESSED) ? 1 + field_len : 1 + 2 * field_len; in ec_GF2m_simple_oct2point()
317 if (form == POINT_CONVERSION_COMPRESSED) { in ec_GF2m_simple_oct2point()
Deck_prn.c188 if (form == POINT_CONVERSION_COMPRESSED) { in ECPKParameters_print()
/third_party/node/lib/internal/crypto/
Ddiffiehellman.js36 POINT_CONVERSION_COMPRESSED,
252 return POINT_CONVERSION_COMPRESSED;
/third_party/openssl/apps/
Dec.c22 {"compressed", POINT_CONVERSION_COMPRESSED},
Decparam.c61 {"compressed", POINT_CONVERSION_COMPRESSED},
/third_party/openssl/doc/man3/
DEC_GROUP_copy.pod109 POINT_CONVERSION_COMPRESSED = 2,
121 POINT_CONVERSION_COMPRESSED the point is encoded as an octet signifying that the COMPRESSED form ha…
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dcrypto_openssl.c2324 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_COMPRESSED); in crypto_ec_key_parse_priv()
2516 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_COMPRESSED); in crypto_ec_key_gen()
2591 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in crypto_ec_key_get_subject_public_key()
2599 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in crypto_ec_key_get_subject_public_key()
2637 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_COMPRESSED); in crypto_ec_key_get_subject_public_key()
/third_party/openssl/test/
Dectest.c243 EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, buf, in prime_field_tests()
1071 len = EC_POINT_point2oct(group, Q, POINT_CONVERSION_COMPRESSED, in char2_field_tests()
2122 POINT_CONVERSION_COMPRESSED, in ec_point_hex2point_test()
2125 POINT_CONVERSION_COMPRESSED, in ec_point_hex2point_test()
/third_party/openssl/include/openssl/
Dec.h36 POINT_CONVERSION_COMPRESSED = 2, enumerator
/third_party/node/src/
Dnode_constants.cc1090 NODE_DEFINE_CONSTANT(target, POINT_CONVERSION_COMPRESSED); in DefineCryptoConstants()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/
Ddpp.c1392 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in dpp_bootstrap_key_der()
1400 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in dpp_bootstrap_key_der()
/third_party/node/doc/api/
Dcrypto.md3559 <td><code>POINT_CONVERSION_COMPRESSED</code></td>
/third_party/openssl/
DCHANGES6940 POINT_CONVERSION_COMPRESSED