Home
last modified time | relevance | path

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 Decdh_curve25519.c85 ret = mbedtls_ecdh_make_params(&ctx_cli, &cli_olen, cli_to_srv, in main()
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Decdh_curve25519.c85 ret = mbedtls_ecdh_make_params(&ctx_cli, &cli_olen, cli_to_srv, in main()
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_ecdh.function213 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 Dtest_suite_ecdh.function213 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 Decdh.h278 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 Decdh.h291 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 Dbenchmark.c1206 CHECK_AND_CONTINUE(mbedtls_ecdh_make_params(&ecdh_srv, &params_len, buf_srv, in main()
1239 CHECK_AND_CONTINUE(mbedtls_ecdh_make_params(&ecdh_srv, &params_len, buf_srv, in main()
/aosp_15_r20/external/mbedtls/library/
H A Decdh.c328 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params() function
H A Dssl_tls12_server.c3055 if ((ret = mbedtls_ecdh_make_params( in ssl_prepare_server_key_exchange()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Decdh.c337 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params() function
H A Dssl_tls12_server.c3081 if ((ret = mbedtls_ecdh_make_params( in ssl_prepare_server_key_exchange()
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c1252 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 Dpsa-transition.md1156 …3. Call `mbedtls_ecdh_make_params` or `mbedtls_dhm_make_params` to generate our key pair and obtai…