Searched refs:ecdh (Results 1 – 6 of 6) sorted by relevance
/net-tools-3.5.0/mbedtls-2.4.0/yotta/data/example-benchmark/ |
D | main.cpp | 343 rsa, dhm, ecdsa, ecdh; member 407 todo.ecdh = 1; in benchmark() 817 if( todo.ecdh ) in benchmark() 819 mbedtls_ecdh_context ecdh; in benchmark() local 830 mbedtls_ecdh_init( &ecdh ); in benchmark() 832 if( mbedtls_ecp_group_load( &ecdh.grp, curve_info->grp_id ) != 0 || in benchmark() 833 mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in benchmark() 835 mbedtls_ecp_copy( &ecdh.Qp, &ecdh.Q ) != 0 ) in benchmark() 839 ecp_clear_precomputed( &ecdh.grp ); in benchmark() 844 ret |= mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in benchmark() [all …]
|
/net-tools-3.5.0/mbedtls-2.4.0/programs/test/ |
D | benchmark.c | 243 rsa, dhm, ecdsa, ecdh; member 311 todo.ecdh = 1; in main() 765 if( todo.ecdh ) in main() 767 mbedtls_ecdh_context ecdh; in main() local 778 mbedtls_ecdh_init( &ecdh ); in main() 780 if( mbedtls_ecp_group_load( &ecdh.grp, curve_info->grp_id ) != 0 || in main() 781 mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main() 783 mbedtls_ecp_copy( &ecdh.Qp, &ecdh.Q ) != 0 ) in main() 787 ecp_clear_precomputed( &ecdh.grp ); in main() 792 ret |= mbedtls_ecdh_make_public( &ecdh, &olen, buf, sizeof( buf), in main() [all …]
|
/net-tools-3.5.0/mbedtls-2.4.0/tests/ |
D | CMakeLists.txt | 69 add_test_suite(ecdh)
|
/net-tools-3.5.0/mbedtls-2.4.0/library/ |
D | Makefile | 52 dhm.o ecdh.o ecdsa.o \
|
D | CMakeLists.txt | 22 ecdh.c
|
/net-tools-3.5.0/mbedtls-2.4.0/tests/suites/ |
D | test_suite_ecdh.function | 2 #include "mbedtls/ecdh.h"
|