Home
last modified time | relevance | path

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

/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/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,
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/harden/src/connect_src/
Decp.c202 ret = mbedtls_ecp_point_read_binary(grp, R, point_buf, out_len); in mbedtls_ecp_mul_restartable()
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
Decp.h666 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp,
Dcompat-1.3.h1934 #define ecp_point_read_binary mbedtls_ecp_point_read_binary
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/include/mbedtls/
Decp.h777 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp,
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/library/
Dpsa_crypto_ecp.c124 mbedtls_ecp_point_read_binary( &ecp->grp, &ecp->Q, in mbedtls_psa_ecp_load_representation()
Dpkparse.c349 if( ( ret = mbedtls_ecp_point_read_binary( grp, &grp->G, in pk_group_from_specified()
504 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.c797 int mbedtls_ecp_point_read_binary( const mbedtls_ecp_group *grp, in mbedtls_ecp_point_read_binary() function
889 return( mbedtls_ecp_point_read_binary( grp, pt, buf_start, data_len ) ); in mbedtls_ecp_tls_read_point()
/device/soc/hisilicon/ws63v100/sdk/open_source/mbedtls/mbedtls_v3.1.0/docs/architecture/
Dalternative-implementations.md52 …_EC_EXTENDED` is enabled, those fields must be writable, and `mbedtls_ecp_point_read_binary()` mus…