Home
last modified time | relevance | path

Searched refs:MBEDTLS_DHM_PARAM_GX (Results 1 – 4 of 4) sorted by relevance

/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Ddhm.h87 MBEDTLS_DHM_PARAM_GX, /*!< Our public key = \c G^X mod \c P. */ enumerator
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_dhm.function171 TEST_ASSERT(check_get_value(&ctx_cli, MBEDTLS_DHM_PARAM_GX, &ctx_srv.GY));
174 TEST_ASSERT(check_get_value(&ctx_srv, MBEDTLS_DHM_PARAM_GX, &ctx_cli.GY));
/openthread-latest/third_party/mbedtls/repo/library/
Ddhm.c128 case MBEDTLS_DHM_PARAM_GX: in mbedtls_dhm_get_value()
/openthread-latest/third_party/mbedtls/repo/docs/
Dpsa-transition.md1210 * `mbedtls_dhm_get_value` for `MBEDTLS_DHM_PARAM_GX` (our public key): call [`psa_export_public_key…