examples/tls_benchmark: introduce new benchmark app
authorJunyeon LEE <junyeon2.lee@samsung.com>
Wed, 28 Jun 2017 19:57:55 +0000 (04:57 +0900)
committerEunBong Song <eunb.song@samsung.com>
Wed, 30 Aug 2017 04:15:42 +0000 (21:15 -0700)
commit84c782501d6acf645adb7aad0be96f7e7e333196
tree9ab4993c1a8a3c172e6bfbc935b2685388f1bd32
parente3f648c0d023fb4b2dc9dd039d4191ccf1c4f435
examples/tls_benchmark: introduce new benchmark app

This commit introduce a new crypto benchmark application.
You can get a each crypto's performance with this app.

  MD5                      :      24017 Kb/s
  SHA-1                    :      15548 Kb/s
  SHA-256                  :       7518 Kb/s
  3DES                     :       1103 Kb/s
  DES                      :       2714 Kb/s
  AES-CBC-128              :       4202 Kb/s
  AES-CBC-192              :       3991 Kb/s
  AES-CBC-256              :       3538 Kb/s
  AES-GCM-128              :       1789 Kb/s

                   ..........

Change-Id: I67fd6a9139e404208a02397c7fc49f1fe4e6905b
Signed-off-by: Junyeon LEE <junyeon2.lee@samsung.com>
apps/examples/tls_benchmark/Kconfig [new file with mode: 0644]
apps/examples/tls_benchmark/Kconfig_ENTRY [new file with mode: 0644]
apps/examples/tls_benchmark/Make.defs [new file with mode: 0644]
apps/examples/tls_benchmark/Makefile [new file with mode: 0644]
apps/examples/tls_benchmark/README.txt [new file with mode: 0644]
apps/examples/tls_benchmark/tls_benchmark_main.c [new file with mode: 0644]