Searched refs:MBEDTLS_DHM_PARAM_GY (Results 1 – 3 of 3) sorted by relevance
100 MBEDTLS_DHM_PARAM_GY, /*!< The public key of the peer = \c G^Y mod \c P. */ enumerator
172 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));
143 case MBEDTLS_DHM_PARAM_GY: in mbedtls_dhm_get_value()