-
Notifications
You must be signed in to change notification settings - Fork 784
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, TLT] Extend multistream top-level test for HMAC #23507
Labels
Milestone
Comments
Closed
ballifatih
added a commit
to ballifatih/opentitan
that referenced
this issue
Jun 22, 2024
Related to lowRISC#23507. Extends the multistream HMAC test so that: * One-shot and streaming calls are mixed. * Streaming calls are divided into random number of message segments [1, 4]. * The order of test vectors is randomized. Signed-off-by: Fatih Balli <[email protected]>
ballifatih
added a commit
to ballifatih/opentitan
that referenced
this issue
Jun 22, 2024
Related to lowRISC#23507. Extends the multistream HMAC test so that: * One-shot and streaming calls are mixed. * Streaming calls are divided into random number of message segments [1, 4]. * The order of test vectors is randomized. Signed-off-by: Fatih Balli <[email protected]>
ballifatih
added a commit
to ballifatih/opentitan
that referenced
this issue
Jun 22, 2024
Related to lowRISC#23507. Extends the multistream HMAC test so that: * One-shot and streaming calls are mixed. * Streaming calls are divided into random number of message segments [1, 4]. * The order of test vectors is randomized. Signed-off-by: Fatih Balli <[email protected]>
moidx
pushed a commit
that referenced
this issue
Jun 24, 2024
Related to #23507. Extends the multistream HMAC test so that: * One-shot and streaming calls are mixed. * Streaming calls are divided into random number of message segments [1, 4]. * The order of test vectors is randomized. Signed-off-by: Fatih Balli <[email protected]>
@ballifatih, based on the description of PR #23780, I think all the points raised above have been taken care of and we can close this issue. Do you agree? If not, can you please clarify what's missing? Thanks! |
I only wanted to see few runs of the TLT before closing this. I just had a quick look at the last three runs of |
AlexJones0
pushed a commit
to AlexJones0/opentitan
that referenced
this issue
Jul 8, 2024
Related to lowRISC#23507. Extends the multistream HMAC test so that: * One-shot and streaming calls are mixed. * Streaming calls are divided into random number of message segments [1, 4]. * The order of test vectors is randomized. Signed-off-by: Fatih Balli <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Spin-off from #23494 (review), #23494 (comment) and #23471 (comment)
Current HMAC multistream TLT is about HMAC/SHA-2 streams that perform context switches in interleaving fashion. We would like to improve this test in order to have a better coverage:
Related to #22332
The text was updated successfully, but these errors were encountered: