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

[test] Fix lack of entropy for wycheproof test #19397

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

a-will
Copy link
Contributor

@a-will a-will commented Aug 9, 2023

The test did not initialize the entropy complex to auto mode, and it would exhaust the available, finite entropy generated during boot, leading to freezing and timeouts.

Fixes #16805

The test did not initialize the entropy complex to auto mode, and it
would exhaust the available, finite entropy generated during boot,
leading to freezing and timeouts.

Add this test back to the FPGA suite.

Signed-off-by: Alexander Williams <awill@opentitan.org>
@a-will a-will marked this pull request as ready for review August 9, 2023 23:03
@a-will a-will requested a review from a team as a code owner August 9, 2023 23:03
@a-will a-will requested review from moidx and removed request for a team August 9, 2023 23:03
@a-will a-will merged commit 7570fdc into lowRISC:master Aug 10, 2023
25 checks passed
@a-will a-will deleted the fix-wycheproof branch August 10, 2023 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

//sw/device/tests/crypto:rsa_3072_verify_functest_wycheproof tests hang
2 participants