/aosp_15_r20/external/openthread/third_party/mbedtls/repo/include/mbedtls/ |
H A D | ecdh.h | 105 typedef struct mbedtls_ecdh_context { struct 142 mbedtls_ecdh_context; typedef 155 mbedtls_ecp_group_id mbedtls_ecdh_get_grp_id(mbedtls_ecdh_context *ctx); 236 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx); 254 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx, 264 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx); 291 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, 320 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, 343 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, 373 int mbedtls_ecdh_make_public(mbedtls_ecdh_context *ctx, size_t *olen, [all …]
|
/aosp_15_r20/external/mbedtls/include/mbedtls/ |
H A D | ecdh.h | 105 typedef struct mbedtls_ecdh_context { struct 142 mbedtls_ecdh_context; typedef 223 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx); 241 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx, 251 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx); 278 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, 307 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, 330 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, 360 int mbedtls_ecdh_make_public(mbedtls_ecdh_context *ctx, size_t *olen, 384 int mbedtls_ecdh_read_public(mbedtls_ecdh_context *ctx, [all …]
|
H A D | debug.h | 299 const mbedtls_ecdh_context *ecdh,
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/library/ |
H A D | ecdh.c | 26 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed; 30 const mbedtls_ecdh_context *ctx) in mbedtls_ecdh_grp_id() 147 mbedtls_ecp_group_id mbedtls_ecdh_get_grp_id(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_get_grp_id() 159 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_init() 167 memset(ctx, 0, sizeof(mbedtls_ecdh_context)); in mbedtls_ecdh_init() 193 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id grp_id) in mbedtls_ecdh_setup() 233 void mbedtls_ecdh_enable_restart(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_enable_restart() 242 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_free() 337 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params() 385 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params() [all …]
|
H A D | debug.c | 420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal() 424 const mbedtls_ecdh_context *ctx = ecdh; in mbedtls_debug_printf_ecdh_internal() 449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
|
H A D | debug_internal.h | 167 const mbedtls_ecdh_context *ecdh,
|
H A D | psa_crypto_ecp.c | 544 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh()
|
H A D | ssl_misc.h | 778 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
|
/aosp_15_r20/external/mbedtls/library/ |
H A D | ecdh.c | 26 typedef mbedtls_ecdh_context mbedtls_ecdh_context_mbed; 30 const mbedtls_ecdh_context *ctx) in mbedtls_ecdh_grp_id() 150 void mbedtls_ecdh_init(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_init() 158 memset(ctx, 0, sizeof(mbedtls_ecdh_context)); in mbedtls_ecdh_init() 184 int mbedtls_ecdh_setup(mbedtls_ecdh_context *ctx, mbedtls_ecp_group_id grp_id) in mbedtls_ecdh_setup() 224 void mbedtls_ecdh_enable_restart(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_enable_restart() 233 void mbedtls_ecdh_free(mbedtls_ecdh_context *ctx) in mbedtls_ecdh_free() 328 int mbedtls_ecdh_make_params(mbedtls_ecdh_context *ctx, size_t *olen, in mbedtls_ecdh_make_params() 376 int mbedtls_ecdh_read_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_read_params() 436 int mbedtls_ecdh_get_params(mbedtls_ecdh_context *ctx, in mbedtls_ecdh_get_params() [all …]
|
H A D | debug.c | 420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal() 424 const mbedtls_ecdh_context *ctx = ecdh; in mbedtls_debug_printf_ecdh_internal() 449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh()
|
H A D | psa_crypto_ecp.c | 509 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh()
|
H A D | ssl_misc.h | 746 mbedtls_ecdh_context ecdh_ctx; /*!< ECDH key exchange */
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/tests/suites/ |
H A D | test_suite_ecdh.function | 49 mbedtls_ecdh_context ctx; 198 mbedtls_ecdh_context srv, cli; 244 mbedtls_ecdh_context srv, cli; 376 mbedtls_ecdh_context ecdh; 433 mbedtls_ecdh_context ecdh; 471 mbedtls_ecdh_context srv;
|
/aosp_15_r20/external/mbedtls/tests/suites/ |
H A D | test_suite_ecdh.function | 49 mbedtls_ecdh_context ctx; 198 mbedtls_ecdh_context srv, cli; 244 mbedtls_ecdh_context srv, cli; 376 mbedtls_ecdh_context ecdh; 433 mbedtls_ecdh_context ecdh;
|
/aosp_15_r20/external/libwebsockets/include/libwebsockets/ |
H A D | lws-genec.h | 35 mbedtls_ecdh_context *ctx_ecdh;
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/pkey/ |
H A D | ecdh_curve25519.c | 36 mbedtls_ecdh_context ctx_cli, ctx_srv; in main()
|
/aosp_15_r20/external/mbedtls/programs/pkey/ |
H A D | ecdh_curve25519.c | 36 mbedtls_ecdh_context ctx_cli, ctx_srv; in main()
|
/aosp_15_r20/external/mbedtls/programs/test/ |
H A D | benchmark.c | 1103 mbedtls_ecdh_context ecdh; in main() 1231 mbedtls_ecdh_context ecdh_srv, ecdh_cli; in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/programs/test/ |
H A D | benchmark.c | 1191 mbedtls_ecdh_context ecdh_srv, ecdh_cli; in main()
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/docs/ |
H A D | psa-transition.md | 1084 …hange, then destroy the key. There is no equivalent to the types `mbedtls_ecdh_context` and `mbedt… 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…
|
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/ |
H A D | ChangeLog | 114 `mbedtls_ecdh_context` structure.
|