Skip to content

Commit

Permalink
Fixup dilithium-avx2 valgrind test file (#1283)
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch authored Aug 6, 2022
1 parent 3cf9849 commit 84fde26
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/constant_time/sig/passes/dilithium-avx2
Original file line number Diff line number Diff line change
Expand Up @@ -89,56 +89,56 @@
Rejection sampling for signature distribution
Memcheck:Cond
...
src:sign.c:285 # Call to poly_chknorm
src:sign.c:290 # Call to poly_chknorm
# fun:pqcrystals_dilithium*_avx2_signature
}
{
Rejection sampling for signature distribution
Memcheck:Cond
...
src:sign.c:300 # Call to poly_chknorm
src:sign.c:305 # Call to poly_chknorm
# fun:pqcrystals_dilithium*_avx2_signature
}
{
Rejection sampling for signature distribution
Memcheck:Cond
...
src:sign.c:307 # Call to poly_chknorm
src:sign.c:312 # Call to poly_chknorm
# fun:pqcrystals_dilithium*_avx2_signature
}
{
Hint does not need to be computed in constant time
Memcheck:Cond
...
fun:pqcrystals_dilithium*_avx2_poly_make_hint
src:sign.c:311 # fun:pqcrystals_dilithium*_ref_signature
src:sign.c:316 # fun:pqcrystals_dilithium*_ref_signature
}
{
Hint does not need to be computed in constant time
Memcheck:Value8
...
fun:pqcrystals_dilithium*_avx2_poly_make_hint
src:sign.c:311 # fun:pqcrystals_dilithium*_ref_signature
src:sign.c:316 # fun:pqcrystals_dilithium*_ref_signature
}
{
Rejection sampling for hint
Memcheck:Cond
...
src:sign.c:312 # Checking number of 1 bits in hint
src:sign.c:317 # Checking number of 1 bits in hint
# fun:pqcrystals_dilithium*_avx2_signature
}
{
Hint positions are not secret
Memcheck:Cond
...
src:sign.c:316 # memcpy
src:sign.c:321 # memcpy
# fun:pqcrystals_dilithium*_avx2_signature
}
{
Hint positions are not secret
Memcheck:Value8
...
src:sign.c:316 # memcpy
src:sign.c:321 # memcpy
# fun:pqcrystals_dilithium*_avx2_signature
}
{
Expand Down

0 comments on commit 84fde26

Please sign in to comment.