Home
last modified time | relevance | path

Searched refs:mbedtls_ecp_point_read_binary (Results 1 – 11 of 11) sorted by relevance

/third_party/mbedtls/tests/suites/
Dtest_suite_ecjpake.function79 MBEDTLS_MPI_CHK( mbedtls_ecp_point_read_binary( &ctx->grp,
81 MBEDTLS_MPI_CHK( mbedtls_ecp_point_read_binary( &ctx->grp,
83 MBEDTLS_MPI_CHK( mbedtls_ecp_point_read_binary( &ctx->grp,
85 MBEDTLS_MPI_CHK( mbedtls_ecp_point_read_binary( &ctx->grp,
Dtest_suite_ecp.function478 TEST_EQUAL( 0, mbedtls_ecp_point_read_binary( &grp, &P1,
480 TEST_EQUAL( 0, mbedtls_ecp_point_read_binary( &grp, &P2,
586 TEST_ASSERT( mbedtls_ecp_point_read_binary( &grp, &P, buf->x, buf->len ) == ret );
Dtest_suite_ecdh.function9 TEST_ASSERT( mbedtls_ecp_point_read_binary( &ecp->grp,
Dtest_suite_ecdsa.function322 TEST_ASSERT( mbedtls_ecp_point_read_binary( &ctx.grp, &ctx.Q,
Dtest_suite_pk.function503 TEST_ASSERT( mbedtls_ecp_point_read_binary( &eckey->grp, &eckey->Q,
/third_party/mbedtls/include/mbedtls/
Decp.h777 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp,
/third_party/mbedtls/library/
Dpsa_crypto_ecp.c124 mbedtls_ecp_point_read_binary( &ecp->grp, &ecp->Q, in mbedtls_psa_ecp_load_representation()
Dpkparse.c346 if( ( ret = mbedtls_ecp_point_read_binary( grp, &grp->G, in pk_group_from_specified()
501 if( ( ret = mbedtls_ecp_point_read_binary( &key->grp, &key->Q, in pk_get_ecpubkey()
Decdh.c827 if( ( ret = mbedtls_ecp_point_read_binary( &ctx->grp, in ecdh_tls13_read_public_internal()
Decp.c796 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp, in mbedtls_ecp_point_read_binary() function
888 return( mbedtls_ecp_point_read_binary( grp, pt, buf_start, data_len ) ); in mbedtls_ecp_tls_read_point()
/third_party/mbedtls/docs/architecture/
Dalternative-implementations.md52 …_EC_EXTENDED` is enabled, those fields must be writable, and `mbedtls_ecp_point_read_binary()` mus…