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 D | test_suite_dhm.function | 132 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 D | test_suite_dhm.function | 132 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 D | dhm.h | 184 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | dhm.h | 184 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size,
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | dh_server.c | 180 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 D | dh_server.c | 180 mbedtls_dhm_make_params(&dhm, (int) mbedtls_dhm_get_len(&dhm), buf, &n, in main()
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | dhm.c | 223 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params() function
|
H A D | ssl_tls12_server.c | 2901 if ((ret = mbedtls_dhm_make_params( in ssl_prepare_server_key_exchange()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | dhm.c | 223 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params() function
|
H A D | ssl_tls12_server.c | 2927 if ((ret = mbedtls_dhm_make_params( in ssl_prepare_server_key_exchange()
|
/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…
|