Home
last modified time | relevance | path

Searched hist:a70c522520d967844c01fa01459edc698fc54544 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/crypto/
H A Dahash.cdiff a70c522520d967844c01fa01459edc698fc54544 Wed Jul 15 07:39:05 CDT 2009 Herbert Xu <herbert@gondor.apana.org.au> crypto: ahash - Fix setkey crash

When the alignment check was made unconditional for ahash we
may end up crashing on shash algorithms because we're always
calling alg->setkey instead of tfm->setkey.

This patch fixes it.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>