Home
last modified time | relevance | path

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

/mbedtls-development/include/mbedtls/
A Ddhm.h333 int mbedtls_dhm_get_value( const mbedtls_dhm_context *ctx,
/mbedtls-development/tests/suites/
A Dtest_suite_dhm.function12 TEST_ASSERT( mbedtls_dhm_get_value( ctx, param, &actual ) == 0 );
/mbedtls-development/library/
A Ddhm.c137 int mbedtls_dhm_get_value( const mbedtls_dhm_context *ctx, in mbedtls_dhm_get_value() function
A Dssl_tls.c3931 if( ( ret = mbedtls_dhm_get_value( dhm_ctx, MBEDTLS_DHM_PARAM_P, in mbedtls_ssl_conf_dh_param_ctx()
3933 ( ret = mbedtls_dhm_get_value( dhm_ctx, MBEDTLS_DHM_PARAM_G, in mbedtls_ssl_conf_dh_param_ctx()
/mbedtls-development/
A DChangeLog296 * The new function mbedtls_dhm_get_value() copy a field out of a

Completed in 21 milliseconds