Commit b030c45
crypto: testmgr - move pkcs1pad(rsa,sha3-*) to correct place
alg_test_descs[] needs to be in sorted order, since it is used for
binary search. This fixes the following boot-time warning:
testmgr: alg_test_descs entries in wrong order: 'pkcs1pad(rsa,sha512)' before 'pkcs1pad(rsa,sha3-256)'
Fixes: ee62afb ("crypto: rsa-pkcs1pad - Add FIPS 202 SHA-3 support")
Signed-off-by: Eric Biggers <ebiggers@google.com>
Reviewed-by: Dimitri John Ledkov <dimitri.ledkov@canonical.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>1 parent f2b88ba commit b030c45
1 file changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5457 | 5457 | | |
5458 | 5458 | | |
5459 | 5459 | | |
5460 | | - | |
| 5460 | + | |
5461 | 5461 | | |
5462 | 5462 | | |
5463 | 5463 | | |
5464 | | - | |
| 5464 | + | |
5465 | 5465 | | |
5466 | 5466 | | |
5467 | 5467 | | |
5468 | | - | |
| 5468 | + | |
5469 | 5469 | | |
5470 | 5470 | | |
5471 | 5471 | | |
5472 | | - | |
| 5472 | + | |
5473 | 5473 | | |
5474 | 5474 | | |
5475 | 5475 | | |
5476 | | - | |
| 5476 | + | |
5477 | 5477 | | |
5478 | 5478 | | |
5479 | 5479 | | |
| |||
0 commit comments