Gilles Peskine | 210a016 | 2021-02-22 21:24:02 +0100 | [diff] [blame] | 1 | Entropy init-free-free |
| 2 | entropy_init_free:0 |
| 3 | |
| 4 | Entropy init-free-init-free |
| 5 | entropy_init_free:1 |
| 6 | |
Paul Bakker | ffbfb4c | 2016-06-01 15:36:18 +0100 | [diff] [blame] | 7 | Create NV seed_file |
| 8 | nv_seed_file_create: |
| 9 | |
Manuel Pégourié-Gonnard | 2c25eb0 | 2014-05-30 10:38:18 +0200 | [diff] [blame] | 10 | Entropy write/update seed file |
| 11 | entropy_seed_file:"data_files/entropy_seed":0 |
| 12 | |
| 13 | Entropy write/update seed file |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 14 | entropy_seed_file:"no_such_dir/file":MBEDTLS_ERR_ENTROPY_FILE_IO_ERROR |
Manuel Pégourié-Gonnard | 2c25eb0 | 2014-05-30 10:38:18 +0200 | [diff] [blame] | 15 | |
Victor Krasnoshchok | 12b89cb | 2020-08-27 00:19:55 +0300 | [diff] [blame] | 16 | Entropy write/update seed file: base NV seed file |
| 17 | entropy_write_base_seed_file:0 |
| 18 | |
Manuel Pégourié-Gonnard | c7c56b2 | 2014-05-30 11:42:01 +0200 | [diff] [blame] | 19 | Entropy too many sources |
| 20 | entropy_too_many_sources: |
| 21 | |
| 22 | Entropy output length #1 |
| 23 | entropy_func_len:0:0 |
| 24 | |
| 25 | Entropy output length #2 |
| 26 | entropy_func_len:1:0 |
| 27 | |
| 28 | Entropy output length #3 |
| 29 | entropy_func_len:2:0 |
| 30 | |
| 31 | Entropy output length #4 |
| 32 | entropy_func_len:31:0 |
| 33 | |
| 34 | Entropy output length #5 |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 35 | entropy_func_len:65:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED |
Manuel Pégourié-Gonnard | c7c56b2 | 2014-05-30 11:42:01 +0200 | [diff] [blame] | 36 | |
| 37 | Entropy failing source |
| 38 | entropy_source_fail:"data_files/entropy_seed" |
| 39 | |
| 40 | Entropy threshold #1 |
| 41 | entropy_threshold:16:2:8 |
| 42 | |
| 43 | Entropy threshold #2 |
| 44 | entropy_threshold:32:1:32 |
| 45 | |
Hanno Becker | 1b841cc | 2017-07-23 10:22:45 +0100 | [diff] [blame] | 46 | Entropy threshold #3 |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 47 | entropy_threshold:16:0:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED |
Manuel Pégourié-Gonnard | c7c56b2 | 2014-05-30 11:42:01 +0200 | [diff] [blame] | 48 | |
Hanno Becker | 1b841cc | 2017-07-23 10:22:45 +0100 | [diff] [blame] | 49 | Entropy threshold #4 |
Manuel Pégourié-Gonnard | 2cf5a7c | 2015-04-08 12:49:31 +0200 | [diff] [blame] | 50 | entropy_threshold:1024:1:MBEDTLS_ERR_ENTROPY_SOURCE_FAILED |
Manuel Pégourié-Gonnard | c7c56b2 | 2014-05-30 11:42:01 +0200 | [diff] [blame] | 51 | |
Paul Bakker | ffbfb4c | 2016-06-01 15:36:18 +0100 | [diff] [blame] | 52 | Check NV seed standard IO |
| 53 | entropy_nv_seed_std_io: |
| 54 | |
| 55 | Check NV seed manually #1 |
| 56 | entropy_nv_seed:"00112233445566778899AABBCCDDEEFF00112233445566778899AABBCCDDEEFF00112233445566778899AABBCCDDEEFF00112233445566778899AABBCCDDEEFF" |
| 57 | |
| 58 | Check NV seed manually #2 |
| 59 | entropy_nv_seed:"00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000" |
| 60 | |
| 61 | Check NV seed manually #3 |
| 62 | entropy_nv_seed:"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff" |
| 63 | |
Hanno Becker | 47deec4 | 2017-07-24 12:27:09 +0100 | [diff] [blame] | 64 | Entropy self test |
| 65 | depends_on:!MBEDTLS_TEST_NULL_ENTROPY |
Simon Butcher | b7f45c5 | 2016-09-15 18:42:26 +0100 | [diff] [blame] | 66 | entropy_selftest:0 |
| 67 | |
| 68 | Entropy self test (MBEDTLS_TEST_NULL_ENTROPY) |
| 69 | depends_on:MBEDTLS_TEST_NULL_ENTROPY |
| 70 | entropy_selftest:1 |