Searched refs:mbedtls_ecdh_read_params (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/ |
H A D | ecdh_curve25519.c | 102 ret = mbedtls_ecdh_read_params(&ctx_srv, &p_cli_to_srv, in main()
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | ecdh_curve25519.c | 102 ret = mbedtls_ecdh_read_params(&ctx_srv, &p_cli_to_srv, in main()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecdh.function | 216 TEST_ASSERT(mbedtls_ecdh_read_params(&cli, &vbuf, buf + len) == 0); 303 TEST_ASSERT(mbedtls_ecdh_read_params(&cli, &vbuf, buf + len) == 0);
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecdh.function | 216 TEST_ASSERT(mbedtls_ecdh_read_params(&cli, &vbuf, buf + len) == 0); 303 TEST_ASSERT(mbedtls_ecdh_read_params(&cli, &vbuf, buf + len) == 0);
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecdh.h | 307 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecdh.h | 320 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 1215 CHECK_AND_CONTINUE(mbedtls_ecdh_read_params(&ecdh_cli, &p_srv, in main() 1243 CHECK_AND_CONTINUE(mbedtls_ecdh_read_params(&ecdh_cli, &p_srv, in main()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecdh.c | 376 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params() function
|
H A D | ssl_tls12_client.c | 1843 if ((ret = mbedtls_ecdh_read_params(&ssl->handshake->ecdh_ctx, in ssl_parse_server_ecdh_params()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecdh.c | 385 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params() function
|
H A D | ssl_tls12_client.c | 1840 if ((ret = mbedtls_ecdh_read_params(&ssl->handshake->ecdh_ctx, in ssl_parse_server_ecdh_params()
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | benchmark.c | 1255 CHECK_AND_CONTINUE(mbedtls_ecdh_read_params(&ecdh_cli, &p_srv, in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1180 …2. Call `mbedtls_ecdh_read_params` or `mbedtls_dhm_read_params` to input the data from the ServerK…
|