Home
last modified time | relevance | path

Searched refs:MBEDTLS_ECP_PF_COMPRESSED (Results 1 – 7 of 7) sorted by relevance

/optee_os/lib/libmbedtls/mbedtls/include/mbedtls/
H A Decp.h452 #define MBEDTLS_ECP_PF_COMPRESSED 1 macro
/optee_os/lib/libmbedtls/mbedtls/library/
H A Decdh.c201 ctx->point_format = MBEDTLS_ECP_PF_COMPRESSED; in mbedtls_ecdh_setup()
H A Decp.c703 format != MBEDTLS_ECP_PF_COMPRESSED) { in mbedtls_ecp_point_write_binary()
746 } else if (format == MBEDTLS_ECP_PF_COMPRESSED) { in mbedtls_ecp_point_write_binary()
887 format != MBEDTLS_ECP_PF_COMPRESSED) { in mbedtls_ecp_tls_write_point()
H A Decjpake.c131 case MBEDTLS_ECP_PF_COMPRESSED: in mbedtls_ecjpake_set_point_format()
H A Dssl_tls12_client.c833 p[0] == MBEDTLS_ECP_PF_COMPRESSED) { in ssl_parse_supported_point_formats_ext()
H A Dssl_tls12_server.c264 p[0] == MBEDTLS_ECP_PF_COMPRESSED) { in ssl_parse_supported_point_formats()
/optee_os/lib/libmbedtls/mbedtls/
H A DChangeLog1011 (MBEDTLS_ECP_PF_COMPRESSED) with mbedtls_ecp_point_read_binary()