/mbedtls-latest/tests/suites/ |
D | test_suite_ecdh.function | 2 #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 …]
|
D | test_suite_ecdh.data | 84 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)
|
D | test_suite_ecp.data | 60 # 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 …]
|
D | test_suite_ecp.function | 5 #include "mbedtls/ecdh.h"
|
/mbedtls-latest/library/ |
D | debug.c | 420 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()
|
D | psa_crypto_ecp.c | 544 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()
|
D | debug_internal.h | 167 const mbedtls_ecdh_context *ecdh,
|
D | Makefile | 111 ecdh.o \
|
D | CMakeLists.txt | 37 ecdh.c
|
/mbedtls-latest/include/mbedtls/ |
D | debug.h | 55 #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-latest/scripts/ |
D | ecc-heap.sh | 80 programs/test/benchmark ecdh ecdsa
|
/mbedtls-latest/programs/test/ |
D | benchmark.c | 513 rsa, dhm, ecdsa, ecdh; member 605 todo.ecdh = 1; in main() 1190 if (todo.ecdh) { in main()
|
/mbedtls-latest/tests/scripts/ |
D | components-configuration-crypto.sh | 893 not grep mbedtls_ecdh_ library/ecdh.o 1042 not grep mbedtls_ecdh_ library/ecdh.o 1136 grep mbedtls_ecdh_ library/ecdh.o 1236 not grep mbedtls_ecdh_ library/ecdh.o 1340 not grep mbedtls_ecdh_ library/ecdh.o 1515 not grep mbedtls_ecdh_ library/ecdh.o 1618 not grep mbedtls_ecdh_ library/ecdh.o
|
/mbedtls-latest/scripts/data_files/ |
D | query_config.fmt | 38 #include "mbedtls/ecdh.h"
|
/mbedtls-latest/docs/ |
D | psa-transition.md | 127 | `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 `…
|
/mbedtls-latest/ |
D | ChangeLog | 69 - Asymmetric cryptography: bignum.h, dhm.h, ecdh.h, ecdsa.h, ecjpake.h,
|