forked from lowRISC/opentitan
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[sival/aes] Add aes_prng_reseed,aes_prng_force_reseed
This commit introduces the AES PRNG reseed test (chip_sw_aes_prng_reseed) and (chip_sw_aes_force_prng_reseed) and AES FORCE PRNG reseed, to handle the reseed process by disabling entrpy complex and triggering PRNG reseed accordingly to test the actual behavior of the AES module's PRNG reseeding in ECB mode. - Updated the test plan descriptions in `chip_aes_testplan.hjson` to match the implemented tests. Added missing test feature. - Resoloved latest code suggestions provided in PR lowRISC#24574 and updated code with suggestions from other thread (using TRY and remove .c suffix in bazel tag). - Single commit for a cleaner history. - Resolve multiple commits. See: hw/top_earlgrey/data/ip/chip_aes_testplan.hjson Closes Issue lowRISC#24857 Closes Issue lowRISC#24899 PR lowRISC#24574 Signed-off-by: Varunkumar Trivedi <[email protected]> [sival/aes] Update PRNG reseed tests to reflect actual behavior This commit introduces the AES PRNG reseed test (chip_sw_aes_prng_reseed) and (chip_sw_aes_force_prng_reseed) and AES FORCE PRNG reseed, to handle the reseed process by disabling entrpy complex and triggering PRNG reseed accordingly to test the actual behavior of the AES module's PRNG reseeding in ECB mode. - Updated the test plan descriptions in `chip_aes_testplan.hjson` to match the implemented tests. - Resolved code suggestions provided in PR lowRISC#24574. - Single commit for a cleaner history. See: hw/top_earlgrey/data/ip/chip_aes_testplan.hjson Closes Issue lowRISC#24857 Closes Issue lowRISC#24899 PR lowRISC#24574 Signed-off-by: Varunkumar Trivedi <[email protected]>
- Loading branch information
1 parent
6c87274
commit b6c1457
Showing
4 changed files
with
644 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.