Home
last modified time | relevance | path

Searched refs:MBEDTLS_ECP_DP_CURVE25519 (Results 1 – 5 of 5) sorted by relevance

/AliOS-Things-master/components/mbedtls/programs/pkey/
A Decdh_curve25519.c107 ret = mbedtls_ecp_group_load( &ctx_cli.grp, MBEDTLS_ECP_DP_CURVE25519 ); in main()
137 ret = mbedtls_ecp_group_load( &ctx_srv.grp, MBEDTLS_ECP_DP_CURVE25519 ); in main()
/AliOS-Things-master/components/mbedtls/include/mbedtls/
A Decp.h82 MBEDTLS_ECP_DP_CURVE25519, /*!< Domain parameters for Curve25519. */ enumerator
A Dcompat-1.3.h1015 #define POLARSSL_ECP_DP_M255 MBEDTLS_ECP_DP_CURVE25519
/AliOS-Things-master/components/mbedtls/programs/test/
A Dbenchmark.c888 { MBEDTLS_ECP_DP_CURVE25519, 0, 0, "Curve25519" }, in main()
/AliOS-Things-master/components/mbedtls/library/
A Decp_curves.c827 case MBEDTLS_ECP_DP_CURVE25519: in mbedtls_ecp_group_load()

Completed in 22 milliseconds