Searched refs:mbedtls_ecp_tls_write_group (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecp.h | 933 int mbedtls_ecp_tls_write_group(const mbedtls_ecp_group *grp,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecp.h | 934 int mbedtls_ecp_tls_write_group(const mbedtls_ecp_group *grp,
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecdh.c | 304 if ((ret = mbedtls_ecp_tls_write_group(&ctx->grp, &grp_len, buf, in ecdh_make_params_internal()
|
H A D | ecjpake.c | 695 MBEDTLS_MPI_CHK(mbedtls_ecp_tls_write_group(&ctx->grp, &ec_len, in mbedtls_ecjpake_write_round_two()
|
H A D | ecp.c | 964 int mbedtls_ecp_tls_write_group(const mbedtls_ecp_group *grp, size_t *olen, in mbedtls_ecp_tls_write_group() function
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecdh.c | 313 if ((ret = mbedtls_ecp_tls_write_group(&ctx->grp, &grp_len, buf, in ecdh_make_params_internal()
|
H A D | ecjpake.c | 695 MBEDTLS_MPI_CHK(mbedtls_ecp_tls_write_group(&ctx->grp, &ec_len, in mbedtls_ecjpake_write_round_two()
|
H A D | ecp.c | 964 int mbedtls_ecp_tls_write_group(const mbedtls_ecp_group *grp, size_t *olen, in mbedtls_ecp_tls_write_group() function
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecp.function | 796 TEST_ASSERT(mbedtls_ecp_tls_write_group(&grp1, &len, buf, 10) == 0); 885 TEST_EQUAL(mbedtls_ecp_tls_write_group(&grp, &olen,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecp.function | 808 TEST_ASSERT(mbedtls_ecp_tls_write_group(&grp1, &len, buf, 10) == 0); 897 TEST_EQUAL(mbedtls_ecp_tls_write_group(&grp, &olen,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1242 …dtls_ecp_tls_read_group`, `mbedtls_ecp_tls_read_group_id` and `mbedtls_ecp_tls_write_group`. The P…
|