Home
last modified time | relevance | path

Searched hist:"90 ef3e4835c33541f2eca0b4276fbc1dd83832d8" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/crypto/
H A Dsha1_generic.cdiff 90ef3e4835c33541f2eca0b4276fbc1dd83832d8 Fri Jun 29 19:01:41 CDT 2018 Eric Biggers <ebiggers@google.com> crypto: sha1_generic - add cra_priority

sha1-generic had a cra_priority of 0, so it wasn't possible to have a
lower priority SHA-1 implementation, as is desired for sha1_mb which is
only useful under certain workloads and is otherwise extremely slow.
Change it to priority 100, which is the priority used for many of the
other generic algorithms.

Signed-off-by: Eric Biggers <ebiggers@google.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>