Home
last modified time | relevance | path

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

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