Home
last modified time | relevance | path

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

/AliOS-Things-master/components/mbedtls/programs/test/
A Dbenchmark.c258 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 Ddebug.h69 #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 Dconfig.h.bak2178 * Module: library/ecdh.c
2229 * Caller: library/ecdh.c
/AliOS-Things-master/components/mbedtls/library/
A Ddebug.c372 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 DCMakeLists.txt25 ecdh.c
A DMakefile72 dhm.o ecdh.o ecdsa.o \
/AliOS-Things-master/components/amp/ampsim/
A DCMakeLists.txt104 ../../mbedtls/library/ecdh.c

Completed in 15 milliseconds