Searched refs:MBEDTLS_DHM_PARAM_K (Results 1 – 4 of 4) sorted by relevance
173 TEST_ASSERT(check_get_value(&ctx_cli, MBEDTLS_DHM_PARAM_K, &ctx_srv.K));176 TEST_ASSERT(check_get_value(&ctx_srv, MBEDTLS_DHM_PARAM_K, &ctx_cli.K));
89 MBEDTLS_DHM_PARAM_K, /*!< The shared secret = \c G^(XY) mod \c P. */ enumerator
134 case MBEDTLS_DHM_PARAM_K: in mbedtls_dhm_get_value()
1212 * `mbedtls_dhm_get_value` for `MBEDTLS_DHM_PARAM_K` (shared secret): this is the value calculated b…