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 D | dhm.h | 319 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx,
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | dhm.h | 319 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_dhm.function | 12 TEST_ASSERT(mbedtls_dhm_get_value(ctx, param, &actual) == 0);
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_dhm.function | 12 TEST_ASSERT(mbedtls_dhm_get_value(ctx, param, &actual) == 0);
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | dhm.c | 113 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, in mbedtls_dhm_get_value() function
|
H A D | ssl_tls.c | 2865 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 D | dhm.c | 113 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, in mbedtls_dhm_get_value() function
|
H A D | ssl_tls.c | 2694 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 D | psa-transition.md | 1206 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 D | ChangeLog | 1486 * The new function mbedtls_dhm_get_value() copy a field out of a
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 1746 * The new function mbedtls_dhm_get_value() copy a field out of a
|