Kconfig.projbuild 1.2 KB

1234567891011121314151617181920212223242526272829
  1. menu "Example Configuration"
  2. config BENCH_ARGV
  3. string "Arguments for benchmark test"
  4. default "-lng 0"
  5. help
  6. -? <num> Help, print this usage
  7. 0: English, 1: Japanese
  8. -csv Print terminal output in csv format
  9. -base10 Display bytes as power of 10 (eg 1 kB = 1000 Bytes)
  10. -no_aad No additional authentication data passed.
  11. -dgst_full Full digest operation performed.
  12. -rsa_sign Measure RSA sign/verify instead of encrypt/decrypt.
  13. -<alg> Algorithm to benchmark. Available algorithms include:
  14. cipher aes-cbc aes-gcm chacha20 chacha20-poly1305
  15. digest md5 poly1305 sha sha2 sha224 sha256 sha384 sha512 sha3
  16. sha3-224 sha3-256 sha3-384 sha3-512
  17. mac hmac hmac-md5 hmac-sha hmac-sha224 hmac-sha256 hmac-sha384
  18. hmac-sha512
  19. asym rsa rsa-sz dh ecc-kg ecc
  20. other rng
  21. -lng <num> Display benchmark result by specified language.
  22. 0: English, 1: Japanese
  23. <num> Size of block in bytes
  24. e.g -lng 1
  25. e.g sha
  26. endmenu