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.c80 if (form != POINT_CONVERSION_COMPRESSED && in ec_GFp_simple_point2oct()
109 form == POINT_CONVERSION_COMPRESSED ? y_buf : buf + 1 + field_len, in ec_GFp_simple_point2oct()
119 if (form == POINT_CONVERSION_COMPRESSED) { in ec_GFp_simple_point2oct()
143 if ((form != POINT_CONVERSION_COMPRESSED && in ec_GFp_simple_oct2point()
185 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.c1250 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in dpp_bootstrap_key_der()
1258 len = EC_POINT_point2oct(group, point, POINT_CONVERSION_COMPRESSED, in dpp_bootstrap_key_der()