/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H 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, 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 D | ssl.h | 3795 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 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, 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 D | ssl.h | 3626 int mbedtls_ssl_conf_dh_param_ctx(mbedtls_ssl_config *conf, mbedtls_dhm_context *dhm_ctx);
|
/aosp_15_r20/external/mbedtls/library/ |
H 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() 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 D | ssl_misc.h | 741 mbedtls_dhm_context dhm_ctx; /*!< DHM key exchange */
|
H A D | ssl_tls.c | 2858 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 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() 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 D | ssl_misc.h | 773 mbedtls_dhm_context dhm_ctx; /*!< DHM key exchange */
|
H 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()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H 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;
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H 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;
|
/aosp_15_r20/external/mbedtls/tests/include/alt-dummy/ |
H A D | dhm_alt.h | 10 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 D | dhm_alt.h | 10 typedef struct mbedtls_dhm_context { struct 13 mbedtls_dhm_context; argument
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | dh_client.c | 67 mbedtls_dhm_context dhm; in main()
|
H A D | dh_server.c | 67 mbedtls_dhm_context dhm; in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/ |
H A D | dh_client.c | 74 mbedtls_dhm_context dhm; in main()
|
H A D | dh_server.c | 66 mbedtls_dhm_context dhm; in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/architecture/ |
H A D | alternative-implementations.md | 50 * 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 D | alternative-implementations.md | 50 * 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 D | benchmark.c | 1005 mbedtls_dhm_context dhm; in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 1087 mbedtls_dhm_context dhm; in main()
|
/aosp_15_r20/external/mbedtls/programs/ssl/ |
H A D | ssl_server2.c | 1505 mbedtls_dhm_context dhm; in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/ssl/ |
H A D | ssl_server2.c | 1556 mbedtls_dhm_context dhm; in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H 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…
|