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

[hmac,dv/rtl] Implement DV checks for new digest sizes/key lengths #23108

Merged
merged 3 commits into from
May 22, 2024

Commits on May 22, 2024

  1. [hmac/prim_2,rtl] Do not clear redundant digest values

    This removes the clearing of the additional digest values
    for digest sizes 256 and 384, which also simplifies
    the DV checks across different configuration changes.
    
    Signed-off-by: Ghada Dessouky <[email protected]>
    gdessouky committed May 22, 2024
    Configuration menu
    Copy the full SHA
    882f78e View commit details
    Browse the repository at this point in the history
  2. [hmac,dv] Scoreboard checks for different digest sizes

    This updates the scoreboard for checks for different digest
    sizes and key lengths, in normal operation and in secure
    wiping.
    
    Signed-off-by: Ghada Dessouky <[email protected]>
    gdessouky committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ef6fdad View commit details
    Browse the repository at this point in the history
  3. [hmac,doc] Documentation fixes

    This updates the HMAC documentation to correspond
    with the changes in the commits above as well as
    commits minor fixes.
    
    Signed-off-by: Ghada Dessouky <[email protected]>
    gdessouky committed May 22, 2024
    Configuration menu
    Copy the full SHA
    ae046e7 View commit details
    Browse the repository at this point in the history