Commit 93f367a
crypto: testmgr - stop checking crypto_ahash_alignmask
Now that the alignmask for ahash and shash algorithms is always 0,
crypto_ahash_alignmask() always returns 0 and will be removed. In
preparation for this, stop checking crypto_ahash_alignmask() in testmgr.
As a result of this change,
test_sg_division::offset_relative_to_alignmask and
testvec_config::key_offset_relative_to_alignmask no longer have any
effect on ahash (or shash) algorithms. Therefore, also stop setting
these flags in default_hash_testvec_configs[].
Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>1 parent 03be4e4 commit 93f367a
1 file changed
Lines changed: 3 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
| 411 | + | |
412 | 412 | | |
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
417 | 416 | | |
418 | 417 | | |
419 | 418 | | |
420 | 419 | | |
421 | | - | |
422 | 420 | | |
423 | 421 | | |
424 | 422 | | |
| |||
1458 | 1456 | | |
1459 | 1457 | | |
1460 | 1458 | | |
1461 | | - | |
1462 | 1459 | | |
1463 | 1460 | | |
1464 | 1461 | | |
| |||
1474 | 1471 | | |
1475 | 1472 | | |
1476 | 1473 | | |
1477 | | - | |
| 1474 | + | |
1478 | 1475 | | |
1479 | 1476 | | |
1480 | 1477 | | |
| |||
1491 | 1488 | | |
1492 | 1489 | | |
1493 | 1490 | | |
1494 | | - | |
| 1491 | + | |
1495 | 1492 | | |
1496 | 1493 | | |
1497 | 1494 | | |
| |||
0 commit comments