Home
last modified time | relevance | path

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

/third_party/mbedtls/tests/suites/
Dtest_suite_dhm.function122 TEST_ASSERT( check_get_value( &ctx_srv, MBEDTLS_DHM_PARAM_P, &ctx_srv.P ) );
141 TEST_ASSERT( check_get_value( &ctx_cli, MBEDTLS_DHM_PARAM_P, &ctx_srv.P ) );
273 TEST_ASSERT( check_get_value( &ctx, MBEDTLS_DHM_PARAM_P, &P ) );
/third_party/mbedtls/include/mbedtls/
Ddhm.h97 MBEDTLS_DHM_PARAM_P, /*!< The prime modulus. */ enumerator
/third_party/mbedtls/library/
Ddhm.c144 case MBEDTLS_DHM_PARAM_P: in mbedtls_dhm_get_value()
Dssl_tls.c3962 if( ( ret = mbedtls_dhm_get_value( dhm_ctx, MBEDTLS_DHM_PARAM_P, in mbedtls_ssl_conf_dh_param_ctx()