Searched refs:mbedtls_ecdh_make_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 | 85 ret = mbedtls_ecdh_make_params(&ctx_cli, &cli_olen, cli_to_srv, in main()
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | ecdh_curve25519.c | 85 ret = mbedtls_ecdh_make_params(&ctx_cli, &cli_olen, cli_to_srv, in main()
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecdh.function | 213 TEST_ASSERT(mbedtls_ecdh_make_params(&srv, &len, buf, 1000, 292 ret = mbedtls_ecdh_make_params(&srv, &len, buf, sizeof(buf),
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecdh.function | 213 TEST_ASSERT(mbedtls_ecdh_make_params(&srv, &len, buf, 1000, 292 ret = mbedtls_ecdh_make_params(&srv, &len, buf, sizeof(buf),
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecdh.h | 278 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecdh.h | 291 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 1206 CHECK_AND_CONTINUE(mbedtls_ecdh_make_params(&ecdh_srv, ¶ms_len, buf_srv, in main() 1239 CHECK_AND_CONTINUE(mbedtls_ecdh_make_params(&ecdh_srv, ¶ms_len, buf_srv, in main()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecdh.c | 328 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params() function
|
H A D | ssl_tls12_server.c | 3055 if ((ret = mbedtls_ecdh_make_params( in ssl_prepare_server_key_exchange()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecdh.c | 337 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params() function
|
H A D | ssl_tls12_server.c | 3081 if ((ret = mbedtls_ecdh_make_params( in ssl_prepare_server_key_exchange()
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | benchmark.c | 1252 CHECK_AND_CONTINUE(mbedtls_ecdh_make_params(&ecdh_srv, &olen, buf_srv, in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1156 …3. Call `mbedtls_ecdh_make_params` or `mbedtls_dhm_make_params` to generate our key pair and obtai…
|