Home
last modified time | relevance | path

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

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Ddhm.h319 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx,
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Ddhm.h319 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx,
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_dhm.function12 TEST_ASSERT(mbedtls_dhm_get_value(ctx, param, &actual) == 0);
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_dhm.function12 TEST_ASSERT(mbedtls_dhm_get_value(ctx, param, &actual) == 0);
/aosp_15_r20/external/mbedtls/library/
H A Ddhm.c113 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, in mbedtls_dhm_get_value() function
H A Dssl_tls.c2865 if ((ret = mbedtls_dhm_get_value(dhm_ctx, MBEDTLS_DHM_PARAM_P, in mbedtls_ssl_conf_dh_param_ctx()
2867 (ret = mbedtls_dhm_get_value(dhm_ctx, MBEDTLS_DHM_PARAM_G, in mbedtls_ssl_conf_dh_param_ctx()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Ddhm.c113 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, in mbedtls_dhm_get_value() function
H A 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()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A 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…
/aosp_15_r20/external/mbedtls/
H A DChangeLog1486 * The new function mbedtls_dhm_get_value() copy a field out of a
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/
H A DChangeLog1746 * The new function mbedtls_dhm_get_value() copy a field out of a