Home
last modified time | relevance | path

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

/mbedtls-3.7.0/include/mbedtls/
Ddhm.h319 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx,
/mbedtls-3.7.0/tests/suites/
Dtest_suite_dhm.function12 TEST_ASSERT(mbedtls_dhm_get_value(ctx, param, &actual) == 0);
/mbedtls-3.7.0/library/
Ddhm.c113 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, in mbedtls_dhm_get_value() function
Dssl_tls.c2694 if ((ret = mbedtls_dhm_get_value(dhm_ctx, MBEDTLS_DHM_PARAM_P, in mbedtls_ssl_conf_dh_param_ctx()
2696 (ret = mbedtls_dhm_get_value(dhm_ctx, MBEDTLS_DHM_PARAM_G, in mbedtls_ssl_conf_dh_param_ctx()
/mbedtls-3.7.0/docs/
Dpsa-transition.md1206 The functions `mbedtls_dhm_get_bitlen`, `mbedtls_dhm_get_len` and `mbedtls_dhm_get_value` allow the…
1209 * `mbedtls_dhm_get_value` for `MBEDTLS_DHM_PARAM_X` (our private key): call [`psa_export_key`](http…
1210 * `mbedtls_dhm_get_value` for `MBEDTLS_DHM_PARAM_GX` (our public key): call [`psa_export_public_key…
1211 * `mbedtls_dhm_get_value` for `MBEDTLS_DHM_PARAM_GY` (peer's public key): the there is no PSA equiv…
1212 * `mbedtls_dhm_get_value` for `MBEDTLS_DHM_PARAM_K` (shared secret): this is the value calculated b…
1213 * `mbedtls_dhm_get_value` for `MBEDTLS_DHM_PARAM_P` or `MBEDTLS_DHM_PARAM_G` (group parameters): [t…
/mbedtls-3.7.0/
DChangeLog1746 * The new function mbedtls_dhm_get_value() copy a field out of a