Home
last modified time | relevance | path

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

/external/boringssl/src/crypto/fipsmodule/ec/
Doct.c84 if ((form != POINT_CONVERSION_COMPRESSED) && in ec_GFp_simple_point2oct()
128 if ((form == POINT_CONVERSION_COMPRESSED) && in ec_GFp_simple_point2oct()
180 if ((form != POINT_CONVERSION_COMPRESSED && in ec_GFp_simple_oct2point()
222 if (form == POINT_CONVERSION_COMPRESSED) { in ec_GFp_simple_oct2point()
/external/boringssl/src/include/openssl/
Dec.h87 POINT_CONVERSION_COMPRESSED = 2, enumerator
/external/wpa_supplicant_8/src/common/
Ddpp.c1137 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_COMPRESSED); in dpp_bootstrap_key_hash()
1189 EC_KEY_set_conv_form(eckey, POINT_CONVERSION_COMPRESSED); in dpp_keygen()