test_suite_entropy.data 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. Create NV seed_file
  2. nv_seed_file_create:
  3. Entropy write/update seed file
  4. entropy_seed_file:"data_files/entropy_seed":0
  5. Entropy write/update seed file
  6. entropy_seed_file:"no_such_dir/file":MBEDTLS_ERR_ENTROPY_FILE_IO_ERROR
  7. Entropy too many sources
  8. entropy_too_many_sources:
  9. Entropy output length #1
  10. entropy_func_len:0:0
  11. Entropy output length #2
  12. entropy_func_len:1:0
  13. Entropy output length #3
  14. entropy_func_len:2:0
  15. Entropy output length #4
  16. entropy_func_len:31:0
  17. Entropy output length #5
  18. entropy_func_len:65:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
  19. Entropy failing source
  20. entropy_source_fail:"data_files/entropy_seed"
  21. Entropy threshold #1
  22. entropy_threshold:16:2:8
  23. Entropy threshold #2
  24. entropy_threshold:32:1:32
  25. Entropy thershold #3
  26. entropy_threshold:16:0:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
  27. Entropy thershold #4
  28. entropy_threshold:1024:1:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED
  29. Check NV seed standard IO
  30. entropy_nv_seed_std_io:
  31. Check NV seed manually #1
  32. entropy_nv_seed:"00112233445566778899AABBCCDDEEFF00112233445566778899AABBCCDDEEFF00112233445566778899AABBCCDDEEFF00112233445566778899AABBCCDDEEFF"
  33. Check NV seed manually #2
  34. entropy_nv_seed:"00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
  35. Check NV seed manually #3
  36. entropy_nv_seed:"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff"
  37. Entropy self test
  38. depends_on:!MBEDTLS_TEST_NULL_ENTROPY
  39. entropy_selftest:0
  40. Entropy self test (MBEDTLS_TEST_NULL_ENTROPY)
  41. depends_on:MBEDTLS_TEST_NULL_ENTROPY
  42. entropy_selftest:1