Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Ddhm.h204 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Ddhm.h204 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Ddh_server.c146 (ret = mbedtls_dhm_set_group(&dhm, &dhm_P, &dhm_G) != 0)) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_dhm.function249 TEST_ASSERT(mbedtls_dhm_set_group(&ctx, &P, &G) == 0);
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_dhm.function249 TEST_ASSERT(mbedtls_dhm_set_group(&ctx, &P, &G) == 0);
/aosp_15_r20/external/mbedtls/library/
H A Ddhm.c272 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, in mbedtls_dhm_set_group() function
H A Dssl_tls12_server.c2894 if ((ret = mbedtls_dhm_set_group(&ssl->handshake->dhm_ctx, in ssl_prepare_server_key_exchange()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Ddhm.c272 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, in mbedtls_dhm_set_group() function
H A Dssl_tls12_server.c2920 if ((ret = mbedtls_dhm_set_group(&ssl->handshake->dhm_ctx, in ssl_prepare_server_key_exchange()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c1100 mbedtls_dhm_set_group(&dhm, &P, &G) != 0) { in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1155 2. Call `mbedtls_ecdh_setup` or `mbedtls_dhm_set_group` to select the curve or group.