Home
last modified time | relevance | path

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

/third_party/mbedtls/include/mbedtls/
Ddhm.h102 MBEDTLS_DHM_PARAM_K, /*!< The shared secret = \c G^(XY) mod \c P. */ enumerator
/third_party/mbedtls/tests/suites/
Dtest_suite_dhm.function168 TEST_ASSERT( check_get_value( &ctx_cli, MBEDTLS_DHM_PARAM_K, &ctx_srv.K ) );
171 TEST_ASSERT( check_get_value( &ctx_srv, MBEDTLS_DHM_PARAM_K, &ctx_cli.K ) );
/third_party/mbedtls/library/
Ddhm.c159 case MBEDTLS_DHM_PARAM_K: in mbedtls_dhm_get_value()