test_suite_entropy.data 1.8 KB

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