Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[sival/aes] Introduce aes_force_prng_reseed_test and aes_prng_reseed_test #24574

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 8, 2024

  1. [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.
    - Resolved latest code suggestions provided in PR lowRISC#24574.
    - Single commit for a cleaner history.
    
    See: hw/top_earlgrey/data/ip/chip_aes_testplan.hjson
    Issue lowRISC#24857
    Issue lowRISC#24899
    PR lowRISC#24574
    
    Signed-off-by: Varunkumar Trivedi <[email protected]>
    github-gcontributor committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    97f2d19 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into vt_checkins

    Signed-off-by: Varunkumar Trivedi <[email protected]>
    github-gcontributor authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f65e32d View commit details
    Browse the repository at this point in the history