2018-03-23 05:09:40 +08:00
|
|
|
tests:
|
|
|
|
crypto.rand32:
|
|
|
|
tags: crypto security
|
|
|
|
min_ram: 16
|
|
|
|
crypto.rand32.random_sw_systimer:
|
|
|
|
extra_args: CONF_FILE=prj_sw_random_systimer.conf
|
|
|
|
tags: crypto security
|
|
|
|
min_ram: 16
|
|
|
|
crypto.rand32.random_hw_xoroshiro:
|
|
|
|
extra_args: CONF_FILE=prj_hw_random_xoroshiro.conf
|
|
|
|
filter: CONFIG_ENTROPY_HAS_DRIVER
|
|
|
|
tags: crypto security
|
|
|
|
min_ram: 16
|
2019-07-24 03:25:54 +08:00
|
|
|
crypto.rand32.random_ctr_drbg:
|
|
|
|
extra_args: CONF_FILE=prj_ctr_drbg.conf
|
|
|
|
filter: CONFIG_ENTROPY_HAS_DRIVER
|
|
|
|
tags: crypto security
|
|
|
|
min_ram: 16
|