Home
last modified time | relevance | path

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

/mbedtls/include/mbedtls/
A Ddhm.h88 MBEDTLS_DHM_PARAM_GY, /*!< The public key of the peer = \c G^Y mod \c P. */ enumerator
/mbedtls/tests/suites/
A Dtest_suite_dhm.function172 TEST_ASSERT(check_get_value(&ctx_cli, MBEDTLS_DHM_PARAM_GY, &ctx_srv.GX));
175 TEST_ASSERT(check_get_value(&ctx_srv, MBEDTLS_DHM_PARAM_GY, &ctx_cli.GX));
/mbedtls/library/
A Ddhm.c131 case MBEDTLS_DHM_PARAM_GY: in mbedtls_dhm_get_value()
/mbedtls/docs/
A Dpsa-transition.md1211 * `mbedtls_dhm_get_value` for `MBEDTLS_DHM_PARAM_GY` (peer's public key): the there is no PSA equiv…

Completed in 20 milliseconds