Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_make_params (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_dhm.function132 TEST_ASSERT(mbedtls_dhm_make_params(&ctx_srv, x_size, ske, &ske_len,
198 TEST_ASSERT(mbedtls_dhm_make_params(&ctx_srv, x_size, ske, &ske_len,
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_dhm.function132 TEST_ASSERT(mbedtls_dhm_make_params(&ctx_srv, x_size, ske, &ske_len,
198 TEST_ASSERT(mbedtls_dhm_make_params(&ctx_srv, x_size, ske, &ske_len,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Ddhm.h184 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Ddhm.h184 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size,
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Ddh_server.c180 mbedtls_dhm_make_params(&dhm, (int) mbedtls_mpi_size(&dhm.MBEDTLS_PRIVATE(P)), buf, &n, in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Ddh_server.c180 mbedtls_dhm_make_params(&dhm, (int) mbedtls_dhm_get_len(&dhm), buf, &n, in main()
/aosp_15_r20/external/mbedtls/library/
H A Ddhm.c223 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params() function
H A Dssl_tls12_server.c2901 if ((ret = mbedtls_dhm_make_params( in ssl_prepare_server_key_exchange()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Ddhm.c223 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params() function
H A Dssl_tls12_server.c2927 if ((ret = mbedtls_dhm_make_params( in ssl_prepare_server_key_exchange()
/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…