Home
last modified time | relevance | path

Searched refs:mbedtls_dhm_context (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/
H A Ddhm.h101 typedef struct mbedtls_dhm_context { struct
113 mbedtls_dhm_context; typedef
124 void mbedtls_dhm_init(mbedtls_dhm_context *ctx);
148 int mbedtls_dhm_read_params(mbedtls_dhm_context *ctx,
184 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size,
204 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx,
224 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx,
251 int mbedtls_dhm_make_public(mbedtls_dhm_context *ctx, int x_size,
282 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx,
295 size_t mbedtls_dhm_get_bitlen(const mbedtls_dhm_context *ctx);
[all …]
H A Dssl.h3795 int mbedtls_ssl_conf_dh_param_ctx(mbedtls_ssl_config *conf, mbedtls_dhm_context *dhm_ctx);
/aosp_15_r20/external/mbedtls/include/mbedtls/
H A Ddhm.h101 typedef struct mbedtls_dhm_context { struct
113 mbedtls_dhm_context; typedef
124 void mbedtls_dhm_init(mbedtls_dhm_context *ctx);
148 int mbedtls_dhm_read_params(mbedtls_dhm_context *ctx,
184 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size,
204 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx,
224 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx,
251 int mbedtls_dhm_make_public(mbedtls_dhm_context *ctx, int x_size,
282 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx,
295 size_t mbedtls_dhm_get_bitlen(const mbedtls_dhm_context *ctx);
[all …]
H A Dssl.h3626 int mbedtls_ssl_conf_dh_param_ctx(mbedtls_ssl_config *conf, mbedtls_dhm_context *dhm_ctx);
/aosp_15_r20/external/mbedtls/library/
H A Ddhm.c98 void mbedtls_dhm_init(mbedtls_dhm_context *ctx) in mbedtls_dhm_init()
100 memset(ctx, 0, sizeof(mbedtls_dhm_context)); in mbedtls_dhm_init()
103 size_t mbedtls_dhm_get_bitlen(const mbedtls_dhm_context *ctx) in mbedtls_dhm_get_bitlen()
108 size_t mbedtls_dhm_get_len(const mbedtls_dhm_context *ctx) in mbedtls_dhm_get_len()
113 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, in mbedtls_dhm_get_value()
146 int mbedtls_dhm_read_params(mbedtls_dhm_context *ctx, in mbedtls_dhm_read_params()
180 static int dhm_make_common(mbedtls_dhm_context *ctx, int x_size, in dhm_make_common()
223 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params()
272 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, in mbedtls_dhm_set_group()
289 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx, in mbedtls_dhm_read_public()
[all …]
H A Dssl_misc.h741 mbedtls_dhm_context dhm_ctx; /*!< DHM key exchange */
H A Dssl_tls.c2858 int mbedtls_ssl_conf_dh_param_ctx(mbedtls_ssl_config *conf, mbedtls_dhm_context *dhm_ctx) in mbedtls_ssl_conf_dh_param_ctx()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/
H A Ddhm.c98 void mbedtls_dhm_init(mbedtls_dhm_context *ctx) in mbedtls_dhm_init()
100 memset(ctx, 0, sizeof(mbedtls_dhm_context)); in mbedtls_dhm_init()
103 size_t mbedtls_dhm_get_bitlen(const mbedtls_dhm_context *ctx) in mbedtls_dhm_get_bitlen()
108 size_t mbedtls_dhm_get_len(const mbedtls_dhm_context *ctx) in mbedtls_dhm_get_len()
113 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, in mbedtls_dhm_get_value()
146 int mbedtls_dhm_read_params(mbedtls_dhm_context *ctx, in mbedtls_dhm_read_params()
180 static int dhm_make_common(mbedtls_dhm_context *ctx, int x_size, in dhm_make_common()
223 int mbedtls_dhm_make_params(mbedtls_dhm_context *ctx, int x_size, in mbedtls_dhm_make_params()
272 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, in mbedtls_dhm_set_group()
289 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx, in mbedtls_dhm_read_public()
[all …]
H A Dssl_misc.h773 mbedtls_dhm_context dhm_ctx; /*!< DHM key exchange */
H A Dssl_tls.c2687 int mbedtls_ssl_conf_dh_param_ctx(mbedtls_ssl_config *conf, mbedtls_dhm_context *dhm_ctx) in mbedtls_ssl_conf_dh_param_ctx()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/
H A Dtest_suite_dhm.function4 int check_get_value(const mbedtls_dhm_context *ctx,
55 static int check_dhm_params(const mbedtls_dhm_context *ctx,
97 mbedtls_dhm_context ctx_srv;
98 mbedtls_dhm_context ctx_cli;
236 mbedtls_dhm_context ctx;
265 mbedtls_dhm_context ctx;
/aosp_15_r20/external/mbedtls/tests/suites/
H A Dtest_suite_dhm.function4 int check_get_value(const mbedtls_dhm_context *ctx,
55 static int check_dhm_params(const mbedtls_dhm_context *ctx,
97 mbedtls_dhm_context ctx_srv;
98 mbedtls_dhm_context ctx_cli;
236 mbedtls_dhm_context ctx;
265 mbedtls_dhm_context ctx;
/aosp_15_r20/external/mbedtls/tests/include/alt-dummy/
H A Ddhm_alt.h10 typedef struct mbedtls_dhm_context { struct
13 mbedtls_dhm_context; typedef
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/include/alt-dummy/
H A Ddhm_alt.h10 typedef struct mbedtls_dhm_context { struct
13 mbedtls_dhm_context; argument
/aosp_15_r20/external/mbedtls/programs/pkey/
H A Ddh_client.c67 mbedtls_dhm_context dhm; in main()
H A Ddh_server.c67 mbedtls_dhm_context dhm; in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/
H A Ddh_client.c74 mbedtls_dhm_context dhm; in main()
H A Ddh_server.c66 mbedtls_dhm_context dhm; in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/
H A Dalternative-implementations.md50 * DHM: if `MBEDTLS_DEBUG_C` is enabled, `mbedtls_dhm_context` must have the fields `P`, `Q`, `G`, `…
/aosp_15_r20/external/mbedtls/docs/architecture/
H A Dalternative-implementations.md50 * DHM: if `MBEDTLS_DEBUG_C` is enabled, `mbedtls_dhm_context` must have the fields `P`, `Q`, `G`, `…
/aosp_15_r20/external/mbedtls/programs/test/
H A Dbenchmark.c1005 mbedtls_dhm_context dhm; in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/
H A Dbenchmark.c1087 mbedtls_dhm_context dhm; in main()
/aosp_15_r20/external/mbedtls/programs/ssl/
H A Dssl_server2.c1505 mbedtls_dhm_context dhm; in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/
H A Dssl_server2.c1556 mbedtls_dhm_context dhm; in main()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/
H A Dpsa-transition.md1084 …troy the key. There is no equivalent to the types `mbedtls_ecdh_context` and `mbedtls_dhm_context`.
1154 …1. Initialize a context of type `mbedtls_ecdh_context` or `mbedtls_dhm_context` with `mbedtls_ecdh…
1179 …1. Initialize a context of type `mbedtls_ecdh_context` or `mbedtls_dhm_context` with `mbedtls_ecdh…