Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/mbedtls/src/
Dbenchmark.c285 havege, ctr_drbg, hmac_drbg, rsa, dhm, ecdsa, ecdh; member
875 if (todo.ecdh) { in main()
876 mbedtls_ecdh_context ecdh; in main() local
893 mbedtls_ecdh_init(&ecdh); in main()
895 if (mbedtls_ecp_group_load(&ecdh.grp, in main()
897 mbedtls_ecdh_make_public(&ecdh, &olen, buf, in main()
900 mbedtls_ecp_copy(&ecdh.Qp, &ecdh.Q) != 0) { in main()
904 ecp_clear_precomputed(&ecdh.grp); in main()
910 ret |= mbedtls_ecdh_make_public(&ecdh, in main()
913 ret |= mbedtls_ecdh_calc_secret(&ecdh, in main()
[all …]
/Zephyr-latest/modules/mbedtls/
DCMakeLists.txt81 ${ZEPHYR_CURRENT_MODULE_DIR}/library/ecdh.c