Home
last modified time | relevance | path

Searched refs:ecdh (Results 1 – 15 of 15) sorted by relevance

/mbedtls-3.7.0/tests/suites/
Dtest_suite_ecdh.function2 #include "mbedtls/ecdh.h"
376 mbedtls_ecdh_context ecdh;
381 mbedtls_ecdh_init(&ecdh);
395 &ecdh, &our_key, MBEDTLS_ECDH_OURS) == 0);
397 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS) == 0);
400 &ecdh, &their_key, MBEDTLS_ECDH_THEIRS) == 0);
402 &ecdh, &our_key, MBEDTLS_ECDH_OURS) == 0);
407 &ecdh,
416 mbedtls_ecdh_free(&ecdh);
433 mbedtls_ecdh_context ecdh;
[all …]
Dtest_suite_ecdh.data84 ecdh calc_secret: ours first (Alice), curve25519 (rfc 7748)
88 ecdh calc_secret: theirs first (Alice), curve25519 (rfc 7748)
92 ecdh calc_secret: ours first (Bob), curve25519 (rfc 7748)
Dtest_suite_ecp.data60 # see https://cr.yp.to/ecdh.html#validate
65 # see https://cr.yp.to/ecdh.html#validate
70 # see https://cr.yp.to/ecdh.html#validate
75 # see https://cr.yp.to/ecdh.html#validate
80 # see https://cr.yp.to/ecdh.html#validate
85 # see https://cr.yp.to/ecdh.html#validate
90 # see https://cr.yp.to/ecdh.html#validate
95 # see https://cr.yp.to/ecdh.html#validate
100 # see https://cr.yp.to/ecdh.html#validate
105 # see https://cr.yp.to/ecdh.html#validate
[all …]
Dtest_suite_ecp.function5 #include "mbedtls/ecdh.h"
/mbedtls-3.7.0/library/
Ddebug.c420 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal() argument
424 const mbedtls_ecdh_context *ctx = ecdh; in mbedtls_debug_printf_ecdh_internal()
426 const mbedtls_ecdh_context_mbed *ctx = &ecdh->ctx.mbed_ecdh; in mbedtls_debug_printf_ecdh_internal()
449 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh() argument
453 mbedtls_debug_printf_ecdh_internal(ssl, level, file, line, ecdh, attr); in mbedtls_debug_printf_ecdh()
455 switch (ecdh->var) { in mbedtls_debug_printf_ecdh()
457 mbedtls_debug_printf_ecdh_internal(ssl, level, file, line, ecdh, in mbedtls_debug_printf_ecdh()
Dpsa_crypto_ecp.c544 mbedtls_ecdh_context ecdh; in mbedtls_psa_key_agreement_ecdh() local
547 mbedtls_ecdh_init(&ecdh); in mbedtls_psa_key_agreement_ecdh()
560 mbedtls_ecdh_get_params(&ecdh, their_key, MBEDTLS_ECDH_THEIRS)); in mbedtls_psa_key_agreement_ecdh()
565 mbedtls_ecdh_get_params(&ecdh, ecp, MBEDTLS_ECDH_OURS)); in mbedtls_psa_key_agreement_ecdh()
571 mbedtls_ecdh_calc_secret(&ecdh, in mbedtls_psa_key_agreement_ecdh()
586 mbedtls_ecdh_free(&ecdh); in mbedtls_psa_key_agreement_ecdh()
Ddebug_internal.h167 const mbedtls_ecdh_context *ecdh,
DMakefile111 ecdh.o \
DCMakeLists.txt37 ecdh.c
/mbedtls-3.7.0/include/mbedtls/
Ddebug.h55 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) \ argument
56 mbedtls_debug_printf_ecdh(ssl, level, __FILE__, __LINE__, ecdh, attr)
67 #define MBEDTLS_SSL_DEBUG_ECDH(level, ecdh, attr) do { } while (0) argument
/mbedtls-3.7.0/scripts/
Decc-heap.sh80 programs/test/benchmark ecdh ecdsa
/mbedtls-3.7.0/programs/test/
Dbenchmark.c513 rsa, dhm, ecdsa, ecdh; member
605 todo.ecdh = 1; in main()
1190 if (todo.ecdh) { in main()
/mbedtls-3.7.0/scripts/data_files/
Dquery_config.fmt38 #include "mbedtls/ecdh.h"
/mbedtls-3.7.0/tests/scripts/
Dall.sh2697 not grep mbedtls_ecdh_ library/ecdh.o
2846 not grep mbedtls_ecdh_ library/ecdh.o
2940 grep mbedtls_ecdh_ library/ecdh.o
3040 not grep mbedtls_ecdh_ library/ecdh.o
3144 not grep mbedtls_ecdh_ library/ecdh.o
3319 not grep mbedtls_ecdh_ library/ecdh.o
3422 not grep mbedtls_ecdh_ library/ecdh.o
/mbedtls-3.7.0/docs/
Dpsa-transition.md127 | `ecdh.h` | `mbedtls_ecdh_` | [Asymmetric cryptography](#asymmetric-cryptography) |
1076 The PSA API has a generic interface for key agreement, covering the main use of both `ecdh.h` and `…