Searched refs:ecdh (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/components/mbedtls/programs/test/ |
A D | benchmark.c | 258 rsa, dhm, ecdsa, ecdh; member 348 todo.ecdh = 1; in main() 882 if( todo.ecdh ) in main() 907 mbedtls_ecp_copy( &ecdh.Qp, &ecdh.Q ) != 0 ) in main() 932 mbedtls_ecdh_gen_public( &ecdh.grp, &ecdh.d, &ecdh.Qp, myrand, NULL ) != 0 ) in main() 940 ret |= mbedtls_ecdh_gen_public( &ecdh.grp, &ecdh.d, &ecdh.Q, in main() 942 ret |= mbedtls_ecdh_compute_shared( &ecdh.grp, &z, &ecdh.Qp, &ecdh.d, in main() 958 mbedtls_ecp_copy( &ecdh.Qp, &ecdh.Q ) != 0 || in main() 983 mbedtls_ecdh_gen_public( &ecdh.grp, &ecdh.d, &ecdh.Qp, in main() 985 mbedtls_ecdh_gen_public( &ecdh.grp, &ecdh.d, &ecdh.Q, myrand, NULL ) != 0 ) in main() [all …]
|
/AliOS-Things-master/components/mbedtls/include/mbedtls/ |
A D | debug.h | 69 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) \ argument 70 mbedtls_debug_printf_ecdh( ssl, level, __FILE__, __LINE__, ecdh, attr ) 81 #define MBEDTLS_SSL_DEBUG_ECDH( level, ecdh, attr ) do { } while( 0 ) argument 256 const mbedtls_ecdh_context *ecdh,
|
A D | config.h.bak | 2178 * Module: library/ecdh.c 2229 * Caller: library/ecdh.c
|
/AliOS-Things-master/components/mbedtls/library/ |
A D | debug.c | 372 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh_internal() argument 376 const mbedtls_ecdh_context* ctx = ecdh; in mbedtls_debug_printf_ecdh_internal() 378 const mbedtls_ecdh_context_mbed* ctx = &ecdh->ctx.mbed_ecdh; in mbedtls_debug_printf_ecdh_internal() 402 const mbedtls_ecdh_context *ecdh, in mbedtls_debug_printf_ecdh() argument 406 mbedtls_debug_printf_ecdh_internal( ssl, level, file, line, ecdh, attr ); in mbedtls_debug_printf_ecdh() 408 switch( ecdh->var ) in mbedtls_debug_printf_ecdh() 411 mbedtls_debug_printf_ecdh_internal( ssl, level, file, line, ecdh, in mbedtls_debug_printf_ecdh()
|
A D | CMakeLists.txt | 25 ecdh.c
|
A D | Makefile | 72 dhm.o ecdh.o ecdsa.o \
|
/AliOS-Things-master/components/amp/ampsim/ |
A D | CMakeLists.txt | 104 ../../mbedtls/library/ecdh.c
|
Completed in 15 milliseconds