Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Ddhm.h100 MBEDTLS_DHM_PARAM_GY, /*!< The public key of the peer = \c G^Y mod \c P. */ enumerator
/third_party/mbedtls/tests/suites/
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));
/third_party/mbedtls/library/
Ddhm.c143 case MBEDTLS_DHM_PARAM_GY: in mbedtls_dhm_get_value()