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