Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_get_value (Results 1 – 5 of 5) sorted by relevance

/third_party/mbedtls/include/mbedtls/
Ddhm.h331 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx,
/third_party/mbedtls/tests/suites/
Dtest_suite_dhm.function12 TEST_ASSERT(mbedtls_dhm_get_value(ctx, param, &actual) == 0);
/third_party/mbedtls/library/
Ddhm.c125 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, in mbedtls_dhm_get_value() function
Dssl_tls.c2885 if ((ret = mbedtls_dhm_get_value(dhm_ctx, MBEDTLS_DHM_PARAM_P, in mbedtls_ssl_conf_dh_param_ctx()
2887 (ret = mbedtls_dhm_get_value(dhm_ctx, MBEDTLS_DHM_PARAM_G, in mbedtls_ssl_conf_dh_param_ctx()
/third_party/mbedtls/
DChangeLog1173 * The new function mbedtls_dhm_get_value() copy a field out of a