mbedtls_ecjpake_set_point_format() function
Set the point format for future reads and writes.
Arguments
ctx
The ECJPAKE context to configure.
point_format
The point format to use: #MBEDTLS_ECP_PF_UNCOMPRESSED (default) or #MBEDTLS_ECP_PF_COMPRESSED.
Return value
\c 0 if successful. #MBEDTLS_ERR_ECP_BAD_INPUT_DATA if \p point_format is invalid.
mbedtls_ecjpake_set_point_format() is called by 2 functions:
![]()
mbedtls_ecjpake_set_point_format()
mbedtls_ecjpake_set_point_format() writes 1 variable:
![]()
mbedtls_ecjpake_set_point_format()