Skip to content

Commit

Permalink
fixup! Update suppression files for Falcon and McEliece [extended tests]
Browse files Browse the repository at this point in the history
Signed-off-by: Spencer Wilson <[email protected]>
  • Loading branch information
SWilson4 committed Sep 4, 2024
1 parent fbfa917 commit 4cbe86f
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
24 changes: 24 additions & 0 deletions tests/constant_time/kem/issues/classic-mceliece-460896
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,22 @@
fun:PQCLEAN_MCELIECE460896_AVX2_crypto_kem_keypair
}

{
This implementation of Classic McEliece may not be constant time.
Memcheck:Cond
src:util.h:16
# fun:store_i
fun:PQCLEAN_MCELIECE460896_AVX2_pk_gen
}

{
This implementation of Classic McEliece may not be constant time.
Memcheck:Value8
src:util.h:17
# fun:store_i
fun:PQCLEAN_MCELIECE460896_AVX2_pk_gen
}

{
This implementation of Classic McEliece may not be constant time.
Memcheck:Value8
Expand All @@ -86,6 +102,14 @@
fun:PQCLEAN_MCELIECE460896_AVX2_pk_gen
}

{
This implementation of Classic McEliece may not be constant time.
Memcheck:Value8
src:util.h:78
# fun:store8
fun:PQCLEAN_MCELIECE460896_AVX2_pk_gen
}

{
This implementation of Classic McEliece may not be constant time.
Memcheck:Value8
Expand Down
16 changes: 16 additions & 0 deletions tests/constant_time/kem/issues/classic-mceliece-460896f
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
{
This implementation of Classic McEliece may not be constant time.
Memcheck:Cond
src:util.h:16
# fun:store_i
fun:PQCLEAN_MCELIECE460896_AVX2_pk_gen
}

{
This implementation of Classic McEliece may not be constant time.
Memcheck:Value8
src:util.h:17
# fun:store_i
fun:PQCLEAN_MCELIECE460896_AVX2_pk_gen
}

{
This implementation of Classic McEliece may not be constant time.
Memcheck:Value8
Expand Down
2 changes: 1 addition & 1 deletion tests/constant_time/sig/issues/falcon
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
Memcheck:Cond
src:fpr.h:352
# fun:fpr_floor
fun:PQCLEAN_FALCON*512_CLEAN_sampler
fun:PQCLEAN_FALCON*_CLEAN_sampler
}

0 comments on commit 4cbe86f

Please sign in to comment.