Searched refs:mbedtls_dhm_context (Results 1 – 13 of 13) sorted by relevance
/mbedtls/include/mbedtls/ |
A D | dhm.h | 101 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, 204 int mbedtls_dhm_set_group(mbedtls_dhm_context *ctx, 224 int mbedtls_dhm_read_public(mbedtls_dhm_context *ctx, 282 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx, 295 size_t mbedtls_dhm_get_bitlen(const mbedtls_dhm_context *ctx); 305 size_t mbedtls_dhm_get_len(const mbedtls_dhm_context *ctx); 319 int mbedtls_dhm_get_value(const mbedtls_dhm_context *ctx, [all …]
|
A D | ssl.h | 3795 int mbedtls_ssl_conf_dh_param_ctx(mbedtls_ssl_config *conf, mbedtls_dhm_context *dhm_ctx);
|
/mbedtls/library/ |
A D | dhm.c | 98 void mbedtls_dhm_init(mbedtls_dhm_context *ctx) in mbedtls_dhm_init() 100 memset(ctx, 0, sizeof(mbedtls_dhm_context)); in mbedtls_dhm_init() 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() 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() 343 static int dhm_update_blinding(mbedtls_dhm_context *ctx, in dhm_update_blinding() 405 int mbedtls_dhm_calc_secret(mbedtls_dhm_context *ctx, in mbedtls_dhm_calc_secret() 458 void mbedtls_dhm_free(mbedtls_dhm_context *ctx) in mbedtls_dhm_free() [all …]
|
A D | ssl_misc.h | 773 mbedtls_dhm_context dhm_ctx; /*!< DHM key exchange */
|
A D | ssl_tls.c | 2687 int mbedtls_ssl_conf_dh_param_ctx(mbedtls_ssl_config *conf, mbedtls_dhm_context *dhm_ctx) in mbedtls_ssl_conf_dh_param_ctx()
|
/mbedtls/tests/include/alt-dummy/ |
A D | dhm_alt.h | 10 typedef struct mbedtls_dhm_context { struct 13 mbedtls_dhm_context; argument
|
/mbedtls/tests/suites/ |
A D | test_suite_dhm.function | 4 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;
|
/mbedtls/programs/pkey/ |
A D | dh_client.c | 74 mbedtls_dhm_context dhm; in main()
|
A D | dh_server.c | 66 mbedtls_dhm_context dhm; in main()
|
/mbedtls/docs/architecture/ |
A D | alternative-implementations.md | 50 * DHM: if `MBEDTLS_DEBUG_C` is enabled, `mbedtls_dhm_context` must have the fields `P`, `Q`, `G`, `…
|
/mbedtls/programs/test/ |
A D | benchmark.c | 1087 mbedtls_dhm_context dhm; in main()
|
/mbedtls/programs/ssl/ |
A D | ssl_server2.c | 1556 mbedtls_dhm_context dhm; in main()
|
/mbedtls/docs/ |
A D | psa-transition.md | 1084 …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…
|
Completed in 77 milliseconds