tests: crypto: rand32: test xoshiro128 impl
Validate the xoshiro128++ implementation against the randomness tests. Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
This commit is contained in:
parent
688fc737a8
commit
3a204adf7b
2 changed files with 9 additions and 0 deletions
4
tests/crypto/rand32/prj_hw_random_xoshiro.conf
Normal file
4
tests/crypto/rand32/prj_hw_random_xoshiro.conf
Normal file
|
@ -0,0 +1,4 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_LOG=y
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_XOSHIRO_RANDOM_GENERATOR=y
|
|
@ -11,6 +11,11 @@ tests:
|
|||
filter: CONFIG_ENTROPY_HAS_DRIVER
|
||||
tags: crypto entropy random security
|
||||
min_ram: 16
|
||||
crypto.rand32.random_hw_xoshiro:
|
||||
extra_args: CONF_FILE=prj_hw_random_xoshiro.conf
|
||||
filter: CONFIG_ENTROPY_HAS_DRIVER
|
||||
tags: crypto entropy random security
|
||||
min_ram: 16
|
||||
crypto.rand32.random_ctr_drbg:
|
||||
extra_args: CONF_FILE=prj_ctr_drbg.conf
|
||||
filter: CONFIG_ENTROPY_HAS_DRIVER
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue